Searched refs:charProfileMutex_ (Results 1 – 2 of 2) sorted by relevance
85 std::lock_guard<std::mutex> lock(charProfileMutex_); in UnInit()148 std::lock_guard<std::mutex> lock(charProfileMutex_); in AddCharProfile()235 std::lock_guard<std::mutex> lock(charProfileMutex_); in GetCharacteristicProfile()304 std::lock_guard<std::mutex> lock(charProfileMutex_); in DeleteCharProfile()367 std::lock_guard<std::mutex> lock(charProfileMutex_); in IsCharProfileExist()399 std::lock_guard<std::mutex> lock(charProfileMutex_); in RefreshCharProfileCache()418 std::lock_guard<std::mutex> lock(charProfileMutex_); in RefreshStaticProfileCache()763 std::lock_guard<std::mutex> lock(charProfileMutex_); in GetSwitchProfilesByServiceName()779 std::lock_guard<std::mutex> lock(charProfileMutex_); in IsCharProfileKeyExist()
109 std::mutex charProfileMutex_; variable