Home
last modified time | relevance | path

Searched refs:notificationFlages (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
H A Dpublishcontinuoustasknotification_fuzzer.cpp55 std::shared_ptr<Notification::NotificationFlags> notificationFlages = in DoSomethingInterestingWithMyAPI() local
60 notificationFlages->SetSoundEnabled(sound); in DoSomethingInterestingWithMyAPI()
61 notificationFlages->SetVibrationEnabled(sound); in DoSomethingInterestingWithMyAPI()
62 request.SetFlags(notificationFlages); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
H A Dpublishnotification_fuzzer.cpp55 std::shared_ptr<Notification::NotificationFlags> notificationFlages = in DoSomethingInterestingWithMyAPI() local
60 notificationFlages->SetSoundEnabled(sound); in DoSomethingInterestingWithMyAPI()
61 notificationFlages->SetVibrationEnabled(sound); in DoSomethingInterestingWithMyAPI()
62 request.SetFlags(notificationFlages); in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds