Home
last modified time | relevance | path

Searched refs:SetSoundEnabled (Results 1 – 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_flags.h43 void SetSoundEnabled(NotificationConstant::FlagStatus soundEnabled);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_flags.cpp27 void NotificationFlags::SetSoundEnabled(NotificationConstant::FlagStatus soundEnabled) in SetSoundEnabled() function in OHOS::Notification::NotificationFlags
Dreminder_request.cpp1595 flags->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE); in UpdateNotificationCommon()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_flags_test.cpp45 rrc->SetSoundEnabled(sound);
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp60 notificationFlages->SetSoundEnabled(sound); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp60 notificationFlages->SetSoundEnabled(sound); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp1412 notiFlags->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE);