Home
last modified time | relevance | path

Searched refs:switchProfileMapMtx_ (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.cpp670 std::lock_guard<std::mutex> lock(switchProfileMapMtx_); in AddCharProfilesToCache()
684 std::lock_guard<std::mutex> lock(switchProfileMapMtx_); in SaveSwitchProfilesFromTempCache()
754 std::lock_guard<std::mutex> lock(switchProfileMapMtx_); in ClearProfileCache()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h100 std::mutex switchProfileMapMtx_; variable