Home
last modified time | relevance | path

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

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/enabledistributed_fuzzer/
H A Denabledistributed_fuzzer.cpp39 Notification::NotificationHelper::IsDistributedEnableByBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp79 DECLARE_NAPI_FUNCTION("isDistributedEnabledByBundle", IsDistributedEnableByBundle), in NotificationInit()
H A Ddistributed.cpp466 napi_value IsDistributedEnableByBundle(napi_env env, napi_callback_info info) in IsDistributedEnableByBundle() function
496 asynccallbackinfo->info.errorCode = NotificationHelper::IsDistributedEnableByBundle( in IsDistributedEnableByBundle()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp60 ansManagerStub.IsDistributedEnableByBundle(bundleOption, allow); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h109 napi_value IsDistributedEnableByBundle(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.cpp828 …ASSERT_EQ(advancedNotificationService_->IsDistributedEnableByBundle(bundleOption, enabled), ERR_AN…
848 ASSERT_EQ(advancedNotificationService_->IsDistributedEnableByBundle(
1084 …ASSERT_EQ(advancedNotificationService_->IsDistributedEnableByBundle(bundleOption, enabled), ERR_OK…
H A Dadvanced_notification_service_test.cpp1532 …ASSERT_EQ(advancedNotificationService_->IsDistributedEnableByBundle(bundleOption, enable), ERR_OK);
1891 …ASSERT_EQ(advancedNotificationService_->IsDistributedEnableByBundle(bundleOption, enabled), ERR_OK…
1908 …ASSERT_EQ(advancedNotificationService_->IsDistributedEnableByBundle(bundleOption, enabled), ERR_OK…
3325 ret = advancedNotificationService_->IsDistributedEnableByBundle(bundle, enable);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp436 ErrCode NotificationHelper::IsDistributedEnableByBundle(const NotificationBundleOption &bundleOptio… in IsDistributedEnableByBundle() function in OHOS::Notification::NotificationHelper
438 …return DelayedSingleton<AnsNotification>::GetInstance()->IsDistributedEnableByBundle(bundleOption,… in IsDistributedEnableByBundle()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h832 …static ErrCode IsDistributedEnableByBundle(const NotificationBundleOption &bundleOption, bool &ena…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h852 … ErrCode IsDistributedEnableByBundle(const NotificationBundleOption &bundleOption, bool &enabled);
H A Dans_manager_interface.h646 …virtual ErrCode IsDistributedEnableByBundle(const sptr<NotificationBundleOption> &bundleOption, bo…
H A Dans_manager_proxy.h634 …ErrCode IsDistributedEnableByBundle(const sptr<NotificationBundleOption> &bundleOption, bool &enab…
H A Dans_manager_stub.h635 virtual ErrCode IsDistributedEnableByBundle(
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp1039 …ASSERT_EQ(advancedNotificationService.IsDistributedEnableByBundle(bundleOption, enabled), ERR_ANS_…
1056 …ASSERT_EQ(advancedNotificationService.IsDistributedEnableByBundle(bundleOption, enabled), ERR_ANS_…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp445 ErrCode AnsManagerStub::IsDistributedEnableByBundle(const sptr<NotificationBundleOption> &bundleOpt… in IsDistributedEnableByBundle() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1319 ErrCode AnsNotification::IsDistributedEnableByBundle(const NotificationBundleOption &bundleOption, … in IsDistributedEnableByBundle() function in OHOS::Notification::AnsNotification
1328 return proxy->IsDistributedEnableByBundle(bo, enabled); in IsDistributedEnableByBundle()
H A Dans_manager_proxy.cpp1618 ErrCode AnsManagerProxy::IsDistributedEnableByBundle(const sptr<NotificationBundleOption> &bundleOp… in IsDistributedEnableByBundle() function in OHOS::Notification::AnsManagerProxy
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp354 … asynccallbackinfo->info.errorCode = NotificationHelper::IsDistributedEnableByBundle( in NapiIsDistributedEnableByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1703 ASSERT_EQ(NotificationHelper::IsDistributedEnableByBundle(bundleOption, enable), ERR_OK);
1707 ASSERT_EQ(NotificationHelper::IsDistributedEnableByBundle(bundleOption, enable), ERR_OK);
1711 ASSERT_EQ(NotificationHelper::IsDistributedEnableByBundle(bundleOption, enable), ERR_OK);
1715 ASSERT_EQ(NotificationHelper::IsDistributedEnableByBundle(bundleOption, enable), ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp386 …ErrCode IsDistributedEnableByBundle(const sptr<NotificationBundleOption> &bundleOption, bool &enab… in IsDistributedEnableByBundle() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp391 ansManagerStub.IsDistributedEnableByBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp832 ErrCode ret = notificationHelper.IsDistributedEnableByBundle(bundleOption, enabled);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h690 …ErrCode IsDistributedEnableByBundle(const sptr<NotificationBundleOption> &bundleOption, bool &enab…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp6067 int32_t result = proxy->IsDistributedEnableByBundle(bundleOption, enabled);
6088 int32_t result = proxy->IsDistributedEnableByBundle(bundleOption, enabled);
6111 int32_t result = proxy->IsDistributedEnableByBundle(bundleOption, enabled);
6134 int32_t result = proxy->IsDistributedEnableByBundle(bundleOption, enabled);
6157 int32_t result = proxy->IsDistributedEnableByBundle(bundleOption, enabled);
6180 int32_t result = proxy->IsDistributedEnableByBundle(bundleOption, enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp874 ErrCode ret5 = ans_->IsDistributedEnableByBundle(bundleOption, enabled);

12