Home
last modified time | relevance | path

Searched refs:NotifyRunningLockChanged (Results 1 – 6 of 6) sorted by relevance

/base/powermgr/power_manager/test/unittest/src/
Drunning_lock_native_test.cpp261 runningLockMgr->NotifyRunningLockChanged(remoteObj, lockInner, type);
263 runningLockMgr->NotifyRunningLockChanged(remoteObj, lockInner, type);
265 runningLockMgr->NotifyRunningLockChanged(remoteObj, lockInner, type);
487 runningLockMgr->NotifyRunningLockChanged(remoteObj, lockInner, type);
489 runningLockMgr->NotifyRunningLockChanged(remoteObj, lockInner, type);
491 runningLockMgr->NotifyRunningLockChanged(remoteObj, lockInner, type);
493 runningLockMgr->NotifyRunningLockChanged(remoteObj, lockInner, type);
Dpower_getcontroller_mock_test.cpp199 void NotifyRunningLockChanged(bool isUnLock);
/base/powermgr/power_manager/services/native/src/
Drunning_lock_mgr.cpp276 NotifyRunningLockChanged(remoteObj, lockInner, NOTIFY_RUNNINGLOCK_ADD); in Lock()
317 NotifyRunningLockChanged(remoteObj, lockInner, NOTIFY_RUNNINGLOCK_REMOVE); in UnLock()
411 NotifyRunningLockChanged(it.first, lockInner, NOTIFY_RUNNINGLOCK_OVERTIME); in CheckOverTime()
434 void RunningLockMgr::NotifyRunningLockChanged(const sptr<IRemoteObject>& remoteObj, in NotifyRunningLockChanged() function in OHOS::PowerMgr::RunningLockMgr
538 NotifyRunningLockChanged(remoteObj, lockInner, NOTIFY_RUNNINGLOCK_REMOVE); in UnlockInnerByProxy()
717 … pms->GetRunningLockMgr()->NotifyRunningLockChanged(remoteObj, lockInner, NOTIFY_RUNNINGLOCK_ADD); in Increase()
733 …pms->GetRunningLockMgr()->NotifyRunningLockChanged(remoteObj, lockInner, NOTIFY_RUNNINGLOCK_REMOVE… in Decrease()
Dpower_mgr_service.cpp645 void PowerMgrService::NotifyRunningLockChanged(bool isUnLock) in NotifyRunningLockChanged() function in OHOS::PowerMgr::PowerMgrService
/base/powermgr/power_manager/services/native/include/
Drunning_lock_mgr.h185 …void NotifyRunningLockChanged(const sptr<IRemoteObject>& remoteObj, std::shared_ptr<RunningLockInn…
Dpower_mgr_service.h187 void NotifyRunningLockChanged(bool isUnLock);