Home
last modified time | relevance | path

Searched defs:isSystemEvent (Results 1 – 5 of 5) sorted by relevance

/base/notification/common_event_service/services/include/
Dcommon_event_record.h44 bool isSystemEvent; member
Dhistory_event_record.h64 bool isSystemEvent; member
/base/notification/common_event_service/services/src/
Dcommon_event_sticky_manager.cpp134 std::string isSystemEvent = record->isSystemEvent ? "true" : "false"; in DumpState() local
Dinner_common_event_manager.cpp91 bool isSystemEvent = DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(action); in PublishCommonEvent() local
Dcommon_event_control_manager.cpp998 std::string isSystemEvent = record->isSystemEvent ? "true" : "false"; in DumpStateByCommonEventRecord() local
1112 std::string isSystemEvent = record.isSystemEvent ? "true" : "false"; in DumpHistoryStateByCommonEventRecord() local