/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 58 ansManagerStub.GetSlotNumAsBundle(bundleOption, num);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 703 * @tc.desc : Test GetSlotNumAsBundle function return ERR_ANS_NON_SYSTEM_APP. 713 ASSERT_EQ(advancedNotificationService_->GetSlotNumAsBundle(bundleOption, num), ERR_ANS_NON_SYSTEM_APP); in HWTEST_F() 719 * @tc.desc : Test GetSlotNumAsBundle function return ERR_ANS_PERMISSION_DENIED. 729 ASSERT_EQ(advancedNotificationService_->GetSlotNumAsBundle(bundleOption, num), ERR_ANS_PERMISSION_DENIED); in HWTEST_F()
|
H A D | advanced_notification_slot_service_test.cpp | 408 * @tc.desc: Test GetSlotNumAsBundle 420 auto ret = advancedNotificationService_->GetSlotNumAsBundle(bundle, num); in HWTEST_F()
|
H A D | advanced_notification_service_test.cpp | 1519 ASSERT_EQ(advancedNotificationService_->GetSlotNumAsBundle(bundleOption, num), ERR_OK); in HWTEST_F() 1802 * @tc.desc : Test GetSlotNumAsBundle function. 1811 ASSERT_EQ(advancedNotificationService_->GetSlotNumAsBundle(bundleOption, num), ERR_OK); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 180 virtual ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) = 0;
|
H A D | ans_manager_proxy.h | 167 ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) override;
|
H A D | ans_manager_stub.h | 182 virtual ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) override;
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 108 ErrCode AnsManagerStub::GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) in GetSlotNumAsBundle() function in OHOS::Notification::AnsManagerStub 110 ANS_LOGE("AnsManagerStub::GetSlotNumAsBundle called!"); in GetSlotNumAsBundle()
|
H A D | ans_manager_proxy_slot.cpp | 213 ErrCode AnsManagerProxy::GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) in GetSlotNumAsBundle() function in OHOS::Notification::AnsManagerProxy 216 ANS_LOGE("[GetSlotNumAsBundle] fail: bundle is empty."); in GetSlotNumAsBundle() 222 ANS_LOGE("[GetSlotNumAsBundle] fail: write interface token failed."); in GetSlotNumAsBundle() 227 ANS_LOGE("[GetSlotNumAsBundle] fail:: write bundle failed"); in GetSlotNumAsBundle()
|
H A D | ans_notification.cpp | 143 return proxy->GetSlotNumAsBundle(bo, num); in GetNotificationSlotNumAsBundle()
|
H A D | ans_manager_stub.cpp | 716 ErrCode result = GetSlotNumAsBundle(bundleOption, num); in HandleGetSlotNumAsBundle()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 824 * @tc.desc : Test GetSlotNumAsBundle function and CheckPermission is false
834 ASSERT_EQ(advancedNotificationService.GetSlotNumAsBundle(bundleOption, num), ERR_ANS_NON_SYSTEM_APP);
in HWTEST_F() 840 * @tc.desc : Test GetSlotNumAsBundle function and bundle is nullptr
852 ASSERT_EQ(advancedNotificationService.GetSlotNumAsBundle(bundleOption, num), ERR_ANS_INVALID_BUNDLE);
in HWTEST_F()
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
H A D | advancednotificationservice_fuzzer.cpp | 73 service->GetSlotNumAsBundle(bundleOption, num); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 340 ansManagerStub.GetSlotNumAsBundle(bundleOption, num);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 119 ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) override
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 674 ErrCode AdvancedNotificationService::GetSlotNumAsBundle( in GetSlotNumAsBundle() function in OHOS::Notification::AdvancedNotificationService
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/ |
H A D | ansmanagerstubannex_fuzzer.cpp | 348 ansManagerStub.GetSlotNumAsBundle(bundleOption, num);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 349 ansManagerStub.GetSlotNumAsBundle(bundleOption, num);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 230 ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) override;
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 1526 * @tc.desc: test GetSlotNumAsBundle function
1541 int32_t result = proxy->GetSlotNumAsBundle(bundleOption, num);
in HWTEST_F() 1547 * @tc.desc: test GetSlotNumAsBundle function
1562 int32_t result = proxy->GetSlotNumAsBundle(bundleOption, num);
in HWTEST_F() 1568 * @tc.desc: test GetSlotNumAsBundle function
1585 int32_t result = proxy->GetSlotNumAsBundle(bundleOption, num);
in HWTEST_F() 1592 * @tc.desc: test GetSlotNumAsBundle function
1608 int32_t result = proxy->GetSlotNumAsBundle(bundleOption, num);
in HWTEST_F() 1614 * @tc.desc: test GetSlotNumAsBundle function
1631 int32_t result = proxy->GetSlotNumAsBundle(bundleOptio in HWTEST_F() [all...] |