/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 52 ansManagerStub.IsSpecialBundleAllowedNotify(bundleOption, allow); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 626 ASSERT_EQ(advancedNotificationService_->IsSpecialBundleAllowedNotify( 642 ASSERT_EQ(advancedNotificationService_->IsSpecialBundleAllowedNotify( 659 ASSERT_EQ(advancedNotificationService_->IsSpecialBundleAllowedNotify(
|
H A D | advanced_notification_service_test.cpp | 772 ASSERT_EQ((int)advancedNotificationService_->IsSpecialBundleAllowedNotify( 788 ASSERT_EQ((int)advancedNotificationService_->IsSpecialBundleAllowedNotify(
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 711 …advancedNotificationService.IsSpecialBundleAllowedNotify(bundleOption, allowed), ERR_ANS_NON_SYSTE… 727 …advancedNotificationService.IsSpecialBundleAllowedNotify(bundleOption, allowed), ERR_ANS_INVALID_B… 746 ASSERT_EQ(advancedNotificationService.IsSpecialBundleAllowedNotify(bundleOption, allowed),
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 537 …virtual ErrCode IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOption, b…
|
H A D | ans_manager_proxy.h | 525 …ErrCode IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOption, bool &all…
|
H A D | ans_manager_stub.h | 524 virtual ErrCode IsSpecialBundleAllowedNotify(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 366 ErrCode AnsManagerStub::IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOp… in IsSpecialBundleAllowedNotify() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_manager_proxy.cpp | 1384 ErrCode AnsManagerProxy::IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleO… in IsSpecialBundleAllowedNotify() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_notification.cpp | 1004 return proxy->IsSpecialBundleAllowedNotify(bo, allowed); in IsAllowedNotify()
|
H A D | ans_manager_stub.cpp | 1702 ErrCode result = IsSpecialBundleAllowedNotify(bundleOption, allowed); in HandleIsSpecialBundleAllowedNotify()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 507 ErrCode AnsManagerProxy::IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleO… in IsSpecialBundleAllowedNotify() function in OHOS::Notification::AnsManagerProxy
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 320 …ErrCode IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOption, bool &all… in IsSpecialBundleAllowedNotify() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 380 ansManagerStub.IsSpecialBundleAllowedNotify(bundleOption, allowed); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 581 …ErrCode IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOption, bool &all…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 5092 int32_t result = proxy->IsSpecialBundleAllowedNotify(bundleOption, enabled); 5116 int32_t result = proxy->IsSpecialBundleAllowedNotify(bundleOption, enabled); 5139 int32_t result = proxy->IsSpecialBundleAllowedNotify(bundleOption, enabled); 5162 int32_t result = proxy->IsSpecialBundleAllowedNotify(bundleOption, enabled); 5185 int32_t result = proxy->IsSpecialBundleAllowedNotify(bundleOption, enabled); 5206 int32_t result = proxy->IsSpecialBundleAllowedNotify(bundleOption, enabled);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 1509 ErrCode errCode = advancedNotificationService_->IsSpecialBundleAllowedNotify(option, isAllowed); in IsAllowedNotify()
|
H A D | advanced_notification_publish_service.cpp | 1244 ErrCode AdvancedNotificationService::IsSpecialBundleAllowedNotify( in IsSpecialBundleAllowedNotify() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 4413 ErrCode result = ansManagerStub_->IsSpecialBundleAllowedNotify(bundleOption, allowed);
|