Home
last modified time | relevance | path

Searched refs:SetDistributedEnabledByBundle (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp727 …ErrCode res = advancedNotificationService_->SetDistributedEnabledByBundle(bundleOption, deviceType…
743 …ErrCode res = advancedNotificationService_->SetDistributedEnabledByBundle(bundleOption, deviceType…
760 …ErrCode res = advancedNotificationService_->SetDistributedEnabledByBundle(bundleOption, deviceType…
793 …ErrCode ret = advancedNotificationService_->SetDistributedEnabledByBundle(bundleOption, deviceType…
H A Dnotification_preferences_test.cpp1337 …ErrCode res = NotificationPreferences::GetInstance()->SetDistributedEnabledByBundle(bundleOption, …
1351 … ErrCode res = NotificationPreferences::GetInstance()->SetDistributedEnabledByBundle(bundleOption,
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h315 ErrCode SetDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleOption,
H A Dadvanced_notification_service.h1018 ErrCode SetDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp545 ErrCode NotificationHelper::SetDistributedEnabledByBundle(const NotificationBundleOption &bundleOpt… in SetDistributedEnabledByBundle() function in OHOS::Notification::NotificationHelper
548 …return DelayedSingleton<AnsNotification>::GetInstance()->SetDistributedEnabledByBundle(bundleOptio… in SetDistributedEnabledByBundle()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h1039 static ErrCode SetDistributedEnabledByBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1131 ErrCode SetDistributedEnabledByBundle(
H A Dans_manager_interface.h904 virtual ErrCode SetDistributedEnabledByBundle(
H A Dans_manager_proxy.h892 ErrCode SetDistributedEnabledByBundle(
H A Dans_manager_stub.h903 ErrCode SetDistributedEnabledByBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_disturb.cpp268 ErrCode AnsManagerProxy::SetDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundle… in SetDistributedEnabledByBundle() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub_invalid.cpp617 ErrCode AnsManagerStub::SetDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleO… in SetDistributedEnabledByBundle() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1882 ErrCode AnsNotification::SetDistributedEnabledByBundle(const NotificationBundleOption &bundleOption, in SetDistributedEnabledByBundle() function in OHOS::Notification::AnsNotification
1898 return proxy->SetDistributedEnabledByBundle(bo, deviceType, enabled); in SetDistributedEnabledByBundle()
H A Dans_manager_stub.cpp2491 ErrCode result = SetDistributedEnabledByBundle(bundleOption, deviceType, enabled); in HandleSetDistributedEnabledByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed_enable.cpp140 … asynccallbackinfo->info.errorCode = NotificationHelper::SetDistributedEnabledByBundle( in NapiSetDistributedEnabledByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1197 ErrCode ret = notificationHelper.SetDistributedEnabledByBundle(bundleOption, deviceType, true);
1211 ErrCode ret = notificationHelper.SetDistributedEnabledByBundle(bundleOption, deviceType, true);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1319 ErrCode res = ans_->SetDistributedEnabledByBundle(bundleOption, deviceType, true);
1332 ErrCode ret = ans_->SetDistributedEnabledByBundle(bundleOption, deviceType, true);
1347 ErrCode ret = ans_->SetDistributedEnabledByBundle(bundleOption, deviceType, true);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp548 ErrCode SetDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleOption, in SetDistributedEnabledByBundle() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp1033 ErrCode NotificationPreferences::SetDistributedEnabledByBundle(const sptr<NotificationBundleOption>… in SetDistributedEnabledByBundle() function in OHOS::Notification::NotificationPreferences
H A Dadvanced_notification_publish_service.cpp2584 ErrCode AdvancedNotificationService::SetDistributedEnabledByBundle(const sptr<NotificationBundleOpt… in SetDistributedEnabledByBundle() function in OHOS::Notification::AdvancedNotificationService
2617 ErrCode result = NotificationPreferences::GetInstance()->SetDistributedEnabledByBundle(bundle, in SetDistributedEnabledByBundle()
H A Dadvanced_notification_utils.cpp2028 ErrCode result = NotificationPreferences::GetInstance()->SetDistributedEnabledByBundle( in ResetDistributedEnabled()