/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 898 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledByUser( 918 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledByUser(
|
H A D | advanced_notification_publish_service_test.cpp | 705 ret = advancedNotificationService_->SetNotificationsEnabledByUser(1, false);
|
H A D | advanced_notification_service_test.cpp | 1144 …ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledByUser(userId, enabled), (int)ERR_O… 1540 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledByUser(userId, enable), ERR_OK);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 759 virtual ErrCode SetNotificationsEnabledByUser(const int32_t &deviceId, bool enabled) = 0;
|
H A D | ans_manager_proxy.h | 747 ErrCode SetNotificationsEnabledByUser(const int32_t &userId, bool enabled) override;
|
H A D | ans_manager_stub.h | 749 virtual ErrCode SetNotificationsEnabledByUser(const int32_t &deviceId, bool enabled) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 523 ErrCode AnsManagerStub::SetNotificationsEnabledByUser(const int32_t &deviceId, bool enabled) in SetNotificationsEnabledByUser() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_manager_proxy.cpp | 1827 ErrCode AnsManagerProxy::SetNotificationsEnabledByUser(const int32_t &userId, bool enabled) in SetNotificationsEnabledByUser() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_notification.cpp | 1638 return proxy->SetNotificationsEnabledByUser(userId, enabled); in SetNotificationsEnabledForAllBundles()
|
H A D | ans_manager_stub.cpp | 2134 ErrCode result = SetNotificationsEnabledByUser(userId, enabled); in HandleSetNotificationsEnabledByUser()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 580 ErrCode AnsManagerProxy::SetNotificationsEnabledByUser(const int32_t &userId, bool enabled) in SetNotificationsEnabledByUser() 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 | 451 ErrCode SetNotificationsEnabledByUser(const int32_t &deviceId, bool enabled) override in SetNotificationsEnabledByUser() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 413 ansManagerStub.SetNotificationsEnabledByUser(deviceIds, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 808 ErrCode SetNotificationsEnabledByUser(const int32_t &deviceId, bool enabled) override;
|
/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 | 1103 …ASSERT_EQ(advancedNotificationService.SetNotificationsEnabledByUser(userId, allowed), ERR_ANS_NON_…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 6640 int32_t result = proxy->SetNotificationsEnabledByUser(userId, enabled); 6664 int32_t result = proxy->SetNotificationsEnabledByUser(userId, enabled); 6685 int32_t result = proxy->SetNotificationsEnabledByUser(userId, enabled); 6708 int32_t result = proxy->SetNotificationsEnabledByUser(userId, enabled);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 2162 ErrCode AdvancedNotificationService::SetNotificationsEnabledByUser(const int32_t &userId, bool enab… in SetNotificationsEnabledByUser() 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 | 4741 ErrCode result = ansManagerStub_->SetNotificationsEnabledByUser(deviceId, enabled);
|