Searched defs:soundEnabled (Results 1 – 4 of 4) sorted by relevance
27 void NotificationFlags::SetSoundEnabled(NotificationConstant::FlagStatus soundEnabled) in SetSoundEnabled()76 auto soundEnabled = jsonObject.at("soundEnabled").get<uint8_t>(); in FromJson() local
57 int32_t soundEnabled = static_cast<int32_t>(*data % FLAG_STATUS); in DoSomethingInterestingWithMyAPI() local
4755 int32_t soundEnabled = static_cast<int32_t>(flags->IsSoundEnabled()); in SetNotificationFlags() local