Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h112 std::mutex staticCharProfileMutex_; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp89 std::lock_guard<std::mutex> lock(staticCharProfileMutex_); in UnInit()
169 std::lock_guard<std::mutex> lock(staticCharProfileMutex_); in AddStaticCharProfile()
255 std::lock_guard<std::mutex> lock(staticCharProfileMutex_); in GetStaticCharacteristicProfile()