Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp93 std::lock_guard<std::mutex> lock(syncListenerMutex_); in UnInit()
435 std::lock_guard<std::mutex> lock(syncListenerMutex_); in AddSyncListener()
451 std::lock_guard<std::mutex> lock(syncListenerMutex_); in GetSyncListeners()
463 std::lock_guard<std::mutex> lock(syncListenerMutex_); in RemoveSyncListeners()
488 std::lock_guard<std::mutex> lock(syncListenerMutex_); in RemoveSyncListener()
512 std::lock_guard<std::mutex> lock(syncListenerMutex_); in RemoveSyncListener()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h115 std::mutex syncListenerMutex_; variable