Home
last modified time | relevance | path

Searched refs:GetAppTargetBundle (Results 1 - 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp227 service->GetAppTargetBundle(bundleOption, targetBundleOption); in DoTestForAdvancedNotificationUtils()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1431 ASSERT_EQ(advancedNotificationService_->GetAppTargetBundle(bundleOption, bundleOption), ERR_ANS_INVALID_BUNDLE); in HWTEST_F()
1627 * @tc.desc : Test GetAppTargetBundle function.
1636 ASSERT_EQ(advancedNotificationService_->GetAppTargetBundle(bundleOption, bundleOption), ERR_OK); in HWTEST_F()
1644 * @tc.desc : Test GetAppTargetBundle function.
1653 ASSERT_EQ(advancedNotificationService_->GetAppTargetBundle(bundleOption, targetBundle), ERR_OK); in HWTEST_F()
1661 * @tc.desc : Test GetAppTargetBundle function.
1671 ASSERT_EQ(advancedNotificationService_->GetAppTargetBundle(bundleOption, targetBundle), ERR_OK); in HWTEST_F()
H A Dadvanced_notification_service_branch_test.cpp603 * @tc.desc : Test GetAppTargetBundle function return ERR_ANS_NON_SYSTEM_APP.
614 ASSERT_EQ(advancedNotificationService_->GetAppTargetBundle(bundleOption, targetBundle), ERR_ANS_NON_SYSTEM_APP); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1289 static ErrCode GetAppTargetBundle(const sptr<NotificationBundleOption> &bundleOption,
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp202 ErrCode AdvancedNotificationService::GetAppTargetBundle(const sptr<NotificationBundleOption> &bundleOption, in GetAppTargetBundle() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_publish_service.cpp1196 ErrCode result = GetAppTargetBundle(bundleOption, targetBundle); in IsSpecialBundleAllowedNotify()

Completed in 19 milliseconds