Home
last modified time | relevance | path

Searched defs: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
H A Dhistory_event_record.h69 int64_t dispatchTime; member
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp1100 std::string dispatchTime = "\tDispatchTime: " + std::to_string(record->dispatchTime) + "\n"; in DumpStateByCommonEventRecord() local
1214 std::string dispatchTime = "\tDispatchTime: " + std::to_string(record.dispatchTime) + "\n"; in DumpHistoryStateByCommonEventRecord() local