Searched refs:GetAppTargetBundle (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
H A D | advancednotificationservice_fuzzer.cpp | 227 service->GetAppTargetBundle(bundleOption, targetBundleOption); in DoTestForAdvancedNotificationUtils()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 1431 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 D | advanced_notification_service_branch_test.cpp | 603 * @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 D | advanced_notification_service.h | 1289 static ErrCode GetAppTargetBundle(const sptr<NotificationBundleOption> &bundleOption,
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 202 ErrCode AdvancedNotificationService::GetAppTargetBundle(const sptr<NotificationBundleOption> &bundleOption, in GetAppTargetBundle() function in OHOS::Notification::AdvancedNotificationService
|
H A D | advanced_notification_publish_service.cpp | 1196 ErrCode result = GetAppTargetBundle(bundleOption, targetBundle); in IsSpecialBundleAllowedNotify()
|
Completed in 19 milliseconds