Searched refs:callTime (Results 1 – 3 of 3) sorted by relevance
240 int32_t callTime = 0; in isRepeatCall() local244 resultSet->GetInt(columnIndex, callTime); in isRepeatCall()246 if (time(NULL) - callTime < MAX_TIME_INTERVAL) { in isRepeatCall()
931 void PowerStateMachine::SendEventToPowerMgrNotify(PowerState state, int64_t callTime) in WakeupDeviceInner() argument946 notify->PublishScreenOnEvents(callTime); in WakeupDeviceInner()951 notify->PublishExitForceSleepEvents(callTime); in WakeupDeviceInner()959 notify->PublishScreenOffEvents(callTime); in WakeupDeviceInner()967 notify->PublishEnterForceSleepEvents(callTime); in WakeupDeviceInner()
308 void SendEventToPowerMgrNotify(PowerState state, int64_t callTime);