Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp315 auto keys = advancedNotificationService_->GetLocalNotificationKeys(bundle2);
H A Dadvanced_notification_service_test.cpp1941 advancedNotificationService_->GetLocalNotificationKeys(bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp508 std::vector<std::string> keys = GetLocalNotificationKeys(bundleOption); in OnBundleRemoved()
1181 std::vector<std::string> AdvancedNotificationService::GetLocalNotificationKeys( in GetLocalNotificationKeys() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1274 …std::vector<std::string> GetLocalNotificationKeys(const sptr<NotificationBundleOption> &bundleOpti…