Home
last modified time | relevance | path

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

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/enabledistributed_fuzzer/
H A Denabledistributed_fuzzer.cpp37 Notification::NotificationHelper::EnableDistributedSelf(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp78 DECLARE_NAPI_FUNCTION("enableDistributedSelf", EnableDistributedSelf), in NotificationInit()
H A Ddistributed.cpp377 napi_value EnableDistributedSelf(napi_env env, napi_callback_info info) in EnableDistributedSelf() function
407 NotificationHelper::EnableDistributedSelf(asynccallbackinfo->params.enable); in EnableDistributedSelf()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp59 ansManagerStub.EnableDistributedSelf(allow); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h108 napi_value EnableDistributedSelf(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp431 ErrCode NotificationHelper::EnableDistributedSelf(const bool enabled) in EnableDistributedSelf() function in OHOS::Notification::NotificationHelper
433 return DelayedSingleton<AnsNotification>::GetInstance()->EnableDistributedSelf(enabled); in EnableDistributedSelf()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h823 static ErrCode EnableDistributedSelf(const bool enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h843 ErrCode EnableDistributedSelf(const bool enabled);
H A Dans_manager_interface.h637 virtual ErrCode EnableDistributedSelf(bool enabled) = 0;
H A Dans_manager_proxy.h625 ErrCode EnableDistributedSelf(bool enabled) override;
H A Dans_manager_stub.h626 virtual ErrCode EnableDistributedSelf(bool enabled) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp439 ErrCode AnsManagerStub::EnableDistributedSelf(bool enabled) in EnableDistributedSelf() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1308 ErrCode AnsNotification::EnableDistributedSelf(const bool enabled) in EnableDistributedSelf() function in OHOS::Notification::AnsNotification
1316 return proxy->EnableDistributedSelf(enabled); in EnableDistributedSelf()
H A Dans_manager_proxy.cpp1589 ErrCode AnsManagerProxy::EnableDistributedSelf(bool enabled) in EnableDistributedSelf() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp1824 ErrCode result = EnableDistributedSelf(enabled); in HandleEnableDistributedSelf()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp258 NotificationHelper::EnableDistributedSelf(asynccallbackinfo->params.enable); in NapiEnableDistributedSelf()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp381 ErrCode EnableDistributedSelf(bool enabled) override in EnableDistributedSelf() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp390 ansManagerStub.EnableDistributedSelf(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp1066 …ASSERT_EQ(advancedNotificationService_->EnableDistributedSelf(enabled), (int)ERR_ANS_PERMISSION_DE…
H A Dadvanced_notification_service_test.cpp1118 ASSERT_EQ(advancedNotificationService_->EnableDistributedSelf(enabled), (int)ERR_OK);
1448 ASSERT_EQ(advancedNotificationService_->EnableDistributedSelf(enabled), ERR_ANS_INVALID_BUNDLE);
3321 auto ret = advancedNotificationService_->EnableDistributedSelf(true);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp817 ErrCode ret = notificationHelper.EnableDistributedSelf(enabled);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h681 ErrCode EnableDistributedSelf(bool enabled) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1710 ASSERT_EQ(NotificationHelper::EnableDistributedSelf(false), ERR_OK);
1714 ASSERT_EQ(NotificationHelper::EnableDistributedSelf(true), ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp872 ErrCode ret4 = ans_->EnableDistributedSelf(enabled);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1655 ErrCode AdvancedNotificationService::EnableDistributedSelf(const bool enabled) in EnableDistributedSelf() function in OHOS::Notification::AdvancedNotificationService

12