Home
last modified time | relevance | path

Searched refs:timerIds (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp339 std::vector<uint64_t> timerIds; in ExcuteCancelAll()
354 timerIds.emplace_back(notification->GetAutoDeletedTimer()); in ExcuteCancelAll()
371 BatchCancelTimer(timerIds); in ExcuteCancelAll()
692 std::vector<uint64_t> timerIds; in DeleteAll()
709 timerIds.emplace_back(notification->GetAutoDeletedTimer()); in DeleteAll()
723 BatchCancelTimer(timerIds); in DeleteAll()
1634 std::vector<uint64_t> timerIds; in RemoveAllNotificationsInner()
1641 timerIds.emplace_back(record->notification->GetAutoDeletedTimer()); in RemoveAllNotificationsInner()
1656 BatchCancelTimer(timerIds); in RemoveAllNotificationsInner()
1682 std::vector<uint64_t> timerIds; in RemoveNotifications()
2022 std::vector<uint64_t> timerIds; RemoveNotificationFromRecordList() local
[all...]
H A Dadvanced_notification_utils.cpp542 std::vector<uint64_t> timerIds; in OnBundleRemoved()
555 timerIds.emplace_back(notification->GetAutoDeletedTimer()); in OnBundleRemoved()
566 BatchCancelTimer(timerIds); in OnBundleRemoved()
1348 std::vector<uint64_t> timerIds; in OnBundleDataCleared()
1367 timerIds.emplace_back(notification->GetAutoDeletedTimer()); in OnBundleDataCleared()
1384 BatchCancelTimer(timerIds); in OnBundleDataCleared()
1445 std::vector<uint64_t> timerIds; in DeleteAllByUserInner()
1462 timerIds.emplace_back(notification->GetAutoDeletedTimer()); in DeleteAllByUserInner()
1476 BatchCancelTimer(timerIds); in DeleteAllByUserInner()
1826 void AdvancedNotificationService::BatchCancelTimer(std::vector<uint64_t> timerIds) in BatchCancelTimer() argument
2026 std::vector<uint64_t> timerIds; OnRecoverLiveView() local
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1348 void BatchCancelTimer(std::vector<uint64_t> timerIds);

Completed in 9 milliseconds