Home
last modified time | relevance | path

Searched refs:IsSpecialBundleAllowedNotify (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp52 ansManagerStub.IsSpecialBundleAllowedNotify(bundleOption, allow); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp626 ASSERT_EQ(advancedNotificationService_->IsSpecialBundleAllowedNotify(
642 ASSERT_EQ(advancedNotificationService_->IsSpecialBundleAllowedNotify(
659 ASSERT_EQ(advancedNotificationService_->IsSpecialBundleAllowedNotify(
H A Dadvanced_notification_service_test.cpp772 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 Dnotification_subscriber_manager_branch_test.cpp711 …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 Dans_manager_interface.h537 …virtual ErrCode IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOption, b…
H A Dans_manager_proxy.h525 …ErrCode IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOption, bool &all…
H A Dans_manager_stub.h524 virtual ErrCode IsSpecialBundleAllowedNotify(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp366 ErrCode AnsManagerStub::IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOp… in IsSpecialBundleAllowedNotify() function in OHOS::Notification::AnsManagerStub
H A Dans_manager_proxy.cpp1384 ErrCode AnsManagerProxy::IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleO… in IsSpecialBundleAllowedNotify() function in OHOS::Notification::AnsManagerProxy
H A Dans_notification.cpp1004 return proxy->IsSpecialBundleAllowedNotify(bo, allowed); in IsAllowedNotify()
H A Dans_manager_stub.cpp1702 ErrCode result = IsSpecialBundleAllowedNotify(bundleOption, allowed); in HandleIsSpecialBundleAllowedNotify()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp507 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 Dans_notification_branch_test.cpp320 …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 Dansmanagerstub_fuzzer.cpp380 ansManagerStub.IsSpecialBundleAllowedNotify(bundleOption, allowed); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h581 …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 Dans_manager_proxy_unit_test.cpp5092 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 Dreminder_data_manager.cpp1509 ErrCode errCode = advancedNotificationService_->IsSpecialBundleAllowedNotify(option, isAllowed); in IsAllowedNotify()
H A Dadvanced_notification_publish_service.cpp1244 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 Dans_manager_stub_test.cpp4413 ErrCode result = ansManagerStub_->IsSpecialBundleAllowedNotify(bundleOption, allowed);