Searched refs:MAX_CODE (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/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 variable 50 …DelayedSingleton<AppGroupCallbackStub>::GetInstance()->OnRemoteRequest(code % MAX_CODE, datas, rep… in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/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 variable 56 …DelayedSingleton<BundleActiveService>::GetInstance()->OnRemoteRequest(code % MAX_CODE, datas, repl… in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/streamrepeatstub_fuzzer/ |
H A D | stream_repeat_stub_fuzzer.cpp | 78 static const int32_t MAX_CODE = 20; in Test_OnRemoteRequest() local 79 for (int32_t i = 0; i < MAX_CODE; i++) { in Test_OnRemoteRequest()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskonremoterequest_fuzzer/ |
H A D | bgtaskonremoterequest_fuzzer.cpp | 26 constexpr int32_t MAX_CODE = 15; variable 58 code % MAX_CODE, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriber_fuzzer/ |
H A D | bgtaskSubscriber_fuzzer.cpp | 26 constexpr int32_t MAX_CODE = 15; variable 69 subscriberImpl->OnRemoteRequest(code % MAX_CODE, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/fuzztest/devicestandby_fuzzer/ |
H A D | devicestandby_fuzzer.cpp | 35 constexpr uint32_t MAX_CODE = 13; variable 239 for (uint32_t i = 0; i < MAX_CODE; i++) { in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/ |
H A D | ressched_fuzzer.cpp | 57 constexpr int32_t MAX_CODE = 5; variable 174 DelayedSingleton<ResSchedService>::GetInstance()->OnRemoteRequest(fuzzCode % MAX_CODE, in OnRemoteRequest()
|