Home
last modified time | relevance | path

Searched refs:SLOT_TYPE_NUM (Results 1 - 17 of 17) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/removenotificationslot_fuzzer/
H A Dremovenotificationslot_fuzzer.cpp22 constexpr uint8_t SLOT_TYPE_NUM = 5; member
26 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/getnotificationslot_fuzzer/
H A Dgetnotificationslot_fuzzer.cpp22 constexpr uint8_t SLOT_TYPE_NUM = 5; member
26 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addslotbytype_fuzzer/
H A Daddslotbytype_fuzzer.cpp20 constexpr uint8_t SLOT_TYPE_NUM = 5; variable
25 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
H A Dpublishcontinuoustasknotification_fuzzer.cpp23 constexpr uint8_t SLOT_TYPE_NUM = 5; member
74 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
80 int32_t remindType = static_cast<int32_t>(*data % SLOT_TYPE_NUM); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
H A Dsetprogressbar_fuzzer.cpp22 constexpr uint8_t SLOT_TYPE_NUM = 5; member
54 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/
H A Dsetdonotdisturbdate_fuzzer.cpp22 constexpr uint8_t SLOT_TYPE_NUM = 5; member
41 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
H A Daddnotificationslot_fuzzer.cpp28 constexpr uint8_t SLOT_TYPE_NUM = 5; member
50 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
H A Dreminderhelper_fuzzer.cpp26 constexpr uint8_t SLOT_TYPE_NUM = 5; member
46 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
H A Daddnotificationslots_fuzzer.cpp23 constexpr uint8_t SLOT_TYPE_NUM = 5; variable
46 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp26 constexpr uint8_t SLOT_TYPE_NUM = 5; member
45 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
H A Dpublishnotification_fuzzer.cpp23 constexpr uint8_t SLOT_TYPE_NUM = 5; member
74 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
H A Dreadfromparcel_fuzzer.cpp28 constexpr uint8_t SLOT_TYPE_NUM = 5; member
65 int32_t remindType = static_cast<int32_t>(*data % SLOT_TYPE_NUM); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp27 constexpr uint8_t SLOT_TYPE_NUM = 5; member
72 uint8_t typed = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp33 constexpr uint8_t SLOT_TYPE_NUM = 5; variable
56 uint8_t type = fuzzData.GetData<uint8_t>() % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp35 constexpr uint8_t SLOT_TYPE_NUM = 5; variable
75 uint8_t type = fuzzData.GetData<uint8_t>() % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp36 constexpr uint8_t SLOT_TYPE_NUM = 5; variable
83 uint8_t type = fuzzData.GetData<uint8_t>() % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp36 constexpr uint8_t SLOT_TYPE_NUM = 5; variable
82 uint8_t type = fuzzData.GetData<uint8_t>() % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()

Completed in 7 milliseconds