Home
last modified time | relevance | path

Searched refs:EnableDistributedByBundle (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/enabledistributed_fuzzer/
H A Denabledistributed_fuzzer.cpp35 Notification::NotificationHelper::EnableDistributedByBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp77 DECLARE_NAPI_FUNCTION("enableDistributedByBundle", EnableDistributedByBundle), in NotificationInit()
H A Ddistributed.cpp315 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 Dansmanagerstubannexthree_fuzzer.cpp58 ansManagerStub.EnableDistributedByBundle(bundleOption, allow); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h107 napi_value EnableDistributedByBundle(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp827 …ASSERT_EQ(advancedNotificationService_->EnableDistributedByBundle(bundleOption, enabled), ERR_ANS_…
846 ASSERT_EQ(advancedNotificationService_->EnableDistributedByBundle(
1051 ASSERT_EQ(advancedNotificationService_->EnableDistributedByBundle(
H A Dadvanced_notification_service_test.cpp1530 … 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 Dnotification_helper.cpp426 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 Dnotification_helper.h812 …static ErrCode EnableDistributedByBundle(const NotificationBundleOption &bundleOption, const bool …
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h832 …ErrCode EnableDistributedByBundle(const NotificationBundleOption &bundleOption, const bool enabled…
H A Dans_manager_interface.h629 …virtual ErrCode EnableDistributedByBundle(const sptr<NotificationBundleOption> &bundleOption, bool…
H A Dans_manager_proxy.h617 …ErrCode EnableDistributedByBundle(const sptr<NotificationBundleOption> &bundleOption, bool enabled…
H A Dans_manager_stub.h617 virtual ErrCode EnableDistributedByBundle(
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp1006 …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 Dans_manager_stub_invalid.cpp433 ErrCode AnsManagerStub::EnableDistributedByBundle(const sptr<NotificationBundleOption> &bundleOptio… in EnableDistributedByBundle() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1296 ErrCode AnsNotification::EnableDistributedByBundle(const NotificationBundleOption &bundleOption, co… in EnableDistributedByBundle() function in OHOS::Notification::AnsNotification
1305 return proxy->EnableDistributedByBundle(bo, enabled); in EnableDistributedByBundle()
H A Dans_manager_proxy.cpp1550 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 Dnapi_distributed.cpp194 asynccallbackinfo->info.errorCode = NotificationHelper::EnableDistributedByBundle( in NapiEnableDistributedByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp376 …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 Dansmanagerstub_fuzzer.cpp389 ansManagerStub.EnableDistributedByBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp803 ErrCode ret = notificationHelper.EnableDistributedByBundle(bundleOption, enabled);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h673 …ErrCode EnableDistributedByBundle(const sptr<NotificationBundleOption> &bundleOption, bool enabled…
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1702 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 Dans_notification_unit_test.cpp870 ErrCode ret3 = ans_->EnableDistributedByBundle(bundleOption, enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp5880 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);

12