Searched refs:deviceProfileMutex_ (Results 1 – 2 of 2) sorted by relevance
77 std::lock_guard<std::mutex> lock(deviceProfileMutex_); in UnInit()107 std::lock_guard<std::mutex> lock(deviceProfileMutex_); in AddDeviceProfile()196 std::lock_guard<std::mutex> lock(deviceProfileMutex_); in GetDeviceProfile()274 std::lock_guard<std::mutex> lock(deviceProfileMutex_); in DeleteDeviceProfile()318 std::lock_guard<std::mutex> lock(deviceProfileMutex_); in IsDeviceProfileExist()
103 std::mutex deviceProfileMutex_; variable