/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_dialog_manager.cpp | 238 ErrCode result = ans_.SetNotificationsEnabledForSpecialBundle( in OnDialogButtonClicked() 257 ErrCode result = ans_.SetNotificationsEnabledForSpecialBundle( in OnDialogCrashed()
|
H A D | advanced_notification_publish_service.cpp | 979 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 D | ansmanagerstubannexthree_fuzzer.cpp | 46 ansManagerStub.SetNotificationsEnabledForSpecialBundle(stringData, bundleOption, allow); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/ |
H A D | advanced_notification_service_publish_test.cpp | 547 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 D | notification_service_test.cpp | 391 ErrCode errCode = advancedNotificationService_->SetNotificationsEnabledForSpecialBundle( in BENCHMARK_F()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 431 virtual ErrCode SetNotificationsEnabledForSpecialBundle(
|
H A D | ans_manager_proxy.h | 418 ErrCode SetNotificationsEnabledForSpecialBundle(
|
H A D | ans_manager_stub.h | 422 virtual ErrCode SetNotificationsEnabledForSpecialBundle(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 289 ErrCode AnsManagerStub::SetNotificationsEnabledForSpecialBundle( in SetNotificationsEnabledForSpecialBundle() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_manager_proxy.cpp | 1111 ErrCode AnsManagerProxy::SetNotificationsEnabledForSpecialBundle( in SetNotificationsEnabledForSpecialBundle() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_notification.cpp | 1043 return proxy->SetNotificationsEnabledForSpecialBundle(deviceId, bo, enabled); in SetNotificationsEnabledForSpecifiedBundle()
|
H A D | ans_manager_stub.cpp | 1440 ErrCode result = SetNotificationsEnabledForSpecialBundle(deviceId, bundleOption, enabled); in HandleSetNotificationsEnabledForSpecialBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 234 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 D | ans_notification_branch_test.cpp | 250 ErrCode SetNotificationsEnabledForSpecialBundle( in SetNotificationsEnabledForSpecialBundle() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 374 ansManagerStub.SetNotificationsEnabledForSpecialBundle(stringData, bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 562 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledForSpecialBundle(
|
H A D | advanced_notification_publish_service_test.cpp | 499 …auto ret = advancedNotificationService_->SetNotificationsEnabledForSpecialBundle(deviceId, bundle,…
|
H A D | advanced_notification_service_test.cpp | 727 ASSERT_EQ((int)advancedNotificationService_->SetNotificationsEnabledForSpecialBundle( 1505 ASSERT_EQ(advancedNotificationService_->SetNotificationsEnabledForSpecialBundle(
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 473 ErrCode SetNotificationsEnabledForSpecialBundle(
|
/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 | 663 …ASSERT_EQ(advancedNotificationService.SetNotificationsEnabledForSpecialBundle(deviceId, bundleOpti…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 4199 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 D | ans_manager_stub_test.cpp | 4326 …ErrCode result = ansManagerStub_->SetNotificationsEnabledForSpecialBundle(deviceId, bundleOption, …
|