/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setnotificationsenabledforallbundles_fuzzer/ |
H A D | setnotificationsenabledforallbundles_fuzzer.cpp | 29 Notification::NotificationHelper::SetNotificationsEnabledForAllBundles(stringData, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/ |
H A D | notificationhelper_fuzzer.cpp | 40 notificationHelper.SetNotificationsEnabledForAllBundles(intData, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 342 ErrCode NotificationHelper::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool … in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::NotificationHelper 344 …return DelayedSingleton<AnsNotification>::GetInstance()->SetNotificationsEnabledForAllBundles(devi… in SetNotificationsEnabledForAllBundles() 466 ErrCode NotificationHelper::SetNotificationsEnabledForAllBundles(const int32_t &userId, bool enable… in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::NotificationHelper 468 return DelayedSingleton<AnsNotification>::GetInstance()->SetNotificationsEnabledForAllBundles( in SetNotificationsEnabledForAllBundles()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 677 static ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled); 887 static ErrCode SetNotificationsEnabledForAllBundles(const int32_t &userId, bool enabled);
|
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
H A D | notification_service_test.cpp | 351 …ErrCode errCode = advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string()… in BENCHMARK_F() 368 …ErrCode errCode = advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string()… in BENCHMARK_F()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 679 ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled); 975 ErrCode SetNotificationsEnabledForAllBundles(const int32_t &userId, bool enabled);
|
H A D | ans_manager_interface.h | 422 …virtual ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) = …
|
H A D | ans_manager_proxy.h | 409 … ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) override;
|
H A D | ans_manager_stub.h | 413 …virtual ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) ov…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_publish_service_test.cpp | 415 …auto ret = advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), false… 436 …auto ret = advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true); 458 …auto ret = advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), false… 484 auto ret = advancedNotificationService_->SetNotificationsEnabledForAllBundles("", enabled);
|
H A D | advanced_notification_service_branch_test.cpp | 532 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledForAllBundles( 547 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledForAllBundles(
|
H A D | advanced_notification_service_test.cpp | 715 …(int)advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true), (int… 740 …(int)advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true), (int… 755 …(int)advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true), (int… 769 …(int)advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true), (int… 785 …(int)advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true), (int… 1502 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledForAllBundles(key, enable),
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 630 ErrCode ret = notificationHelper.SetNotificationsEnabledForAllBundles(deviceId, enabled); 905 ErrCode ret = notificationHelper.SetNotificationsEnabledForAllBundles(userId, enabled); 950 ErrCode ret = notificationHelper.SetNotificationsEnabledForAllBundles(userId, enabled);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_notification.cpp | 1007 ErrCode AnsNotification::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool ena… in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::AnsNotification 1014 return proxy->SetNotificationsEnabledForAllBundles(deviceId, enabled); in SetNotificationsEnabledForAllBundles() 1626 ErrCode AnsNotification::SetNotificationsEnabledForAllBundles(const int32_t &userId, bool enabled) in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::AnsNotification
|
H A D | ans_manager_stub_invalid.cpp | 283 ErrCode AnsManagerStub::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enab… in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_manager_proxy.cpp | 1076 ErrCode AnsManagerProxy::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool ena… in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 1412 ErrCode result = SetNotificationsEnabledForAllBundles(deviceId, enabled); in HandleSetNotificationsEnabledForAllBundles()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 628 ASSERT_EQ(advancedNotificationService.SetNotificationsEnabledForAllBundles(deviceId, enabled), 645 ASSERT_EQ(advancedNotificationService.SetNotificationsEnabledForAllBundles(deviceId, enabled),
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 759 ErrCode ret1 = ans_->SetNotificationsEnabledForAllBundles(deviceId, enabled); 935 ErrCode ret4 = ans_->SetNotificationsEnabledForAllBundles(userId, enabled); 937 ErrCode ret5 = ans_->SetNotificationsEnabledForAllBundles(userId1, enabled);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 199 ErrCode AnsManagerProxy::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool ena… in SetNotificationsEnabledForAllBundles() 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 | 245 ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) override in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 464 … ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 4117 int32_t result = proxy->SetNotificationsEnabledForAllBundles("DeviceId", true); 4139 int32_t result = proxy->SetNotificationsEnabledForAllBundles("DeviceId", true); 4158 int32_t result = proxy->SetNotificationsEnabledForAllBundles("DeviceId", true); 4179 int32_t result = proxy->SetNotificationsEnabledForAllBundles("DeviceId", true);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 942 ErrCode AdvancedNotificationService::SetNotificationsEnabledForAllBundles(const std::string &device… in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 4310 ErrCode result = ansManagerStub_->SetNotificationsEnabledForAllBundles(deviceId, enabled);
|