Home
last modified time | relevance | path

Searched refs:GenerateRandomInt32 (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
H A Dnotificationhelper_fuzzer.cpp31 notification.SetOwnerUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
32 notification.SetCreatorUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
38 int32_t intData = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI()
43 bundleOption.SetUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/test/fuzztest/publishcommonevent_fuzzer/
H A Dpublishcommonevent_fuzzer.cpp36 int32_t code = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI()
55 int32_t uid = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/test/fuzztest/publishcommoneventasuser_fuzzer/
H A Dpublishcommoneventasuser_fuzzer.cpp34 int32_t code = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI()
59 int32_t uid = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp41 int32_t intData = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI()
57 notification->SetOwnerUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
58 notification->SetCreatorUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
65 bundleOption->SetUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
324 notification2->SetOwnerUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
325 notification2->SetCreatorUid(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/test/fuzztest/unsubscribecommonevent_fuzzer/
H A Dunsubscribecommonevent_fuzzer.cpp46 int32_t priority = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/test/fuzztest/fuzz_common_base/
H A Dfuzz_data.h69 int32_t GenerateRandomInt32() in GenerateRandomInt32() function
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/fuzz_common_base/
H A Dfuzz_data.h70 int32_t GenerateRandomInt32() in GenerateRandomInt32() function
/ohos5.0/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/
H A Dsubscribecommonevent_fuzzer.cpp57 int32_t priority = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI()