Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp510 std::vector<std::string> keys = GetNotificationKeys(bundleOption); in OnBundleRemoved()
1328 std::vector<std::string> keys = GetNotificationKeys(bundleOption); in OnBundleDataCleared()
1426 std::vector<std::string> keys = GetNotificationKeys(nullptr); in DeleteAllByUserInner()
H A Dadvanced_notification_publish_service.cpp342 std::vector<std::string> keys = GetNotificationKeys(bundleOption); in ExcuteCancelAll()
627 std::vector<std::string> keys = GetNotificationKeys(bundle); in DeleteByBundle()
695 std::vector<std::string> keys = GetNotificationKeys(nullptr); in DeleteAll()
H A Dadvanced_notification_service.cpp1173 std::vector<std::string> AdvancedNotificationService::GetNotificationKeys( in GetNotificationKeys() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1238 … std::vector<std::string> GetNotificationKeys(const sptr<NotificationBundleOption> &bundleOption);