Home
last modified time | relevance | path

Searched refs:intData (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp41 int32_t intData = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI() local
82 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
84 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
87 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
89 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
91 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
93 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
96 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
97 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
111 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
[all...]
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp49 int32_t intData = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI() local
90 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
92 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
95 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
97 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
99 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
101 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
104 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
105 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
119 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
[all...]
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp48 int32_t intData = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI() local
91 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
93 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
96 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
98 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
100 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
102 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
105 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
106 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
120 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI()
[all...]
/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
H A Dnotificationhelper_fuzzer.cpp38 int32_t intData = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI() local
40 notificationHelper.SetNotificationsEnabledForAllBundles(intData, enabled); in DoSomethingInterestingWithMyAPI()
46 notificationHelper.SetNotificationSlotFlagsAsBundle(bundleOption, intData); in DoSomethingInterestingWithMyAPI()
47 notificationHelper.CancelAsBundle(bundleOption, intData); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
H A Dhisyseventmanager_fuzzer.cpp77 void HiSysEventQueryTest(const std::string& strData, int64_t intData) in HiSysEventQueryTest() argument
80 QueryArg arg(0, intData, intData); in HiSysEventQueryTest()
97 int64_t intData = static_cast<int64_t>(*data); in HiSysEventQueryFuzzTest() local
98 HiSysEventQueryTest(strData, intData); in HiSysEventQueryFuzzTest()

Completed in 3 milliseconds