Home
last modified time | relevance | path

Searched refs:MAX_CODE (Results 1 - 7 of 7) sorted by relevance

/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskonremoterequest_fuzzer/
H A Dbgtaskonremoterequest_fuzzer.cpp26 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 Dbundleactiveonremoterequest_fuzzer.cpp28 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 Dappgroupcallbackstub_fuzzer.cpp28 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 DbgtaskSubscriber_fuzzer.cpp26 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 Dstream_repeat_stub_fuzzer.cpp146 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 Ddevicestandby_fuzzer.cpp35 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 Dressched_fuzzer.cpp139 constexpr int32_t MAX_CODE = 5;
256 DelayedSingleton<ResSchedService>::GetInstance()->OnRemoteRequest(fuzzCode % MAX_CODE, in OnRemoteRequest()

Completed in 3 milliseconds