/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_publish_service_test.cpp | 727 …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 D | notification_preferences_test.cpp | 1337 …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 D | notification_preferences.h | 315 ErrCode SetDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleOption,
|
H A D | advanced_notification_service.h | 1018 ErrCode SetDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleOption,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 545 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 D | notification_helper.h | 1039 static ErrCode SetDistributedEnabledByBundle(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1131 ErrCode SetDistributedEnabledByBundle(
|
H A D | ans_manager_interface.h | 904 virtual ErrCode SetDistributedEnabledByBundle(
|
H A D | ans_manager_proxy.h | 892 ErrCode SetDistributedEnabledByBundle(
|
H A D | ans_manager_stub.h | 903 ErrCode SetDistributedEnabledByBundle(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_disturb.cpp | 268 ErrCode AnsManagerProxy::SetDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundle… in SetDistributedEnabledByBundle() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub_invalid.cpp | 617 ErrCode AnsManagerStub::SetDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleO… in SetDistributedEnabledByBundle() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1882 ErrCode AnsNotification::SetDistributedEnabledByBundle(const NotificationBundleOption &bundleOption, in SetDistributedEnabledByBundle() function in OHOS::Notification::AnsNotification 1898 return proxy->SetDistributedEnabledByBundle(bo, deviceType, enabled); in SetDistributedEnabledByBundle()
|
H A D | ans_manager_stub.cpp | 2491 ErrCode result = SetDistributedEnabledByBundle(bundleOption, deviceType, enabled); in HandleSetDistributedEnabledByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_distributed_enable.cpp | 140 … asynccallbackinfo->info.errorCode = NotificationHelper::SetDistributedEnabledByBundle( in NapiSetDistributedEnabledByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 1197 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 D | ans_notification_unit_test.cpp | 1319 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 D | ans_notification_branch_test.cpp | 548 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 D | notification_preferences.cpp | 1033 ErrCode NotificationPreferences::SetDistributedEnabledByBundle(const sptr<NotificationBundleOption>… in SetDistributedEnabledByBundle() function in OHOS::Notification::NotificationPreferences
|
H A D | advanced_notification_publish_service.cpp | 2584 ErrCode AdvancedNotificationService::SetDistributedEnabledByBundle(const sptr<NotificationBundleOpt… in SetDistributedEnabledByBundle() function in OHOS::Notification::AdvancedNotificationService 2617 ErrCode result = NotificationPreferences::GetInstance()->SetDistributedEnabledByBundle(bundle, in SetDistributedEnabledByBundle()
|
H A D | advanced_notification_utils.cpp | 2028 ErrCode result = NotificationPreferences::GetInstance()->SetDistributedEnabledByBundle( in ResetDistributedEnabled()
|