Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_record.h45 bool isSystemEvent; member
H A Dhistory_event_record.h64 bool isSystemEvent; member
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp134 std::string isSystemEvent = record->isSystemEvent ? "true" : "false"; in DumpState() local
H A Dcommon_event_control_manager.cpp1050 std::string isSystemEvent = record->isSystemEvent ? "true" : "false"; in DumpStateByCommonEventRecord() local
1164 std::string isSystemEvent = record.isSystemEvent ? "true" : "false"; in DumpHistoryStateByCommonEventRecord() local
H A Dinner_common_event_manager.cpp226 bool isSystemEvent = DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(action); in PublishCommonEvent() local
H A Dcommon_event_subscriber_manager.cpp91 …bool isSystemEvent = DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(events[i]); in InsertSubscriber() local