Home
last modified time | relevance | path

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

/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()
/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp972 void PowerStateMachine::SendEventToPowerMgrNotify(PowerState state, int64_t callTime) in WakeupDeviceInner() argument
987 notify->PublishScreenOnEvents(callTime); in WakeupDeviceInner()
992 notify->PublishExitForceSleepEvents(callTime); in WakeupDeviceInner()
1000 notify->PublishScreenOffEvents(callTime); in WakeupDeviceInner()
1008 notify->PublishEnterForceSleepEvents(callTime); in WakeupDeviceInner()
/base/powermgr/power_manager/services/native/include/
H A Dpower_state_machine.h320 void SendEventToPowerMgrNotify(PowerState state, int64_t callTime);

Completed in 5 milliseconds