Home
last modified time | relevance | path

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 Dappgroupcallbackstub_fuzzer.cpp28 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 Dbundleactiveonremoterequest_fuzzer.cpp28 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 Dstream_repeat_stub_fuzzer.cpp78 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 Dbgtaskonremoterequest_fuzzer.cpp26 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 DbgtaskSubscriber_fuzzer.cpp26 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 Ddevicestandby_fuzzer.cpp35 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 Dressched_fuzzer.cpp57 constexpr int32_t MAX_CODE = 5; variable
174 DelayedSingleton<ResSchedService>::GetInstance()->OnRemoteRequest(fuzzCode % MAX_CODE, in OnRemoteRequest()