Home
last modified time | relevance | path

Searched refs:EnableDistributed (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/enabledistributed_fuzzer/
H A Denabledistributed_fuzzer.cpp28 Notification::NotificationHelper::EnableDistributed(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp76 DECLARE_NAPI_FUNCTION("enableDistributed", EnableDistributed), in NotificationInit()
H A Ddistributed.cpp253 napi_value EnableDistributed(napi_env env, napi_callback_info info) in EnableDistributed() function
284 NotificationHelper::EnableDistributed(asynccallbackinfo->params.enable); in EnableDistributed()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp57 ansManagerStub.EnableDistributed(allow); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h106 napi_value EnableDistributed(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp421 ErrCode NotificationHelper::EnableDistributed(const bool enabled) in EnableDistributed() function in OHOS::Notification::NotificationHelper
423 return DelayedSingleton<AnsNotification>::GetInstance()->EnableDistributed(enabled); in EnableDistributed()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h800 static ErrCode EnableDistributed(const bool enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h820 ErrCode EnableDistributed(const bool enabled);
H A Dans_manager_interface.h620 virtual ErrCode EnableDistributed(bool enabled) = 0;
H A Dans_manager_proxy.h608 ErrCode EnableDistributed(bool enabled) override;
H A Dans_manager_stub.h608 virtual ErrCode EnableDistributed(bool enabled) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp826 ASSERT_EQ(advancedNotificationService_->EnableDistributed(enabled), ERR_ANS_NON_SYSTEM_APP);
845 ASSERT_EQ(advancedNotificationService_->EnableDistributed(enabled), ERR_ANS_PERMISSION_DENIED);
H A Dadvanced_notification_service_test.cpp1103 ASSERT_EQ(advancedNotificationService_->EnableDistributed(enabled), (int)ERR_OK);
1528 ASSERT_EQ(advancedNotificationService_->EnableDistributed(enable), ERR_OK);
3305 ret = advancedNotificationService_->EnableDistributed(enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp427 ErrCode AnsManagerStub::EnableDistributed(bool enabled) in EnableDistributed() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1285 ErrCode AnsNotification::EnableDistributed(const bool enabled) in EnableDistributed() function in OHOS::Notification::AnsNotification
1293 return proxy->EnableDistributed(enabled); in EnableDistributed()
H A Dans_manager_proxy.cpp1521 ErrCode AnsManagerProxy::EnableDistributed(bool enabled) in EnableDistributed() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp1784 ErrCode result = EnableDistributed(enabled); in HandleEnableDistributed()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp133 NotificationHelper::EnableDistributed(asynccallbackinfo->params.enable); in NapiEnableDistributed()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp371 ErrCode EnableDistributed(bool enabled) override in EnableDistributed() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp788 notificationHelper.EnableDistributed(enabled);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h664 ErrCode EnableDistributed(bool enabled) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp990 ASSERT_EQ(advancedNotificationService.EnableDistributed(enabled), ERR_ANS_NON_SYSTEM_APP);
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1680 ASSERT_EQ(NotificationHelper::EnableDistributed(false), ERR_OK);
1684 ASSERT_EQ(NotificationHelper::EnableDistributed(true), ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp867 ErrCode ret2 = ans_->EnableDistributed(enabled);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1574 ErrCode AdvancedNotificationService::EnableDistributed(bool enabled) in EnableDistributed() function in OHOS::Notification::AdvancedNotificationService

12