Home
last modified time | relevance | path

Searched refs:ENABLE (Results 1 - 25 of 47) sorted by relevance

12

/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
H A Dpublishcontinuoustasknotification_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; member
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/
H A Dnotificationsorting_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; member
41 notificationSorting.SetDisplayBadge(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
42 notificationSorting.SetHiddenNotification(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
H A Dpublishnotification_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; member
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/enablednotificationcallbackdata_fuzzer/
H A Denablednotificationcallbackdata_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; member
31 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/test/fuzztest/eventhandlerannex_fuzzer/
H A Deventhandlerannex_fuzzer.cpp24 constexpr uint8_t ENABLE = 2; member
28 bool current = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/test/fuzztest/nativeimplementeventhandler_fuzzer/
H A Dnativeimplementeventhandler_fuzzer.cpp24 constexpr uint8_t ENABLE = 2; member
28 bool current = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
H A Daddnotificationslot_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; member
36 slot.SetEnableLight(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
37 slot.SetEnableVibration(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
H A 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/reminderrequestalarm_fuzzer/
H A Dreminderrequestalarm_fuzzer.cpp28 constexpr uint8_t ENABLE = 2; member
39 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
54 time_t target = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/setnotificationsenabledforallbundles_fuzzer/
H A Dsetnotificationsenabledforallbundles_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; member
28 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/enabledistributed_fuzzer/
H A Denabledistributed_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; member
27 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationdistributedoptions_fuzzer/
H A Dnotificationdistributedoptions_fuzzer.cpp21 constexpr uint8_t ENABLE = 2; member
26 bool distribute = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderrequesttimer_fuzzer/
H A Dreminderrequesttimer_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; member
33 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/getactivenotificationnums_fuzzer/
H A Dgetactivenotificationnums_fuzzer.cpp21 constexpr uint8_t ENABLE = 2; member
34 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/
H A Dgetallactivenotifications_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; member
32 bool allowed = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/
H A Dmessageuser_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; member
42 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalcontent_fuzzer/
H A Dnotificationconversationalcontent_fuzzer.cpp26 constexpr uint8_t ENABLE = 2; member
37 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
H A Dnotificationslot_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; member
30 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinputannex_fuzzer/
H A Dnotificationuserinputannex_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; member
40 bool permitFreeFormInput = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/
H A Dcancelgroup_fuzzer.cpp22 constexpr uint8_t ENABLE = 2; member
27 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_status.h22 enum InputMethodStatus : uint32_t { DISABLE = 0, ENABLE, ALL };
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp25 constexpr uint8_t ENABLE = 2; member
33 uint8_t sources = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
58 bool doPermit = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
H A Dsetprogressbar_fuzzer.cpp21 constexpr uint8_t ENABLE = 2; member
29 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
H A Dnotificationrequest_fuzzer.cpp26 constexpr uint8_t ENABLE = 2; member
35 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/
H A Dsetdonotdisturbdate_fuzzer.cpp21 constexpr uint8_t ENABLE = 2; member
43 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI()

Completed in 6 milliseconds

12