Home
last modified time | relevance | path

Searched refs:unlock (Results 1 - 25 of 74) sorted by relevance

123

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlock.cpp34 bool Lock::unlock() in unlock() function in OHOS::Global::Resource::Lock
36 this->mtx_->unlock(); in unlock()
/base/security/appverify/interfaces/innerkits/appverify/src/interfaces/
H A Dhap_verify.cpp50 g_mtx.unlock(); in HapVerifyInit()
64 g_mtx.unlock(); in EnableDebugMode()
75 g_mtx.unlock(); in DisableDebugMode()
83 g_mtx.unlock(); in SetDevMode()
/base/powermgr/power_manager/utils/ffrt/src/
H A Dffrt_utils.cpp82 mutexMap_[mutexId].unlock(); in Unlock()
106 mutex_.unlock(); in Clear()
113 mutex_.unlock(); in CancelAllTimer()
120 mutex_.unlock(); in CancelTimer()
131 mutex_.unlock(); in SetTimer()
138 mutex_.unlock(); in GetTaskId()
/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dhap_crl_manager.cpp69 crlMtx.unlock(); in Init()
140 crlMtx.unlock(); in WriteCrlsToFile()
150 crlMtx.unlock(); in WriteCrlsToFile()
185 crlMtx.unlock(); in CrlCheck()
196 crlMtx.unlock(); in CrlCheck()
199 crlMtx.unlock(); in CrlCheck()
H A Ddevice_type_manager.cpp71 getDeviceTypeMtx.unlock(); in GetDeviceTypeInfo()
80 getDeviceTypeMtx.unlock(); in GetDeviceTypeInfo()
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/
H A Dcommon_event_services_publish_ordered_system_test.cpp145 g_mtx.unlock(); in ProcessSubscriberTestCase1()
155 g_mtx.unlock(); in ProcessSubscriberTestCase2()
174 g_mtx.unlock(); in ProcessSubscriberTestCase3()
205 g_mtx.unlock(); in ProcessSubscriberTestCase5()
236 g_mtx.unlock(); in AsyncProcess()
282 g_mtxAnother.unlock(); in ProcessSubscriberAnotherTestCase1()
290 g_mtxAnother.unlock(); in ProcessSubscriberAnotherTestCase2()
300 g_mtxAnother.unlock(); in ProcessSubscriberAnotherTestCase3()
307 g_mtxAnother.unlock(); in ProcessSubscriberAnotherTestCase4()
331 g_mtxAnother.unlock(); in ProcessSubscriberAnotherTestCase5()
[all...]
/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp78 lock.unlock(); in RegisterCountryCodeCallback()
85 lock.unlock(); in RegisterCountryCodeCallback()
88 lock.unlock(); in RegisterCountryCodeCallback()
99 lock.unlock(); in UnregisterCountryCodeCallback()
109 lock.unlock(); in UnregisterCountryCodeCallback()
112 lock.unlock(); in UnregisterCountryCodeCallback()
267 lock.unlock(); in SubscribeSimEvent()
286 lock.unlock(); in SubscribeNetworkStatusEvent()
404 lock.unlock(); in ReSubscribeEvent()
407 lock.unlock(); in ReSubscribeEvent()
[all...]
/base/notification/common_event_service/tools/test/systemtest/cem/
H A Dcommon_event_command_publish_system_test.cpp129 mtx.unlock(); in OnReceiveEvent()
133 mtx.unlock(); in OnReceiveEvent()
137 mtx.unlock(); in OnReceiveEvent()
140 mtx.unlock(); in OnReceiveEvent()
198 // unlock the mutex in HWTEST_F()
199 mtx.unlock(); in HWTEST_F()
258 // unlock the mutex in HWTEST_F()
259 mtx.unlock(); in HWTEST_F()
318 // unlock the mutex in HWTEST_F()
319 mtx.unlock(); in HWTEST_F()
[all...]
/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp153 g_mtx.unlock(); in ProcessSubscriberTestCase1()
164 g_mtx.unlock(); in ProcessSubscriberTestCase2()
184 g_mtx.unlock(); in ProcessSubscriberTestCase3()
217 g_mtx.unlock(); in ProcessSubscriberTestCase5()
249 g_mtx.unlock(); in AsyncProcess()
295 g_mtxAnother.unlock(); in ProcessSubscriberAnotherTestCase1()
303 g_mtxAnother.unlock(); in ProcessSubscriberAnotherTestCase2()
313 g_mtxAnother.unlock(); in ProcessSubscriberAnotherTestCase3()
320 g_mtxAnother.unlock(); in ProcessSubscriberAnotherTestCase4()
344 g_mtxAnother.unlock(); in ProcessSubscriberAnotherTestCase5()
[all...]
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_subscribe_module_test.cpp96 g_mtx.unlock(); in OnAccountsChanged()
132 g_mtx.unlock(); in OnAccountsChanged()
155 g_mtx.unlock(); in OnAccountsChanged()
200 g_mtx.unlock(); in OnAccountsChanged()
304 // unlock the mutex in HWTEST_F()
305 g_mtx.unlock(); in HWTEST_F()
411 // unlock the mutex in HWTEST_F()
412 g_mtx.unlock(); in HWTEST_F()
484 // unlock the mutex in HWTEST_F()
485 g_mtx.unlock(); in HWTEST_F()
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dlock.h30 bool unlock();
H A Dauto_mutex.h32 { lock_.unlock(); } in ~AutoMutex()
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_subscribe_module_test.cpp119 g_mtx.unlock(); in OnAccountsChanged()
161 g_mtx.unlock();
174 g_mtx.unlock();
222 g_mtx.unlock(); in HWTEST_F()
225 // unlock the mutex in HWTEST_F()
232 * @tc.desc: Subscribe os accounts unlock with no password
254 //unlock in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
H A Dcommon_event_services_system_test.cpp80 mtx_.unlock(); in OnReceiveEvent()
104 mtx2_.unlock(); in OnReceiveEvent()
138 mtx_.unlock(); in OnReceiveEvent()
709 mtx_.unlock(); in HWTEST_F()
748 mtx_.unlock(); in HWTEST_F()
786 mtx_.unlock(); in HWTEST_F()
826 mtx_.unlock(); in HWTEST_F()
866 mtx_.unlock(); in HWTEST_F()
936 mtx_.unlock(); in HWTEST_F()
1030 mtx_.unlock(); in HWTEST_F()
[all...]
/base/telephony/core_service/services/sim/src/
H A Doperator_config_cache.cpp43 lock.unlock(); in ClearAllCache()
51 lock.unlock(); in ClearMemoryAndOpkey()
86 lock.unlock(); in UpdateCurrentOpc()
150 lock.unlock(); in GetOperatorConfigs()
153 lock.unlock(); in GetOperatorConfigs()
162 lock.unlock(); in UpdateOperatorConfigs()
247 lock.unlock(); in ProcessEvent()
/base/notification/common_event_service/test/systemtest/common/ces/ces_check_service/
H A Dces_check_service.cpp65 mtx_.unlock(); in OnReceiveEvent()
139 mtx_.unlock(); in HWTEST_F()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_publish_ordered_event_unit_test.cpp74 mtx.unlock(); in OnReceiveEvent()
173 mtx.unlock(); in HWTEST_F()
266 mtx.unlock(); in HWTEST_F()
312 mtx.unlock(); in HWTEST_F()
613 mtx.unlock(); in HWTEST_F()
670 mtx.unlock(); in HWTEST_F()
727 mtx.unlock(); in HWTEST_F()
784 mtx.unlock(); in HWTEST_F()
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_controller.cpp163 g_monitorMutex.unlock(); in Init()
182 g_monitorMutex.unlock(); in ExecSuspendMonitorByReason()
186 g_monitorMutex.unlock(); in ExecSuspendMonitorByReason()
229 g_monitorMutex.unlock(); in UpdateSuspendSources()
291 g_monitorMutex.unlock(); in RegisterSettingsObserver()
311 g_monitorMutex.unlock(); in RegisterSettingsObserver()
325 g_monitorMutex.unlock(); in RegisterSettingsObserver()
/base/telephony/state_registry/frameworks/cj/src/
H A Dobserver_event_handler.cpp434 lock.unlock(); in WorkCallStateUpdated()
467 lock.unlock(); in WorkSignalUpdated()
500 lock.unlock(); in WorkNetworkStateUpdated()
521 lock.unlock(); in WorkSimStateUpdated()
548 lock.unlock(); in WorkCellularDataConnectStateUpdated()
561 lock.unlock(); in WorkCellularDataFlowUpdated()
587 lock.unlock(); in WorkIccAccountUpdated()
/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrTaskContainer.cpp78 uniqueLock.unlock(); in Entry()
/base/startup/init/test/benchmark/
H A Dbenchmark_fwk.h33 g_benchmarkLock.unlock(); in AddBenchmark()
/base/request/request/services/src/cxx/
H A Dget_proxy.cpp63 g_proxyMutex.unlock(); in SubscriberEvent()
120 g_proxyMutex.unlock(); in OnReceiveEvent()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_detector.cpp217 nativeDetectorMtx_.unlock(); in RemoveFinishedInfo()
256 nativeDetectorMtx_.unlock(); in MainProcess()
333 nativeDetectorMtx_.unlock(); in ExeNextStateProcess()
400 nativeDetectorMtx_.unlock(); in ProcessUserEvent()
421 nativeDetectorMtx_.unlock(); in ProcessUserEvent()
H A Dnative_leak_state.cpp342 dumpStateMtx_.unlock(); in DumpDetailInfo()
349 dumpStateMtx_.unlock(); in DumpDetailInfo()
367 dumpStateMtx_.unlock(); in DumpDetailInfo()
403 dumpStateMtx_.unlock(); in DumpUserMemInfo()
419 dumpStateMtx_.unlock(); in DumpUserMemInfo()
426 dumpStateMtx_.unlock(); in DumpUserMemInfo()
/base/time/time_service/services/time/src/
H A Dntp_update_time.cpp269 requestMutex_.unlock(); in SetSystemTime()
276 requestMutex_.unlock(); in SetSystemTime()
282 requestMutex_.unlock(); in SetSystemTime()
288 requestMutex_.unlock(); in SetSystemTime()
293 requestMutex_.unlock(); in SetSystemTime()

Completed in 18 milliseconds

123