Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp77 std::lock_guard<std::mutex> lock(preferenceMutex_); in AddNotificationSlots()
106 std::lock_guard<std::mutex> lock(preferenceMutex_); in AddNotificationBundleProperty()
132 std::lock_guard<std::mutex> lock(preferenceMutex_); in RemoveNotificationSlot()
161 std::lock_guard<std::mutex> lock(preferenceMutex_); in RemoveNotificationAllSlots()
197 std::lock_guard<std::mutex> lock(preferenceMutex_); in RemoveNotificationForBundle()
227 std::lock_guard<std::mutex> lock(preferenceMutex_); in UpdateNotificationSlots()
263 std::lock_guard<std::mutex> lock(preferenceMutex_); in GetNotificationSlot()
285 std::lock_guard<std::mutex> lock(preferenceMutex_); in GetNotificationAllSlots()
305 std::lock_guard<std::mutex> lock(preferenceMutex_); in GetNotificationSlotsNumForBundle()
340 std::lock_guard<std::mutex> lock(preferenceMutex_); in SetNotificationSlotFlagsForBundle()
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_inner_pref.cpp31 std::lock_guard<std::mutex> lock(preferenceMutex_); in HandleRegisterObserver()
57 std::lock_guard<std::mutex> lock(preferenceMutex_); in HandleUnregisterObserver()
93 std::lock_guard<std::mutex> lock(preferenceMutex_); in HandleNotifyChange()
169 std::lock_guard<std::mutex> lock(preferenceMutex_); in OnCallBackDied()
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Ddataobs_mgr_inner_pref.h50 std::mutex preferenceMutex_; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h415 std::mutex preferenceMutex_; variable