Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp81 std::lock_guard<std::mutex> lock(serviceProfileMutex_); in UnInit()
127 std::lock_guard<std::mutex> lock(serviceProfileMutex_); in AddServiceProfile()
215 std::lock_guard<std::mutex> lock(serviceProfileMutex_); in GetServiceProfile()
288 std::lock_guard<std::mutex> lock(serviceProfileMutex_); in DeleteServiceProfile()
342 std::lock_guard<std::mutex> lock(serviceProfileMutex_); in IsServiceProfileExist()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h106 std::mutex serviceProfileMutex_; variable