Home
last modified time | relevance | path

Searched refs:dbAdapterMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Ddb_adapter.cpp105 std::lock_guard<std::mutex> lock(dbAdapterMutex_); in Init()
138 std::lock_guard<std::mutex> lock(dbAdapterMutex_); in InitLocal()
161 std::lock_guard<std::mutex> lock(dbAdapterMutex_); in UnInit()
176 std::lock_guard<std::mutex> lock(dbAdapterMutex_); in ReInit()
247 std::lock_guard<std::mutex> lock(dbAdapterMutex_); in GetDataByKey()
277 std::lock_guard<std::mutex> lock(dbAdapterMutex_); in GetDataByKeyPrefix()
315 std::lock_guard<std::mutex> lock(dbAdapterMutex_); in PutData()
335 std::lock_guard<std::mutex> lock(dbAdapterMutex_); in PutDataBatch()
473 std::lock_guard<std::mutex> lock(dbAdapterMutex_); in DeleteKvStore()
488 std::lock_guard<std::mutex> lock(dbAdapterMutex_); in RemoveDeviceData()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Ddb_adapter.h77 std::mutex dbAdapterMutex_; variable