Home
last modified time | relevance | path

Searched refs:ResetRunningLocks (Results 1 - 18 of 18) sorted by relevance

/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_proxy.h49 void ResetRunningLocks();
H A Drunning_lock_mgr.h74 void ResetRunningLocks();
H A Drunning_lock_proxy.cpp304 void RunningLockProxy::ResetRunningLocks() in ResetRunningLocks() function in OHOS::PowerMgr::RunningLockProxy
H A Drunning_lock_mgr.cpp651 void RunningLockMgr::ResetRunningLocks() in ResetRunningLocks() function in OHOS::RunningLockMgr
654 runninglockProxy_->ResetRunningLocks(); in ResetRunningLocks()
/base/powermgr/power_manager/test/unittest/include/servicetest/
H A Dpowermgr_service_test_proxy.h51 bool ResetRunningLocks();
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dpower_mgr_client.h178 bool ResetRunningLocks();
H A Dipower_mgr.h53 virtual bool ResetRunningLocks() = 0;
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/
H A Dpowermgr_service_mock_parcel_test.cpp94 EXPECT_FALSE(g_powerMgrServiceProxy->ResetRunningLocks()); in HWTEST_F()
/base/powermgr/power_manager/test/unittest/src/mock/
H A Dpower_mock_proxy_test.cpp74 EXPECT_FALSE(sptrProxy->ResetRunningLocks()); in HWTEST_F()
H A Dpower_mock_peer_test.cpp116 EXPECT_FALSE(sptrProxy->ResetRunningLocks()); in HWTEST_F()
/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_proxy.h59 virtual bool ResetRunningLocks() override;
/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp329 bool PowerMgrClient::ResetRunningLocks() in ResetRunningLocks() function in OHOS::PowerMgr::PowerMgrClient
332 return proxy_->ResetRunningLocks(); in ResetRunningLocks()
/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h107 virtual bool ResetRunningLocks() override;
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp655 runningLockMgr_->ResetRunningLocks(); in OnRemoveSystemAbility()
1252 bool PowerMgrService::ResetRunningLocks() in ResetRunningLocks() function in OHOS::PowerMgr::PowerMgrService
1254 PowerXCollie powerXCollie("PowerMgrService::ResetRunningLocks", true); in ResetRunningLocks()
1259 runningLockMgr_->ResetRunningLocks(); in ResetRunningLocks()
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp346 bool ret = ResetRunningLocks(); in ResetAllPorxyStub()
H A Dpower_mgr_proxy.cpp337 bool PowerMgrProxy::ResetRunningLocks() in ResetRunningLocks() function in OHOS::PowerMgr::PowerMgrProxy
/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_test_proxy.cpp269 bool PowerMgrServiceTestProxy::ResetRunningLocks() in ResetRunningLocks() function in OHOS::PowerMgr::PowerMgrServiceTestProxy
H A Dpowermgr_service_native_test.cpp298 EXPECT_TRUE(g_powerMgrServiceProxy->ResetRunningLocks()); in HWTEST_F()

Completed in 17 milliseconds