/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/ |
D | notificationhelper_fuzzer.cpp | 37 notificationHelper.SetNotificationsEnabledForAllBundles(userId, enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/setnotificationsenabledforallbundles_fuzzer/ |
D | setnotificationsenabledforallbundles_fuzzer.cpp | 29 Notification::NotificationHelper::SetNotificationsEnabledForAllBundles(stringData, enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_helper.h | 466 static ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled); 668 static ErrCode SetNotificationsEnabledForAllBundles(const int32_t &userId, bool enabled);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_helper.cpp | 244 ErrCode NotificationHelper::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool … in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::NotificationHelper 246 …return DelayedSingleton<AnsNotification>::GetInstance()->SetNotificationsEnabledForAllBundles(devi… in SetNotificationsEnabledForAllBundles() 352 ErrCode NotificationHelper::SetNotificationsEnabledForAllBundles(const int32_t &userId, bool enable… in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::NotificationHelper 354 return DelayedSingleton<AnsNotification>::GetInstance()->SetNotificationsEnabledForAllBundles( in SetNotificationsEnabledForAllBundles()
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
D | ans_notification.h | 465 ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled); 704 ErrCode SetNotificationsEnabledForAllBundles(const int32_t &userId, bool enabled);
|
D | ans_manager_interface.h | 339 …virtual ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) = …
|
D | ans_manager_proxy.h | 328 … ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) override;
|
D | ans_manager_stub.h | 344 …virtual ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) ov…
|
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
D | notification_service_test.cpp | 346 …ErrCode errCode = advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string()… in BENCHMARK_F() 363 …ErrCode errCode = advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string()… in BENCHMARK_F()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_helper_test.cpp | 603 ErrCode ret = notificationHelper.SetNotificationsEnabledForAllBundles(deviceId, enabled); 878 ErrCode ret = notificationHelper.SetNotificationsEnabledForAllBundles(userId, enabled); 923 ErrCode ret = notificationHelper.SetNotificationsEnabledForAllBundles(userId, enabled);
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
D | advancednotificationservice_fuzzer.cpp | 83 advancedNotificationService.SetNotificationsEnabledForAllBundles(stringData, enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 600 ErrCode AnsNotification::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool ena… in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::AnsNotification 606 return ansManagerProxy_->SetNotificationsEnabledForAllBundles(deviceId, enabled); in SetNotificationsEnabledForAllBundles() 1154 ErrCode AnsNotification::SetNotificationsEnabledForAllBundles(const int32_t &userId, bool enabled) in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::AnsNotification
|
D | ans_manager_stub.cpp | 978 ErrCode result = SetNotificationsEnabledForAllBundles(deviceId, enabled); in HandleSetNotificationsEnabledForAllBundles() 1996 ErrCode AnsManagerStub::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enab… in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::AnsManagerStub
|
D | ans_manager_proxy.cpp | 1127 ErrCode AnsManagerProxy::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool ena… in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::AnsManagerProxy
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
D | ans_notification_unit_test.cpp | 463 ErrCode ret1 = ans_->SetNotificationsEnabledForAllBundles(deviceId, enabled); 638 ErrCode ret4 = ans_->SetNotificationsEnabledForAllBundles(userId, enabled); 640 ErrCode ret5 = ans_->SetNotificationsEnabledForAllBundles(userId1, enabled);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | advanced_notification_service_branch_test.cpp | 536 EXPECT_EQ(advancedNotificationService_->SetNotificationsEnabledForAllBundles( 552 EXPECT_EQ(advancedNotificationService_->SetNotificationsEnabledForAllBundles(
|
D | advanced_notification_service_test.cpp | 1001 …(int)advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true), (int… 1026 …(int)advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true), (int… 1040 …(int)advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true), (int… 1054 …(int)advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true), (int… 1070 …(int)advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true), (int… 2410 EXPECT_EQ(advancedNotificationService_->SetNotificationsEnabledForAllBundles(key, enable),
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
D | ans_notification_branch_test.cpp | 217 ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) override in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::MockAnsManagerInterface
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
D | notification_subscriber_manager_branch_test.cpp | 675 EXPECT_EQ(advancedNotificationService.SetNotificationsEnabledForAllBundles(deviceId, enabled), 693 EXPECT_EQ(advancedNotificationService.SetNotificationsEnabledForAllBundles(deviceId, enabled),
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | advanced_notification_service.h | 356 … ErrCode SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) override;
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
D | ans_manager_proxy_unit_test.cpp | 3657 int32_t result = proxy->SetNotificationsEnabledForAllBundles("DeviceId", true); 3679 int32_t result = proxy->SetNotificationsEnabledForAllBundles("DeviceId", true); 3698 int32_t result = proxy->SetNotificationsEnabledForAllBundles("DeviceId", true); 3719 int32_t result = proxy->SetNotificationsEnabledForAllBundles("DeviceId", true);
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
D | ans_manager_stub_test.cpp | 3651 ErrCode result = ansManagerStub_->SetNotificationsEnabledForAllBundles(deviceId, enabled);
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | advanced_notification_service.cpp | 1673 ErrCode AdvancedNotificationService::SetNotificationsEnabledForAllBundles(const std::string &device… in SetNotificationsEnabledForAllBundles() function in OHOS::Notification::AdvancedNotificationService
|