Home
last modified time | relevance | path

Searched refs:ENABLE (Results 1 – 25 of 49) sorted by relevance

12

/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; variable
30 request.SetAlertOneTime(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
41 request.SetColorEnabled(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
51 request.SetCountdownTimer(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
69 request.SetGroupOverview(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
87 bool support = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationsorting_fuzzer/
Dnotificationsorting_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; variable
41 notificationSorting.SetDisplayBadge(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
42 notificationSorting.SetHiddenNotification(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; variable
30 request.SetAlertOneTime(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
41 request.SetColorEnabled(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
51 request.SetCountdownTimer(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
69 request.SetGroupOverview(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
Daddnotificationslot_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; variable
33 slot.SetEnableLight(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
34 slot.SetEnableVibration(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
Daddnotificationslots_fuzzer.cpp20 constexpr uint8_t ENABLE = 2; variable
32 slot.SetEnableLight(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
33 slot.SetEnableVibration(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/getactivenotificationnums_fuzzer/
Dgetactivenotificationnums_fuzzer.cpp21 constexpr uint8_t ENABLE = 2; variable
34 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
Dnotificationhelper_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; variable
36 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/test/fuzztest/eventhandlerannex_fuzzer/
Deventhandlerannex_fuzzer.cpp24 constexpr uint8_t ENABLE = 2; variable
28 bool current = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/test/fuzztest/nativeimplementeventhandler_fuzzer/
Dnativeimplementeventhandler_fuzzer.cpp24 constexpr uint8_t ENABLE = 2; variable
28 bool current = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/enablednotificationcallbackdata_fuzzer/
Denablednotificationcallbackdata_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; variable
31 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestalarm_fuzzer/
Dreminderrequestalarm_fuzzer.cpp28 constexpr uint8_t ENABLE = 2; variable
39 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
54 time_t target = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp26 constexpr uint8_t ENABLE = 2; variable
63 bool canPublish = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
69 bool granted = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
81 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
92 bool allowed = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
101 bool doesSupport = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
120 bool support = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationdistributedoptions_fuzzer/
Dnotificationdistributedoptions_fuzzer.cpp21 constexpr uint8_t ENABLE = 2; variable
26 bool distribute = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
Dnotificationuserinput_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; variable
33 uint8_t sources = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
58 bool doPermit = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderrequesttimer_fuzzer/
Dreminderrequesttimer_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; variable
33 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/eventreceiveproxy_fuzzer/
Deventreceiveproxy_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; variable
31 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/enabledistributed_fuzzer/
Denabledistributed_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; variable
27 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/setnotificationsenabledforallbundles_fuzzer/
Dsetnotificationsenabledforallbundles_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; variable
28 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/
Dcancelgroup_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; variable
27 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventpublishinfo_fuzzer/
Dcommoneventpublishinfo_fuzzer.cpp27 constexpr uint8_t ENABLE = 2; variable
31 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/
Dmessageuser_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; variable
42 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
Dnotificationslot_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; variable
30 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/
Dgetallactivenotifications_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; variable
32 bool allowed = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalcontent_fuzzer/
Dnotificationconversationalcontent_fuzzer.cpp26 constexpr uint8_t ENABLE = 2; variable
37 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/
Dasynccommoneventresult_fuzzer.cpp23 constexpr uint8_t ENABLE = 2; variable
29 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()

12