Searched defs:eventTime (Results 1 – 4 of 4) sorted by relevance
48 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()
41 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()
148 void FreezeDetectorPlugin::CheckForeGround(long uid, long pid, unsigned long long eventTime, std::s… in CheckForeGround()
248 uint64_t eventTime = it->time; in CheckOutOfDateEvents() local