Searched refs:MAX_CODE (Results 1 - 7 of 7) sorted by relevance
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskonremoterequest_fuzzer/ |
H A D | bgtaskonremoterequest_fuzzer.cpp | 26 constexpr int32_t MAX_CODE = 15; member 58 code % MAX_CODE, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveonremoterequest_fuzzer/ |
H A D | bundleactiveonremoterequest_fuzzer.cpp | 28 constexpr uint32_t MAX_CODE = 14; // current max code is 14 member 56 DelayedSingleton<BundleActiveService>::GetInstance()->OnRemoteRequest(code % MAX_CODE, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/appgroupcallbackstub_fuzzer/ |
H A D | appgroupcallbackstub_fuzzer.cpp | 28 constexpr uint32_t MAX_CODE = 2; // current max code is 2 member 50 DelayedSingleton<AppGroupCallbackStub>::GetInstance()->OnRemoteRequest(code % MAX_CODE, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriber_fuzzer/ |
H A D | bgtaskSubscriber_fuzzer.cpp | 26 constexpr int32_t MAX_CODE = 15; member 69 subscriberImpl->OnRemoteRequest(code % MAX_CODE, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/camera_framework/test/fuzztest/streamrepeatstub_fuzzer/ |
H A D | stream_repeat_stub_fuzzer.cpp | 146 static const int32_t MAX_CODE = 20;
in Test_OnRemoteRequest() local 147 for (int32_t i = 0; i < MAX_CODE; i++) {
in Test_OnRemoteRequest()
|
/foundation/resourceschedule/device_standby/services/test/fuzztest/devicestandby_fuzzer/ |
H A D | devicestandby_fuzzer.cpp | 35 constexpr uint32_t MAX_CODE = 13; member 239 for (uint32_t i = 0; i < MAX_CODE; i++) { in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/ |
H A D | ressched_fuzzer.cpp | 139 constexpr int32_t MAX_CODE = 5; 256 DelayedSingleton<ResSchedService>::GetInstance()->OnRemoteRequest(fuzzCode % MAX_CODE, in OnRemoteRequest()
|
Completed in 3 milliseconds