Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp85 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()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h109 std::mutex charProfileMutex_; variable