Home
last modified time | relevance | path

Searched refs:depSaIdsMtx_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_service.h67 std::mutex depSaIdsMtx_; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h102 std::mutex depSaIdsMtx_; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp297 std::lock_guard<std::mutex> lock(depSaIdsMtx_); in OnAddSystemAbility()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp598 std::lock_guard<std::mutex> lock(depSaIdsMtx_); in OnAddSystemAbility()