Home
last modified time | relevance | path

Searched refs:GetSlotNumAsBundle (Results 1 - 20 of 20) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp58 ansManagerStub.GetSlotNumAsBundle(bundleOption, num); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp703 * @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 Dadvanced_notification_slot_service_test.cpp408 * @tc.desc: Test GetSlotNumAsBundle
420 auto ret = advancedNotificationService_->GetSlotNumAsBundle(bundle, num); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp1519 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 Dans_manager_interface.h180 virtual ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) = 0;
H A Dans_manager_proxy.h167 ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) override;
H A Dans_manager_stub.h182 virtual ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) override;
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp108 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 Dans_manager_proxy_slot.cpp213 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 Dans_notification.cpp143 return proxy->GetSlotNumAsBundle(bo, num); in GetNotificationSlotNumAsBundle()
H A Dans_manager_stub.cpp716 ErrCode result = GetSlotNumAsBundle(bundleOption, num); in HandleGetSlotNumAsBundle()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp824 * @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 Dadvancednotificationservice_fuzzer.cpp73 service->GetSlotNumAsBundle(bundleOption, num); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp340 ansManagerStub.GetSlotNumAsBundle(bundleOption, num); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp119 ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) override
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp674 ErrCode AdvancedNotificationService::GetSlotNumAsBundle( in GetSlotNumAsBundle() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp348 ansManagerStub.GetSlotNumAsBundle(bundleOption, num); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp349 ansManagerStub.GetSlotNumAsBundle(bundleOption, num); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h230 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 Dans_manager_proxy_unit_test.cpp1526 * @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...]

Completed in 39 milliseconds