Home
last modified time | relevance | path

Searched refs:GetAppTargetBundle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1429 …ASSERT_EQ(advancedNotificationService_->GetAppTargetBundle(bundleOption, bundleOption), ERR_ANS_IN…
1633 ASSERT_EQ(advancedNotificationService_->GetAppTargetBundle(bundleOption, bundleOption), ERR_OK);
1650 ASSERT_EQ(advancedNotificationService_->GetAppTargetBundle(bundleOption, targetBundle), ERR_OK);
1668 ASSERT_EQ(advancedNotificationService_->GetAppTargetBundle(bundleOption, targetBundle), ERR_OK);
H A Dadvanced_notification_service_branch_test.cpp611 …ASSERT_EQ(advancedNotificationService_->GetAppTargetBundle(bundleOption, targetBundle), ERR_ANS_NO…
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1297 static ErrCode GetAppTargetBundle(const sptr<NotificationBundleOption> &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp201 ErrCode AdvancedNotificationService::GetAppTargetBundle(const sptr<NotificationBundleOption> &bundl… in GetAppTargetBundle() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_publish_service.cpp1267 ErrCode result = GetAppTargetBundle(bundleOption, targetBundle); in IsSpecialBundleAllowedNotify()