Home
last modified time | relevance | path

Searched refs:SetNotificationsEnabledByUser (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp898 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledByUser(
918 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledByUser(
H A Dadvanced_notification_publish_service_test.cpp705 ret = advancedNotificationService_->SetNotificationsEnabledByUser(1, false);
H A Dadvanced_notification_service_test.cpp1144 …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 Dans_manager_interface.h759 virtual ErrCode SetNotificationsEnabledByUser(const int32_t &deviceId, bool enabled) = 0;
H A Dans_manager_proxy.h747 ErrCode SetNotificationsEnabledByUser(const int32_t &userId, bool enabled) override;
H A Dans_manager_stub.h749 virtual ErrCode SetNotificationsEnabledByUser(const int32_t &deviceId, bool enabled) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp523 ErrCode AnsManagerStub::SetNotificationsEnabledByUser(const int32_t &deviceId, bool enabled) in SetNotificationsEnabledByUser() function in OHOS::Notification::AnsManagerStub
H A Dans_manager_proxy.cpp1827 ErrCode AnsManagerProxy::SetNotificationsEnabledByUser(const int32_t &userId, bool enabled) in SetNotificationsEnabledByUser() function in OHOS::Notification::AnsManagerProxy
H A Dans_notification.cpp1638 return proxy->SetNotificationsEnabledByUser(userId, enabled); in SetNotificationsEnabledForAllBundles()
H A Dans_manager_stub.cpp2134 ErrCode result = SetNotificationsEnabledByUser(userId, enabled); in HandleSetNotificationsEnabledByUser()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp580 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 Dans_notification_branch_test.cpp451 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 Dansmanagerstub_fuzzer.cpp413 ansManagerStub.SetNotificationsEnabledByUser(deviceIds, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h808 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 Dnotification_subscriber_manager_branch_test.cpp1103 …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 Dans_manager_proxy_unit_test.cpp6640 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 Dadvanced_notification_publish_service.cpp2162 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 Dans_manager_stub_test.cpp4741 ErrCode result = ansManagerStub_->SetNotificationsEnabledByUser(deviceId, enabled);