Searched refs:timeOutMS (Results 1 – 4 of 4) sorted by relevance
/base/powermgr/power_manager/services/native/include/ |
D | running_lock_mgr.h | 54 const UserIPCInfo &userIPCinfo, uint32_t timeOutMS = 0); 182 void RemoveAndPostUnlockTask(const sptr<IRemoteObject>& remoteObj, uint32_t timeOutMS = 0);
|
D | power_mgr_service.h | 64 const RunningLockInfo& runningLockInfo, uint32_t timeOutMS) override;
|
/base/powermgr/power_manager/services/native/src/ |
D | running_lock_mgr.cpp | 254 const sptr<IRemoteObject>& remoteObj, uint32_t timeOutMS) in RemoveAndPostUnlockTask() argument 262 POWER_HILOGD(FEATURE_RUNNING_LOCK, "timeOutMS=%{public}d", timeOutMS); in RemoveAndPostUnlockTask() 264 if (timeOutMS != 0) { in RemoveAndPostUnlockTask() 266 handler->PostTask(unLockFunc, remoteObjStr, timeOutMS); in RemoveAndPostUnlockTask() 272 const UserIPCInfo& userIPCinfo, uint32_t timeOutMS) in Lock() argument 299 if (timeOutMS > 0) { in Lock() 300 RemoveAndPostUnlockTask(remoteObj, timeOutMS); in Lock()
|
D | power_mgr_service.cpp | 691 uint32_t timeOutMS) in Lock() argument 700 timeOutMS, in Lock() 706 runningLockMgr_->Lock(remoteObj, runningLockInfo, userIPCInfo, timeOutMS); in Lock()
|