Home
last modified time | relevance | path

Searched refs:IsDistributedEnabledByBundle (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.cpp777 …ErrCode result = advancedNotificationService_->IsDistributedEnabledByBundle(bundleOption, deviceTy…
796 …ret = advancedNotificationService_->IsDistributedEnabledByBundle(bundleOption, deviceType, enable);
813 …ErrCode result = advancedNotificationService_->IsDistributedEnabledByBundle(bundleOption, deviceTy…
830 …ErrCode result = advancedNotificationService_->IsDistributedEnabledByBundle(bundleOption, deviceTy…
H A Dnotification_preferences_test.cpp1366 …ErrCode result = NotificationPreferences::GetInstance()->IsDistributedEnabledByBundle(bundleOption,
1381 …ErrCode result = NotificationPreferences::GetInstance()->IsDistributedEnabledByBundle(bundleOption,
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h351 ErrCode IsDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleOption,
H A Dadvanced_notification_service.h1032 ErrCode IsDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp552 ErrCode NotificationHelper::IsDistributedEnabledByBundle(const NotificationBundleOption &bundleOpti… in IsDistributedEnabledByBundle() function in OHOS::Notification::NotificationHelper
555 …return DelayedSingleton<AnsNotification>::GetInstance()->IsDistributedEnabledByBundle(bundleOption, in IsDistributedEnabledByBundle()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h1053 static ErrCode IsDistributedEnabledByBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1145 ErrCode IsDistributedEnabledByBundle(
H A Dans_manager_interface.h940 virtual ErrCode IsDistributedEnabledByBundle(
H A Dans_manager_proxy.h906 ErrCode IsDistributedEnabledByBundle(
H A Dans_manager_stub.h917 ErrCode IsDistributedEnabledByBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_disturb.cpp314 ErrCode AnsManagerProxy::IsDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleO… in IsDistributedEnabledByBundle() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub_invalid.cpp624 ErrCode AnsManagerStub::IsDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleOp… in IsDistributedEnabledByBundle() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1901 ErrCode AnsNotification::IsDistributedEnabledByBundle(const NotificationBundleOption &bundleOption, in IsDistributedEnabledByBundle() function in OHOS::Notification::AnsNotification
1917 return proxy->IsDistributedEnabledByBundle(bo, deviceType, enabled); in IsDistributedEnabledByBundle()
H A Dans_manager_stub.cpp2537 ErrCode result = IsDistributedEnabledByBundle(bundleOption, deviceType, enabled); in HandleIsDistributedEnabledByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1229 ErrCode ret = notificationHelper.IsDistributedEnabledByBundle(bundleOption, deviceType, enable);
1246 ErrCode ret = notificationHelper.IsDistributedEnabledByBundle(bundleOption, deviceType, enable);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp307 if (NotificationPreferences::GetInstance()->IsDistributedEnabledByBundle( in IsNeedSynergy()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1373 ErrCode result = ans_->IsDistributedEnabledByBundle(bundleOption, deviceType, enable);
1389 ErrCode ret = ans_->IsDistributedEnabledByBundle(bundleOption, deviceType, enable);
1407 ErrCode ret = ans_->IsDistributedEnabledByBundle(bundleOption, deviceType, enable);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp350 … asynccallbackinfo->info.errorCode = NotificationHelper::IsDistributedEnabledByBundle( in NapiIsDistributedEnableByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp559 ErrCode IsDistributedEnabledByBundle(const sptr<NotificationBundleOption> &bundleOption, in IsDistributedEnabledByBundle() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp1051 ErrCode NotificationPreferences::IsDistributedEnabledByBundle(const sptr<NotificationBundleOption> … in IsDistributedEnabledByBundle() function in OHOS::Notification::NotificationPreferences
H A Dadvanced_notification_publish_service.cpp2629 ErrCode AdvancedNotificationService::IsDistributedEnabledByBundle(const sptr<NotificationBundleOpti… in IsDistributedEnabledByBundle() function in OHOS::Notification::AdvancedNotificationService
2650 …return NotificationPreferences::GetInstance()->IsDistributedEnabledByBundle(bundle, deviceType, en… in IsDistributedEnabledByBundle()