/base/notification/distributed_notification_service/test/fuzztest/addslotbytype_fuzzer/ |
D | addslotbytype_fuzzer.cpp | 20 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/removenotificationslot_fuzzer/ |
D | removenotificationslot_fuzzer.cpp | 22 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 26 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/getnotificationslot_fuzzer/ |
D | getnotificationslot_fuzzer.cpp | 22 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 26 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/ |
D | addnotificationslot_fuzzer.cpp | 25 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 47 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/ |
D | setdonotdisturbdate_fuzzer.cpp | 22 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 41 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/ |
D | reminderhelper_fuzzer.cpp | 26 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/addnotificationslots_fuzzer/ |
D | addnotificationslots_fuzzer.cpp | 23 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/publishcontinuoustasknotification_fuzzer/ |
D | publishcontinuoustasknotification_fuzzer.cpp | 23 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 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/ |
D | setprogressbar_fuzzer.cpp | 22 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 54 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
D | ansmanagerstubannexthree_fuzzer.cpp | 26 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 60 int32_t remindType = static_cast<int32_t>(*data % SLOT_TYPE_NUM); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/ |
D | readfromparcel_fuzzer.cpp | 28 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 65 int32_t remindType = static_cast<int32_t>(*data % SLOT_TYPE_NUM); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
D | ansmanagerstubannextwo_fuzzer.cpp | 26 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 45 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/ |
D | publishnotification_fuzzer.cpp | 23 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 74 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/ |
D | reminderrequest_fuzzer.cpp | 28 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 82 uint8_t typed = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
D | advancednotificationservice_fuzzer.cpp | 25 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 41 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
D | ansmanagerstub_fuzzer.cpp | 24 constexpr uint8_t SLOT_TYPE_NUM = 5; variable 113 uint8_t type = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI()
|