Home
last modified time | relevance | path

Searched refs:SetNotificationsEnabledForSpecialBundle (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog_manager.cpp238 ErrCode result = ans_.SetNotificationsEnabledForSpecialBundle( in OnDialogButtonClicked()
257 ErrCode result = ans_.SetNotificationsEnabledForSpecialBundle( in OnDialogCrashed()
H A Dadvanced_notification_publish_service.cpp979 ErrCode AdvancedNotificationService::SetNotificationsEnabledForSpecialBundle( in SetNotificationsEnabledForSpecialBundle() function in OHOS::Notification::AdvancedNotificationService
1290 SetNotificationsEnabledForSpecialBundle("", bundleOption, allowed); in IsSpecialBundleAllowedNotify()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp46 ansManagerStub.SetNotificationsEnabledForSpecialBundle(stringData, bundleOption, allow); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp547 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledForSpecialBundle(
569 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledForSpecialBundle(
821 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledForSpecialBundle(
838 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledForSpecialBundle(
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp391 ErrCode errCode = advancedNotificationService_->SetNotificationsEnabledForSpecialBundle( in BENCHMARK_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h431 virtual ErrCode SetNotificationsEnabledForSpecialBundle(
H A Dans_manager_proxy.h418 ErrCode SetNotificationsEnabledForSpecialBundle(
H A Dans_manager_stub.h422 virtual ErrCode SetNotificationsEnabledForSpecialBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp289 ErrCode AnsManagerStub::SetNotificationsEnabledForSpecialBundle( in SetNotificationsEnabledForSpecialBundle() function in OHOS::Notification::AnsManagerStub
H A Dans_manager_proxy.cpp1111 ErrCode AnsManagerProxy::SetNotificationsEnabledForSpecialBundle( in SetNotificationsEnabledForSpecialBundle() function in OHOS::Notification::AnsManagerProxy
H A Dans_notification.cpp1043 return proxy->SetNotificationsEnabledForSpecialBundle(deviceId, bo, enabled); in SetNotificationsEnabledForSpecifiedBundle()
H A Dans_manager_stub.cpp1440 ErrCode result = SetNotificationsEnabledForSpecialBundle(deviceId, bundleOption, enabled); in HandleSetNotificationsEnabledForSpecialBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp234 ErrCode AnsManagerProxy::SetNotificationsEnabledForSpecialBundle( in SetNotificationsEnabledForSpecialBundle() 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.cpp250 ErrCode SetNotificationsEnabledForSpecialBundle( in SetNotificationsEnabledForSpecialBundle() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp374 ansManagerStub.SetNotificationsEnabledForSpecialBundle(stringData, bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp562 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledForSpecialBundle(
H A Dadvanced_notification_publish_service_test.cpp499 …auto ret = advancedNotificationService_->SetNotificationsEnabledForSpecialBundle(deviceId, bundle,…
H A Dadvanced_notification_service_test.cpp727 ASSERT_EQ((int)advancedNotificationService_->SetNotificationsEnabledForSpecialBundle(
1505 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledForSpecialBundle(
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h473 ErrCode SetNotificationsEnabledForSpecialBundle(
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp663 …ASSERT_EQ(advancedNotificationService.SetNotificationsEnabledForSpecialBundle(deviceId, bundleOpti…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp4199 int32_t result = proxy->SetNotificationsEnabledForSpecialBundle("DeviceId", bundleOption, true);
4222 int32_t result = proxy->SetNotificationsEnabledForSpecialBundle("DeviceId", bundleOption, true);
4242 int32_t result = proxy->SetNotificationsEnabledForSpecialBundle("DeviceId", bundleOption, true);
4264 int32_t result = proxy->SetNotificationsEnabledForSpecialBundle("DeviceId", bundleOption, true);
4284 int32_t result = proxy->SetNotificationsEnabledForSpecialBundle("DeviceId", bundleOption, true);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4326 …ErrCode result = ansManagerStub_->SetNotificationsEnabledForSpecialBundle(deviceId, bundleOption, …