Searched refs:NotifyRunningLockChanged (Results 1 – 6 of 6) sorted by relevance
/base/powermgr/power_manager/test/unittest/src/ |
D | running_lock_native_test.cpp | 261 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);
|
D | power_getcontroller_mock_test.cpp | 199 void NotifyRunningLockChanged(bool isUnLock);
|
/base/powermgr/power_manager/services/native/src/ |
D | running_lock_mgr.cpp | 276 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()
|
D | power_mgr_service.cpp | 645 void PowerMgrService::NotifyRunningLockChanged(bool isUnLock) in NotifyRunningLockChanged() function in OHOS::PowerMgr::PowerMgrService
|
/base/powermgr/power_manager/services/native/include/ |
D | running_lock_mgr.h | 185 …void NotifyRunningLockChanged(const sptr<IRemoteObject>& remoteObj, std::shared_ptr<RunningLockInn…
|
D | power_mgr_service.h | 187 void NotifyRunningLockChanged(bool isUnLock);
|