Home
last modified time | relevance | path

Searched refs:FILE_RETURN_SUCCESS (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/parse_fuzzer/
H A Dparse_fuzzer.cpp27 const int FILE_RETURN_SUCCESS = 0; variable
43 if (retCode != FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()
48 if (retCode != FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/parsesyscap_fuzzer/
H A Dparsesyscap_fuzzer.cpp28 const int FILE_RETURN_SUCCESS = 0; variable
45 if (retCode != FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()
50 if (retCode != FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/loadfromconfigfile_fuzzer/
H A Dloadfromconfigfile_fuzzer.cpp24 const int32_t FILE_RETURN_SUCCESS = 1; variable
35 if (retCode < FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/loadfromcustconfigfile_fuzzer/
H A Dloadfromcustconfigfile_fuzzer.cpp24 const int32_t FILE_RETURN_SUCCESS = 1; variable
35 if (retCode < FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/soc_perf/test/fuzztest/loadconfigxmlfile_fuzzer/
H A Dloadconfigxmlfile_fuzzer.cpp24 const int32_t FILE_RETURN_SUCCESS = 1; variable
51 if (retCode < FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()