Searched refs:dynamicStoreMutex_ (Results 1 – 2 of 2) sorted by relevance
55 std::lock_guard<std::mutex> lock(dynamicStoreMutex_); in Init()82 std::lock_guard<std::mutex> lock(dynamicStoreMutex_); in UnInit()119 std::lock_guard<std::mutex> lock(dynamicStoreMutex_); in PutDeviceProfile()147 std::lock_guard<std::mutex> lock(dynamicStoreMutex_); in PutServiceProfile()177 std::lock_guard<std::mutex> lock(dynamicStoreMutex_); in PutServiceProfileBatch()205 std::lock_guard<std::mutex> lock(dynamicStoreMutex_); in PutCharacteristicProfile()235 std::lock_guard<std::mutex> lock(dynamicStoreMutex_); in PutCharacteristicProfileBatch()254 std::lock_guard<std::mutex> lock(dynamicStoreMutex_); in GetDeviceProfile()702 std::lock_guard<std::mutex> lock(dynamicStoreMutex_); in DeleteBatchByKeys()721 std::lock_guard<std::mutex> lock(dynamicStoreMutex_); in GetProfilesByOwner()[all …]
97 std::mutex dynamicStoreMutex_; variable