Home
last modified time | relevance | path

Searched refs:SetNotificationsEnabledForSpecifiedBundle (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/tools/test/mock/
H A Dmock_ans_notification.cpp22 ErrCode AnsNotification::SetNotificationsEnabledForSpecifiedBundle( in SetNotificationsEnabledForSpecifiedBundle() function in OHOS::Notification::AnsNotification
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setnotificationsenabledforallbundles_fuzzer/
H A Dsetnotificationsenabledforallbundles_fuzzer.cpp37 …Notification::NotificationHelper::SetNotificationsEnabledForSpecifiedBundle(bundleOption, stringDa… in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_setting_test.cpp101 … NotificationHelper::SetNotificationsEnabledForSpecifiedBundle(bundleOption, deviceId, true));
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dnotification_shell_command.cpp331 ErrCode ret = ans_->SetNotificationsEnabledForSpecifiedBundle(bundleOption, "", enable); in RunSetEnableCmd()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp352 ErrCode NotificationHelper::SetNotificationsEnabledForSpecifiedBundle( in SetNotificationsEnabledForSpecifiedBundle() function in OHOS::Notification::NotificationHelper
355 …return DelayedSingleton<AnsNotification>::GetInstance()->SetNotificationsEnabledForSpecifiedBundle( in SetNotificationsEnabledForSpecifiedBundle()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h704 static ErrCode SetNotificationsEnabledForSpecifiedBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h706 ErrCode SetNotificationsEnabledForSpecifiedBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Denable_notification.cpp183 … asynccallbackinfo->info.errorCode = NotificationHelper::SetNotificationsEnabledForSpecifiedBundle( in EnableNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_enable_notification.cpp78 … asynccallbackinfo->info.errorCode = NotificationHelper::SetNotificationsEnabledForSpecifiedBundle( in NapiEnableNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp766 ErrCode ret3 = ans_->SetNotificationsEnabledForSpecifiedBundle(bundleOption, deviceId, enabled);
1189 ErrCode ret3 = ans_->SetNotificationsEnabledForSpecifiedBundle(bundleOption, deviceId, enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp1027 ErrCode AnsNotification::SetNotificationsEnabledForSpecifiedBundle( in SetNotificationsEnabledForSpecifiedBundle() function in OHOS::Notification::AnsNotification