/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/enabledistributed_fuzzer/ |
H A D | enabledistributed_fuzzer.cpp | 35 Notification::NotificationHelper::EnableDistributedByBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | init.cpp | 77 DECLARE_NAPI_FUNCTION("enableDistributedByBundle", EnableDistributedByBundle), in NotificationInit()
|
H A D | distributed.cpp | 315 napi_value EnableDistributedByBundle(napi_env env, napi_callback_info info) in EnableDistributedByBundle() function 345 asynccallbackinfo->info.errorCode = NotificationHelper::EnableDistributedByBundle( in EnableDistributedByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 58 ansManagerStub.EnableDistributedByBundle(bundleOption, allow); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | distributed.h | 107 napi_value EnableDistributedByBundle(napi_env env, napi_callback_info info);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 827 …ASSERT_EQ(advancedNotificationService_->EnableDistributedByBundle(bundleOption, enabled), ERR_ANS_… 846 ASSERT_EQ(advancedNotificationService_->EnableDistributedByBundle( 1051 ASSERT_EQ(advancedNotificationService_->EnableDistributedByBundle(
|
H A D | advanced_notification_service_test.cpp | 1530 … ASSERT_EQ(advancedNotificationService_->EnableDistributedByBundle(bundleOption, enable), ERR_OK); 1874 … ASSERT_EQ(advancedNotificationService_->EnableDistributedByBundle(bundleOption, enabled), ERR_OK);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 426 ErrCode NotificationHelper::EnableDistributedByBundle(const NotificationBundleOption &bundleOption,… in EnableDistributedByBundle() function in OHOS::Notification::NotificationHelper 428 …return DelayedSingleton<AnsNotification>::GetInstance()->EnableDistributedByBundle(bundleOption, e… in EnableDistributedByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 812 …static ErrCode EnableDistributedByBundle(const NotificationBundleOption &bundleOption, const bool …
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 832 …ErrCode EnableDistributedByBundle(const NotificationBundleOption &bundleOption, const bool enabled…
|
H A D | ans_manager_interface.h | 629 …virtual ErrCode EnableDistributedByBundle(const sptr<NotificationBundleOption> &bundleOption, bool…
|
H A D | ans_manager_proxy.h | 617 …ErrCode EnableDistributedByBundle(const sptr<NotificationBundleOption> &bundleOption, bool enabled…
|
H A D | ans_manager_stub.h | 617 virtual ErrCode EnableDistributedByBundle(
|
/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 | 1006 …ASSERT_EQ(advancedNotificationService.EnableDistributedByBundle(bundleOption, enabled), ERR_ANS_NO… 1023 …ASSERT_EQ(advancedNotificationService.EnableDistributedByBundle(bundleOption, enabled), ERR_ANS_IN…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 433 ErrCode AnsManagerStub::EnableDistributedByBundle(const sptr<NotificationBundleOption> &bundleOptio… in EnableDistributedByBundle() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1296 ErrCode AnsNotification::EnableDistributedByBundle(const NotificationBundleOption &bundleOption, co… in EnableDistributedByBundle() function in OHOS::Notification::AnsNotification 1305 return proxy->EnableDistributedByBundle(bo, enabled); in EnableDistributedByBundle()
|
H A D | ans_manager_proxy.cpp | 1550 ErrCode AnsManagerProxy::EnableDistributedByBundle(const sptr<NotificationBundleOption> &bundleOpti… in EnableDistributedByBundle() function in OHOS::Notification::AnsManagerProxy
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_distributed.cpp | 194 asynccallbackinfo->info.errorCode = NotificationHelper::EnableDistributedByBundle( in NapiEnableDistributedByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 376 …ErrCode EnableDistributedByBundle(const sptr<NotificationBundleOption> &bundleOption, bool enabled… in EnableDistributedByBundle() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 389 ansManagerStub.EnableDistributedByBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 803 ErrCode ret = notificationHelper.EnableDistributedByBundle(bundleOption, enabled);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 673 …ErrCode EnableDistributedByBundle(const sptr<NotificationBundleOption> &bundleOption, bool enabled…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_fw_module_test.cpp | 1702 ASSERT_EQ(NotificationHelper::EnableDistributedByBundle(bundleOption, false), ERR_OK); 1706 ASSERT_EQ(NotificationHelper::EnableDistributedByBundle(bundleOption, true), ERR_OK);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 870 ErrCode ret3 = ans_->EnableDistributedByBundle(bundleOption, enabled);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 5880 int32_t result = proxy->EnableDistributedByBundle(bundleOption, true); 5900 int32_t result = proxy->EnableDistributedByBundle(bundleOption, true); 5922 int32_t result = proxy->EnableDistributedByBundle(bundleOption, true); 5943 int32_t result = proxy->EnableDistributedByBundle(bundleOption, true); 5965 int32_t result = proxy->EnableDistributedByBundle(bundleOption, true);
|