Home
last modified time | relevance | path

Searched refs:UnLock (Results 1 – 25 of 29) sorted by relevance

12

/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_handler.cpp106 reqRunningLock_->UnLock(); in ReduceRunningLock()
123 reqRunningLock_->UnLock(); in ReleaseRunningLock()
125 ackRunningLock_->UnLock(); in ReleaseRunningLock()
/base/web/webview/ohos_adapter/power_mgr_adapter/src/
Dpower_mgr_client_adapter_impl.cpp65 int32_t RunningLockAdapterImpl::UnLock() in UnLock() function in OHOS::NWeb::RunningLockAdapterImpl
68 return lock_->UnLock(); in UnLock()
/base/web/webview/test/unittest/power_mgr_client_adapter_impl_test/
Dpower_mgr_client_adapter_impl_test.cpp61 EXPECT_NE(runLockAdapter->UnLock(), -1);
83 EXPECT_EQ(runLockAdapter->UnLock(), -1);
/base/powermgr/power_manager/services/native/test/unittest/src/
Drunning_lock_test.cpp50 runningLock1->UnLock();
101 runningLock->UnLock();
137 runningLock1->UnLock();
230 runningLock1->UnLock();
270 runningLock1->UnLock();
302 runningLockMgr_->UnLock(token);
308 runningLockMgr_->UnLock(token2);
349 runningLockMgr_->UnLock(token);
407 runningLockMgr_->UnLock(token1);
408 runningLockMgr_->UnLock(token2);
[all …]
Dpower_mgr_client_test.cpp344 runningLock->UnLock();
368 runningLock->UnLock();
397 runningLock->UnLock();
425 runningLock->UnLock();
455 runningLock->UnLock();
484 runningLock->UnLock();
508 runningLock->UnLock();
535 runningLock->UnLock();
Dpower_mgr_mock_test.cpp932 pms->UnLock(token);
969 pms->UnLock(token);
1006 pms->UnLock(token);
1775 pms->UnLock(token);
1809 pms->UnLock(token);
1874 pms->UnLock(token);
1943 pms->UnLock(token);
1985 pms->UnLock(token);
2025 pms->UnLock(token);
2064 pms->UnLock(token);
[all …]
/base/web/webview/test/fuzztest/ohos_adapter/power_mgr_adapter/unlock_fuzzer/
Dunlock_fuzzer.cpp33 runningLockAdapter.UnLock(); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/interfaces/
Dpower_mgr_client_adapter.h39 virtual int32_t UnLock() = 0;
/base/powermgr/power_manager/frameworks/native/
Drunning_lock.cpp72 ErrCode RunningLock::UnLock() in UnLock() function in OHOS::PowerMgr::RunningLock
83 proxy->UnLock(token_); in UnLock()
/base/web/webview/ohos_adapter/power_mgr_adapter/include/
Dpower_mgr_client_adapter_impl.h30 int32_t UnLock() override;
/base/powermgr/power_manager/test/systemtest/src/
Dpower_mgr_st_mock_test.cpp162 pms->UnLock(token);
199 pms->UnLock(token);
235 pms->UnLock(token);
361 pms->UnLock(token);
396 pms->UnLock(token);
430 pms->UnLock(token);
476 pms->UnLock(token);
517 pms->UnLock(token);
555 pms->UnLock(token);
587 pms->UnLock(token);
[all …]
/base/powermgr/power_manager/interfaces/innerkits/native/include/
Drunning_lock.h53 ErrCode UnLock();
Dipower_mgr.h74 virtual bool UnLock(const sptr<IRemoteObject>& remoteObj) = 0;
/base/powermgr/power_manager/test/fuzztest/power_fuzzer/
Dpower_fuzzer.cpp179 static void UnLock(const uint8_t* data) in UnLock() function
189 fuzzLock -> UnLock(); in UnLock()
291 UnLock(data); in DoSomethingInterestingWithMyAPI()
/base/powermgr/power_manager/services/native/test/unittest/src/mock/
Dpower_mock_object_test.cpp80 EXPECT_FALSE(sptrProxy->UnLock(token));
159 runningLock->UnLock();
Dpower_mock_proxy_test.cpp72 EXPECT_FALSE(sptrProxy->UnLock(token));
Dpower_mock_peer_test.cpp115 EXPECT_FALSE(sptrProxy->UnLock(token));
Dpower_mock_parcel_test.cpp158 sptrProxy->UnLock(token);
/base/powermgr/power_manager/services/zidl/include/
Dpower_mgr_proxy.h52 virtual bool UnLock(const sptr<IRemoteObject>& remoteObj) override;
/base/telephony/core_service/services/network_search/src/
Dnitz_update.cpp204 runningLock->UnLock(); in ProcessTime()
311 runningLock->UnLock(); in SaveTime()
/base/powermgr/power_manager/services/native/include/
Drunning_lock_mgr.h55 void UnLock(const sptr<IRemoteObject> remoteObj);
Dpower_mgr_service.h65 virtual bool UnLock(const sptr<IRemoteObject>& remoteObj) override;
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_service.cpp710 bool PowerMgrService::UnLock(const sptr<IRemoteObject>& remoteObj) in UnLock() function in OHOS::PowerMgr::PowerMgrService
716 runningLockMgr_->UnLock(remoteObj); in UnLock()
723 runningLockMgr_->UnLock(remoteObj); in ForceUnLock()
Drunning_lock_mgr.cpp244 UnLock(remoteObj); in ReleaseLock()
265 std::function<void()> unLockFunc = std::bind(&RunningLockMgr::UnLock, this, remoteObj); in RemoveAndPostUnlockTask()
305 void RunningLockMgr::UnLock(const sptr<IRemoteObject> remoteObj) in UnLock() function in OHOS::PowerMgr::RunningLockMgr
/base/powermgr/power_manager/frameworks/napi/runninglock/
Drunninglock_napi.cpp124 runningLock->UnLock(); in UnHold()

12