Home
last modified time | relevance | path

Searched refs:dispatchTime (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/include/
H A Dordered_event_record.h43 int64_t dispatchTime; member
54 dispatchTime(0), in OrderedEventRecord()
H A Dhistory_event_record.h69 int64_t dispatchTime; member
84 dispatchTime(0), in HistoryEventRecord()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp471 record.dispatchTime = eventRecordPtr->dispatchTime; in EnqueueHistoryEventRecord()
578 if (sp->dispatchTime > 0) { in ProcessNextOrderedEvent()
579 if ((numReceivers > 0) && (nowSysTime > static_cast<uint64_t>(sp->dispatchTime) + in ProcessNextOrderedEvent()
633 sp->dispatchTime = sp->receiverTime; in SetTime()
1100 std::string dispatchTime = "\tDispatchTime: " + std::to_string(record->dispatchTime) + "\n"; in DumpStateByCommonEventRecord() local
1106 …temEvent + want + code + data + lastSubscriber + state + receiverTime + dispatchTime + resultAbort; in DumpStateByCommonEventRecord()
1214 std::string dispatchTime = "\tDispatchTime: " + std::to_string(record.dispatchTime) + "\n"; in DumpHistoryStateByCommonEventRecord() local
1220 …temEvent + want + code + data + lastSubscriber + state + receiverTime + dispatchTime + resultAbort; in DumpHistoryStateByCommonEventRecord()