Home
last modified time | relevance | path

Searched refs:fuzzedFile (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/loadfromconfigfile_fuzzer/
H A Dloadfromconfigfile_fuzzer.cpp23 const std::string fuzzedFile = "mySwitchFuzzed.xml"; variable
29 FILE *pFile = fopen(fuzzedFile.c_str(), "wb"); in DoSomethingInterestingWithMyAPI()
46 PluginMgr::GetInstance().GetConfigContent(-1, fuzzedFile, contents); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/loadfromcustconfigfile_fuzzer/
H A Dloadfromcustconfigfile_fuzzer.cpp23 const std::string fuzzedFile = "myConfigFuzzed.xml"; variable
29 FILE *pFile = fopen(fuzzedFile.c_str(), "wb"); in DoSomethingInterestingWithMyAPI()
46 PluginMgr::GetInstance().GetConfigContent(-1, fuzzedFile, contents); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/soc_perf/test/fuzztest/loadconfigxmlfile_fuzzer/
H A Dloadconfigxmlfile_fuzzer.cpp23 const std::string fuzzedFile = "myFuzzed.xml"; variable
45 FILE *pFile = fopen(fuzzedFile.c_str(), "wb"); in DoSomethingInterestingWithMyAPI()
59 socPerf->socPerfConfig_.LoadConfigXmlFile(fuzzedFile); in DoSomethingInterestingWithMyAPI()