Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationdonotdisturbdate_fuzzer/
H A Dnotificationdonotdisturbdate_fuzzer.cpp28 …Notification::NotificationDoNotDisturbDate notificationDoNotDisturbDate(disturbType, beginDate, en… in DoSomethingInterestingWithMyAPI() local
29 notificationDoNotDisturbDate.SetDoNotDisturbType(disturbType); in DoSomethingInterestingWithMyAPI()
30 notificationDoNotDisturbDate.GetDoNotDisturbType(); in DoSomethingInterestingWithMyAPI()
31 notificationDoNotDisturbDate.SetBeginDate(beginDate); in DoSomethingInterestingWithMyAPI()
32 notificationDoNotDisturbDate.GetBeginDate(); in DoSomethingInterestingWithMyAPI()
33 notificationDoNotDisturbDate.SetEndDate(endDate); in DoSomethingInterestingWithMyAPI()
34 notificationDoNotDisturbDate.Dump(); in DoSomethingInterestingWithMyAPI()
35 return notificationDoNotDisturbDate.GetEndDate(); in DoSomethingInterestingWithMyAPI()