Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp629 std::lock_guard<std::mutex> lock(dynamicProfileMapMtx_); in AddSvrProfilesToCache()
663 std::lock_guard<std::mutex> lock(dynamicProfileMapMtx_); in AddCharProfilesToCache()
707 std::lock_guard<std::mutex> lock(dynamicProfileMapMtx_); in GetDynamicProfilesFromTempCache()
741 std::lock_guard<std::mutex> lock(dynamicProfileMapMtx_); in SaveDynamicProfilesFromTempCache()
750 std::lock_guard<std::mutex> lock(dynamicProfileMapMtx_); in ClearProfileCache()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h96 std::mutex dynamicProfileMapMtx_; variable