Home
last modified time | relevance | path

Searched defs:soundEnabled (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_flags.cpp27 void NotificationFlags::SetSoundEnabled(NotificationConstant::FlagStatus soundEnabled) in SetSoundEnabled()
76 auto soundEnabled = jsonObject.at("soundEnabled").get<uint8_t>(); in FromJson() local
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp57 int32_t soundEnabled = static_cast<int32_t>(*data % FLAG_STATUS); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp57 int32_t soundEnabled = static_cast<int32_t>(*data % FLAG_STATUS); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4755 int32_t soundEnabled = static_cast<int32_t>(flags->IsSoundEnabled()); in SetNotificationFlags() local