Searched refs:delayNotificationMutext_ (Results 1 – 4 of 4) sorted by relevance
523 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()
1186 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()
1432 std::lock_guard<std::mutex> lock(delayNotificationMutext_); in RemoveSystemLiveViewNotificationsOfSa()
1472 std::mutex delayNotificationMutext_; variable