Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_datashare_helper.cpp240 int32_t callTime = 0; in isRepeatCall() local
244 resultSet->GetInt(columnIndex, callTime); in isRepeatCall()
246 if (time(NULL) - callTime < MAX_TIME_INTERVAL) { in isRepeatCall()
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp931 void PowerStateMachine::SendEventToPowerMgrNotify(PowerState state, int64_t callTime) in WakeupDeviceInner() argument
946 notify->PublishScreenOnEvents(callTime); in WakeupDeviceInner()
951 notify->PublishExitForceSleepEvents(callTime); in WakeupDeviceInner()
959 notify->PublishScreenOffEvents(callTime); in WakeupDeviceInner()
967 notify->PublishEnterForceSleepEvents(callTime); in WakeupDeviceInner()
/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_state_machine.h308 void SendEventToPowerMgrNotify(PowerState state, int64_t callTime);