/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 279 ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption);
|
H A D | notification_preferences_database.h | 199 bool GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption);
|
H A D | advanced_notification_service.h | 988 …ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption) over…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 528 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 D | advanced_notification_slot_service.cpp | 725 ErrCode AdvancedNotificationService::GetAllNotificationEnabledBundles( in GetAllNotificationEnabledBundles() function in OHOS::Notification::AdvancedNotificationService 744 … result = NotificationPreferences::GetInstance()->GetAllNotificationEnabledBundles(bundleOption); in GetAllNotificationEnabledBundles()
|
H A D | notification_preferences.cpp | 747 ErrCode NotificationPreferences::GetAllNotificationEnabledBundles(std::vector<NotificationBundleOpt… in GetAllNotificationEnabledBundles() function in OHOS::Notification::NotificationPreferences 754 if (!preferncesDB_->GetAllNotificationEnabledBundles(bundleOption)) { in GetAllNotificationEnabledBundles()
|
H A D | notification_preferences_database.cpp | 810 bool NotificationPreferencesDatabase::GetAllNotificationEnabledBundles( in GetAllNotificationEnabledBundles() function in OHOS::Notification::NotificationPreferencesDatabase
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 1009 …static ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOptio…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1092 ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption);
|
H A D | ans_manager_interface.h | 866 …virtual ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOpti…
|
H A D | ans_manager_proxy.h | 853 …ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption) over…
|
H A D | ans_manager_stub.h | 854 …ErrCode GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bundleOption) over…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 598 ErrCode AnsManagerStub::GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bun… in GetAllNotificationEnabledBundles() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1834 ErrCode AnsNotification::GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bu… in GetAllNotificationEnabledBundles() function in OHOS::Notification::AnsNotification 1841 return proxy->GetAllNotificationEnabledBundles(bundleOption); in GetAllNotificationEnabledBundles()
|
H A D | ans_manager_proxy.cpp | 2028 ErrCode AnsManagerProxy::GetAllNotificationEnabledBundles(std::vector<NotificationBundleOption> &bu… in GetAllNotificationEnabledBundles() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 2390 ErrCode result = GetAllNotificationEnabledBundles(bundleOption); in HandleGetAllNotificationEnableStatus()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 752 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 D | ans_notification_branch_test.cpp | 282 …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 D | napi_enable_notification.cpp | 466 … NotificationHelper::GetAllNotificationEnabledBundles(asynccallbackinfo->bundleOptionVector); in NapiGetAllNotificationEnabledBundles()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 1095 ErrCode ret = notificationHelper.GetAllNotificationEnabledBundles(bundleOption);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_database_test.cpp | 907 ASSERT_EQ(true, preferncesDB_->GetAllNotificationEnabledBundles(bundleOption));
|
H A D | notification_preferences_test.cpp | 1308 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetAllNotificationEnabledBundles(bundleOpti…
|
H A D | advanced_notification_service_test.cpp | 3567 …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 D | ans_notification_unit_test.cpp | 1208 ErrCode ret = ans_->GetAllNotificationEnabledBundles(bundleOption);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 7809 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);
|