Home
last modified time | relevance | path

Searched defs:eventTime (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/power_manager/services/native/src/
Dpower_mgr_notify.cpp48 void PowerMgrNotify::PublishEvents(int64_t eventTime, sptr<IntentWant> want) in PublishEvents()
58 void PowerMgrNotify::PublishScreenOffEvents(int64_t eventTime) in PublishScreenOffEvents()
66 void PowerMgrNotify::PublishScreenOnEvents(int64_t eventTime) in PublishScreenOnEvents()
75 void PowerMgrNotify::PublishEnterForceSleepEvents(int64_t eventTime) in PublishEnterForceSleepEvents()
84 void PowerMgrNotify::PublishExitForceSleepEvents(int64_t eventTime) in PublishExitForceSleepEvents()
/base/time/time_service/services/time/src/
Dtime_service_notify.cpp41 bool TimeServiceNotify::PublishEvents(int64_t eventTime, const IntentWant &want, const PublishInfo … in PublishEvents()
54 bool TimeServiceNotify::PublishTimeChangeEvents(int64_t eventTime) in PublishTimeChangeEvents()
61 bool TimeServiceNotify::PublishTimeZoneChangeEvents(int64_t eventTime) in PublishTimeZoneChangeEvents()
68 bool TimeServiceNotify::PublishTimeTickEvents(int64_t eventTime) in PublishTimeTickEvents()
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dfreeze_detector_plugin.cpp148 void FreezeDetectorPlugin::CheckForeGround(long uid, long pid, unsigned long long eventTime, std::s… in CheckForeGround()
/base/hiviewdfx/faultloggerd/tools/crash_validator/
Dcrash_validator.cpp248 uint64_t eventTime = it->time; in CheckOutOfDateEvents() local