Home
last modified time | relevance | path

Searched refs:disturb (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/
Dcancelgroup_fuzzer.cpp34 Notification::NotificationDoNotDisturbDate disturb; in DoSomethingInterestingWithMyAPI() local
37 disturb.SetDoNotDisturbType(disturbType); in DoSomethingInterestingWithMyAPI()
38 Notification::NotificationHelper::SetDoNotDisturbDate(disturb); in DoSomethingInterestingWithMyAPI()
40 Notification::NotificationHelper::GetDoNotDisturbDate(disturb); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/
Dsetdonotdisturbdate_fuzzer.cpp28 Notification::NotificationDoNotDisturbDate disturb; in DoSomethingInterestingWithMyAPI() local
31 disturb.SetDoNotDisturbType(disturbType); in DoSomethingInterestingWithMyAPI()
33 Notification::NotificationHelper::SetDoNotDisturbDate(userId, disturb); in DoSomethingInterestingWithMyAPI()
35 Notification::NotificationHelper::GetDoNotDisturbDate(userId, disturb); in DoSomethingInterestingWithMyAPI()