Searched refs:extLock_ (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | mock_auto_launch.h | 27 std::lock_guard<std::mutex> autoLock(extLock_); in SetAutoLaunchItem()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | auto_launch.cpp | 740 ADAPTER_AUTO_LOCK(lock, extLock_); in SetAutoLaunchRequestCallback() 798 ADAPTER_AUTO_LOCK(autoLock, extLock_); in AutoLaunchExtTask() 814 ADAPTER_AUTO_LOCK(autoLock, extLock_); in AutoLaunchExtTask() 824 ADAPTER_AUTO_LOCK(autoLock, extLock_); in AutoLaunchExtTask() 842 ADAPTER_AUTO_LOCK(autoLock, extLock_); in ExtObserverFunc() 865 ADAPTER_AUTO_LOCK(autoLock, extLock_); in ExtObserverFunc() 902 ADAPTER_AUTO_LOCK(autoLock, extLock_); in ExtConnectionLifeCycleCallbackTask() 1062 ADAPTER_AUTO_LOCK(autoLock, extLock_); in ExtAutoLaunchRequestCallBack() 1309 ADAPTER_AUTO_LOCK(autoLock, extLock_); in RegisterRelationalObserver() 1338 ADAPTER_AUTO_LOCK(lock, extLock_); in CloseConnection()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | auto_launch.h | 199 std::mutex extLock_; variable
|