Home
last modified time | relevance | path

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

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