Home
last modified time | relevance | path

Searched refs:observerListLock_ (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_ability_first_frame_state_observer.cpp114 std::lock_guard<std::mutex> lock(observerListLock_); in AddJSAbilityFirstFrameStateObserver()
136 std::lock_guard<std::mutex> lock(observerListLock_); in RemoveAllJsObserverObjects()
152 std::lock_guard<std::mutex> lock(observerListLock_); in RemoveJsObserverObject()
179 std::lock_guard<std::mutex> lock(observerListLock_); in GetObserverObject()
H A Djs_ability_first_frame_state_observer.h72 std::mutex observerListLock_; member in OHOS::AbilityRuntime::JSAbilityFirstFrameStateObserverManager
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h57 std::lock_guard<std::mutex> lock(observerListLock_); in OnRemoteDied()
93 std::mutex observerListLock_; member in OHOS::Bluetooth::BluetoothSocketServer
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.cpp84 std::lock_guard<std::mutex> lockGuard(observerListLock_); in RegisterObserver()
143 std::lock_guard<std::mutex> lockGuard(observerListLock_); in UnRegisterObserver()
327 std::lock_guard<std::mutex> lockGuard(observerListLock_);
377 std::lock_guard<std::mutex> lockGuard(observerListLock_);
H A Dgeneric_kvdb_connection.h146 std::mutex observerListLock_; member in DistributedDB::GenericKvDBConnection

Completed in 4 milliseconds