Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp523 std::lock_guard<std::mutex> lock(delayNotificationMutext_); in UpdateInDelayNotificationList()
540 std::lock_guard<std::mutex> lock(delayNotificationMutext_); in AddToDelayNotificationList()
565 std::lock_guard<std::mutex> lock(delayNotificationMutext_); in IsNotificationExistsInDelayList()
H A Dadvanced_notification_service.cpp1186 std::lock_guard<std::mutex> lock(delayNotificationMutext_); in GetNotificationKeys()
1259 std::lock_guard<std::mutex> lock(delayNotificationMutext_); in RemoveFromNotificationList()
1334 std::lock_guard<std::mutex> lock(delayNotificationMutext_); in RemoveFromDelayedNotificationList()
1373 std::lock_guard<std::mutex> lock(delayNotificationMutext_); in GetFromDelayedNotificationList()
H A Dadvanced_notification_publish_service.cpp1432 std::lock_guard<std::mutex> lock(delayNotificationMutext_); in RemoveSystemLiveViewNotificationsOfSa()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1472 std::mutex delayNotificationMutext_; variable