Home
last modified time | relevance | path

Searched refs:ResetRunningLocks (Results 1 – 19 of 19) sorted by relevance

/base/powermgr/power_manager/services/native/include/
Drunning_lock_proxy.h41 void ResetRunningLocks();
Drunning_lock_mgr.h61 void ResetRunningLocks();
Dpower_mgr_service.h70 virtual bool ResetRunningLocks() override;
/base/powermgr/power_manager/test/unittest/include/servicetest/
Dpowermgr_service_test_proxy.h49 bool ResetRunningLocks();
/base/powermgr/power_manager/interfaces/inner_api/native/include/
Dpower_mgr_client.h131 bool ResetRunningLocks();
Dipower_mgr.h45 virtual bool ResetRunningLocks() = 0;
/base/powermgr/power_manager/frameworks/native/
Dpower_mgr_client.cpp228 bool PowerMgrClient::ResetRunningLocks() in ResetRunningLocks() function in OHOS::PowerMgr::PowerMgrClient
231 return proxy_->ResetRunningLocks(); in ResetRunningLocks()
/base/powermgr/power_manager/services/zidl/include/
Dpower_mgr_proxy.h54 virtual bool ResetRunningLocks() override;
/base/powermgr/power_manager/test/unittest/src/mock/
Dpower_mock_proxy_test.cpp69 EXPECT_FALSE(sptrProxy->ResetRunningLocks());
Dpower_mock_peer_test.cpp105 EXPECT_FALSE(sptrProxy->ResetRunningLocks());
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/
Dpowermgr_service_mock_parcel_test.cpp89 EXPECT_FALSE(g_powerMgrServiceProxy->ResetRunningLocks());
/base/powermgr/power_manager/services/native/src/
Drunning_lock_proxy.cpp137 void RunningLockProxy::ResetRunningLocks() in ResetRunningLocks() function in OHOS::PowerMgr::RunningLockProxy
Dpower_mgr_service.cpp363 runningLockMgr_->ResetRunningLocks(); in OnRemoveSystemAbility()
678 bool PowerMgrService::ResetRunningLocks() in ResetRunningLocks() function in OHOS::PowerMgr::PowerMgrService
684 runningLockMgr_->ResetRunningLocks(); in ResetRunningLocks()
Drunning_lock_mgr.cpp507 void RunningLockMgr::ResetRunningLocks() in ResetRunningLocks() function in OHOS::PowerMgr::RunningLockMgr
513 runninglockProxy_->ResetRunningLocks(); in ResetRunningLocks()
/base/powermgr/power_manager/test/unittest/src/
Dpower_getcontroller_mock_test.cpp82 bool ResetRunningLocks() override;
/base/powermgr/power_manager/services/zidl/src/
Dpower_mgr_stub.cpp255 bool ret = ResetRunningLocks(); in ResetAllPorxyStub()
Dpower_mgr_proxy.cpp256 bool PowerMgrProxy::ResetRunningLocks() in ResetRunningLocks() function in OHOS::PowerMgr::PowerMgrProxy
/base/powermgr/power_manager/test/unittest/src/servicetest/
Dpowermgr_service_test_proxy.cpp262 bool PowerMgrServiceTestProxy::ResetRunningLocks() in ResetRunningLocks() function in OHOS::PowerMgr::PowerMgrServiceTestProxy
Dpowermgr_service_native_test.cpp280 EXPECT_TRUE(g_powerMgrServiceProxy->ResetRunningLocks());