Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h279 ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption);
H A Dnotification_preferences_database.h199 bool GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption);
H A Dadvanced_notification_service.h988 …ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption) over…
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp528 ErrCode NotificationHelper::GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> … in GetAllNotificationEnabledBundles() function in OHOS::Notification::NotificationHelper
530 …return DelayedSingleton<AnsNotification>::GetInstance()->GetAllNotificationEnabledBundles(bundleOp… in GetAllNotificationEnabledBundles()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp725 ErrCode AdvancedNotificationService::GetAllNotificationEnabledBundles( in GetAllNotificationEnabledBundles() function in OHOS::Notification::AdvancedNotificationService
744 … result = NotificationPreferences::GetInstance()->GetAllNotificationEnabledBundles(bundleOption); in GetAllNotificationEnabledBundles()
H A Dnotification_preferences.cpp747 ErrCode NotificationPreferences::GetAllNotificationEnabledBundles(std::vector<NotificationBundleOpt… in GetAllNotificationEnabledBundles() function in OHOS::Notification::NotificationPreferences
754 if (!preferncesDB_->GetAllNotificationEnabledBundles(bundleOption)) { in GetAllNotificationEnabledBundles()
H A Dnotification_preferences_database.cpp810 bool NotificationPreferencesDatabase::GetAllNotificationEnabledBundles( in GetAllNotificationEnabledBundles() function in OHOS::Notification::NotificationPreferencesDatabase
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h1009 …static ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOptio…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1092 ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption);
H A Dans_manager_interface.h866 …virtual ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOpti…
H A Dans_manager_proxy.h853 …ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption) over…
H A Dans_manager_stub.h854 …ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption) over…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp598 ErrCode AnsManagerStub::GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bun… in GetAllNotificationEnabledBundles() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1834 ErrCode AnsNotification::GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bu… in GetAllNotificationEnabledBundles() function in OHOS::Notification::AnsNotification
1841 return proxy->GetAllNotificationEnabledBundles(bundleOption); in GetAllNotificationEnabledBundles()
H A Dans_manager_proxy.cpp2028 ErrCode AnsManagerProxy::GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bu… in GetAllNotificationEnabledBundles() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp2390 ErrCode result = GetAllNotificationEnabledBundles(bundleOption); in HandleGetAllNotificationEnableStatus()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp752 ErrCode AnsManagerProxy::GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bu… in GetAllNotificationEnabledBundles() function in OHOS::Notification::AnsManagerProxy
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp282 …ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption)overr… in GetAllNotificationEnabledBundles() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_enable_notification.cpp466 … NotificationHelper::GetAllNotificationEnabledBundles(asynccallbackinfo->bundleOptionVector); in NapiGetAllNotificationEnabledBundles()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1095 ErrCode ret = notificationHelper.GetAllNotificationEnabledBundles(bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp907 ASSERT_EQ(true, preferncesDB_->GetAllNotificationEnabledBundles(bundleOption));
H A Dnotification_preferences_test.cpp1308 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetAllNotificationEnabledBundles(bundleOpti…
H A Dadvanced_notification_service_test.cpp3567 …ASSERT_EQ(advancedNotificationService_->GetAllNotificationEnabledBundles(vec), ERR_ANS_NON_SYSTEM_…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1208 ErrCode ret = ans_->GetAllNotificationEnabledBundles(bundleOption);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp7809 int32_t result = proxy->GetAllNotificationEnabledBundles(bundleOption);
7831 int32_t result = proxy->GetAllNotificationEnabledBundles(bundleOption);
7853 int32_t result = proxy->GetAllNotificationEnabledBundles(bundleOption);
7876 int32_t result = proxy->GetAllNotificationEnabledBundles(bundleOption);