Home
last modified time | relevance | path

Searched refs:isSystemEvent (Results 1 - 6 of 6) sorted by relevance

/base/notification/common_event_service/services/include/
H A Dcommon_event_record.h45 bool isSystemEvent; member
51 isSystemEvent(false) in CommonEventRecord()
H A Dhistory_event_record.h64 bool isSystemEvent; member
82 isSystemEvent(false), in HistoryEventRecord()
/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp134 std::string isSystemEvent = record->isSystemEvent ? "true" : "false"; in DumpState() local
135 isSystemEvent = "\tIsSystemEvent: " + isSystemEvent + "\n"; in DumpState()
166 isSystemEvent + want + code + data; in DumpState()
H A Dcommon_event_control_manager.cpp320 if (eventRecord.isSystemEvent) { in ProcessUnorderedEvent()
451 record.isSystemEvent = eventRecordPtr->isSystemEvent; in EnqueueHistoryEventRecord()
1050 std::string isSystemEvent = record->isSystemEvent ? "true" : "false"; in DumpStateByCommonEventRecord() local
1051 isSystemEvent = "\tIsSystemEvent: " + isSystemEvent + "\n"; in DumpStateByCommonEventRecord()
1106 isSystemEvent + want + code + data + lastSubscriber + state + receiverTime + dispatchTime + resultAbort; in DumpStateByCommonEventRecord()
1164 std::string isSystemEvent = record.isSystemEvent in DumpHistoryStateByCommonEventRecord() local
[all...]
H A Dinner_common_event_manager.cpp235 bool isSystemEvent = DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(action); in PublishCommonEvent() local
243 if (isSystemEvent) { in PublishCommonEvent()
273 eventRecord.isSystemEvent = isSystemEvent; in PublishCommonEvent()
H A Dcommon_event_subscriber_manager.cpp91 bool isSystemEvent = DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(event); in InsertSubscriber() local
92 if (!isSystemEvent && eventSubscribeInfo->GetPermission().empty() && in InsertSubscriber()

Completed in 7 milliseconds