Home
last modified time | relevance | path

Searched refs:timeOutMS (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/power_manager/services/native/include/
Drunning_lock_mgr.h54 const UserIPCInfo &userIPCinfo, uint32_t timeOutMS = 0);
182 void RemoveAndPostUnlockTask(const sptr<IRemoteObject>& remoteObj, uint32_t timeOutMS = 0);
Dpower_mgr_service.h64 const RunningLockInfo& runningLockInfo, uint32_t timeOutMS) override;
/base/powermgr/power_manager/services/native/src/
Drunning_lock_mgr.cpp254 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()
Dpower_mgr_service.cpp691 uint32_t timeOutMS) in Lock() argument
700 timeOutMS, in Lock()
706 runningLockMgr_->Lock(remoteObj, runningLockInfo, userIPCInfo, timeOutMS); in Lock()