Add category "system" for showing specific app on restriction mode ON
[apps/agl-service-windowmanager.git] / src / policy_manager / policy_manager.cpp
index bc3fd8d..cc7cd75 100644 (file)
@@ -579,11 +579,11 @@ static int checkPolicy(sd_event_source *source, void *data) {
     if (crr_state.car.is_changed) {
         if (stm::gStmCarStateNoRun == crr_state.car.state) {
             // Set delay event(restriction mode on)
-            checkPolicyEntry(STM_EVT_NO_RESTRICTION_MODE_ON, 3000, nullptr);
+            checkPolicyEntry(STM_EVT_NO_RESTRICTION_MODE_ON, 3000, "");
         }
         else if (stm::gStmCarStateNoStop == crr_state.car.state) {
             // Set event(restriction mode off)
-            checkPolicyEntry(STM_EVT_NO_RESTRICTION_MODE_OFF, 0, nullptr);
+            checkPolicyEntry(STM_EVT_NO_RESTRICTION_MODE_OFF, 0, "");
 
             // Stop timer for restriction on event
             if (pm::event_source_list.find(STM_EVT_NO_RESTRICTION_MODE_ON)
@@ -730,7 +730,6 @@ int PolicyManager::setInputEventData(json_object* json_in) {
     else {
         event_info.role = std::string(role);
     }
-    event_info.role = std::string(role);
     event_info.delay = 0;
     pm::g_event_info_queue.push(event_info);