/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | permission_filter_test.cpp | 90 NotificationPreferences::GetInstance()->SetNotificationsEnabledForBundle(
|
H A D | notification_preferences_test.cpp | 749 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetNotificationsEnabledForBundle(bundleOpti… 761 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetNotificationsEnabledForBundle(bundleEmpt… 773 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetNotificationsEnabledForBundle(nullptr, f… 784 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetNotificationsEnabledForBundle(bundleOpti…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 213 …ErrCode SetNotificationsEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, const…
|
H A D | advanced_notification_service.h | 455 ErrCode SetNotificationsEnabledForBundle(const std::string &deviceId, bool enabled) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 413 virtual ErrCode SetNotificationsEnabledForBundle(const std::string &deviceId, bool enabled) = 0;
|
H A D | ans_manager_proxy.h | 400 ErrCode SetNotificationsEnabledForBundle(const std::string &deviceId, bool enabled) override;
|
H A D | ans_manager_stub.h | 404 …virtual ErrCode SetNotificationsEnabledForBundle(const std::string &deviceId, bool enabled) overri…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 277 ErrCode AnsManagerStub::SetNotificationsEnabledForBundle(const std::string &bundle, bool enabled) in SetNotificationsEnabledForBundle() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_manager_proxy.cpp | 1042 ErrCode AnsManagerProxy::SetNotificationsEnabledForBundle(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForBundle() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_notification.cpp | 1024 return proxy->SetNotificationsEnabledForBundle(deviceId, enabled); in SetNotificationsEnabledForDefaultBundle()
|
H A D | ans_manager_stub.cpp | 1390 ErrCode result = SetNotificationsEnabledForBundle(deviceId, enabled); in HandleSetNotificationsEnabledForBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 165 ErrCode AnsManagerProxy::SetNotificationsEnabledForBundle(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForBundle() 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 | 240 ErrCode SetNotificationsEnabledForBundle(const std::string &deviceId, bool enabled) override in SetNotificationsEnabledForBundle() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 373 ansManagerStub.SetNotificationsEnabledForBundle(stringData, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 85 …result = NotificationPreferences::GetInstance()->SetNotificationsEnabledForBundle(bundle, enabled); in SetDefaultNotificationEnabled() 937 ErrCode AdvancedNotificationService::SetNotificationsEnabledForBundle(const std::string &deviceId, … in SetNotificationsEnabledForBundle() function in OHOS::Notification::AdvancedNotificationService 1027 …result = NotificationPreferences::GetInstance()->SetNotificationsEnabledForBundle(bundle, enabled); in SetNotificationsEnabledForSpecialBundle()
|
H A D | advanced_notification_utils.cpp | 585 …auto errCode = NotificationPreferences::GetInstance()->SetNotificationsEnabledForBundle(bundleOpti… in OnBundleDataAdd() 1872 …saveRef = NotificationPreferences::GetInstance()->SetNotificationsEnabledForBundle(bundleOption, t… in InitNotificationEnableList()
|
H A D | notification_preferences.cpp | 429 ErrCode NotificationPreferences::SetNotificationsEnabledForBundle( in SetNotificationsEnabledForBundle() function in OHOS::Notification::NotificationPreferences
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/ |
H A D | ans_module_test.cpp | 200 g_advancedNotificationService->SetNotificationsEnabledForBundle("", false); 1648 g_advancedNotificationService->SetNotificationsEnabledForBundle("bundleName", false); 2131 g_advancedNotificationService->SetNotificationsEnabledForBundle("bundleName", false);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 4036 int32_t result = proxy->SetNotificationsEnabledForBundle("DeviceId", true); 4058 int32_t result = proxy->SetNotificationsEnabledForBundle("DeviceId", true); 4077 int32_t result = proxy->SetNotificationsEnabledForBundle("DeviceId", true); 4098 int32_t result = proxy->SetNotificationsEnabledForBundle("DeviceId", true);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 4295 ErrCode result = ansManagerStub_->SetNotificationsEnabledForBundle(bundle, enabled);
|