Searched refs:ChangeJsonUtil (Results 1 - 9 of 9) sorted by relevance
| /ide/tools/previewer/test/fuzztest/jsonparse_fuzzer/ |
| H A D | GetHspAceModuleBuildFuzzer.cpp | 26 #include "ChangeJsonUtil.h" 47 ChangeJsonUtil::WriteFile(filePath, "aaa"); in TEST() 49 ChangeJsonUtil::WriteFile(filePath, g_buildConfigJson2); in TEST() 54 ChangeJsonUtil::ModifyObject(jsonArgs, index); in TEST() 56 ChangeJsonUtil::WriteFile(filePath, jsonArgs); in TEST()
|
| H A D | SetPkgContextInfoFuzzer.cpp | 26 #include "ChangeJsonUtil.h" 100 ChangeJsonUtil::WriteFile(filePath, g_moduleJsonNoModule); in TEST() 102 ChangeJsonUtil::WriteFile(filePath, g_moduleJsonNoModuleName); in TEST() 104 ChangeJsonUtil::WriteFile(filePath, g_moduleJsonNoModulePackageName); in TEST() 108 ChangeJsonUtil::ModifyObject(moduleJsonArgs, moduleIndex); in TEST() 109 ChangeJsonUtil::WriteFile(filePath, moduleJsonArgs); in TEST() 114 ChangeJsonUtil::ModifyObject(pkgContextJsonArgs, pkgContextIndex); in TEST() 115 ChangeJsonUtil::WriteFile(pkgContextFilePath, pkgContextJsonArgs); in TEST()
|
| H A D | ParseMockJsonFileFuzzer.cpp | 25 #include "ChangeJsonUtil.h" 44 ChangeJsonUtil::ModifyObject(jsonArgs, index); in TEST() 47 ChangeJsonUtil::WriteFile(filePath, jsonArgs); in TEST() 52 ChangeJsonUtil::WriteFile(filePath, "aaa"); in TEST()
|
| H A D | GetModulePathMapFuzzer.cpp | 26 #include "ChangeJsonUtil.h" 65 ChangeJsonUtil::ModifyObject(jsonArgs, index); in TEST() 68 ChangeJsonUtil::WriteFile(filePath, jsonArgs); in TEST() 75 ChangeJsonUtil::WriteFile(filePath, g_moduleJson2); in TEST() 77 ChangeJsonUtil::WriteFile(filePath, "aaa"); in TEST()
|
| H A D | DeviceConfigParseFuzzer.cpp | 23 #include "ChangeJsonUtil.h" 65 ChangeJsonUtil::ModifyObject(jsonArgs, index); in TEST() 68 ChangeJsonUtil::WriteFile(filePath, jsonArgs); in TEST()
|
| H A D | ReadFileContentsFuzzer.cpp | 26 #include "ChangeJsonUtil.h" 63 ChangeJsonUtil::ModifyObject(jsonArgs, index); in TEST() 66 ChangeJsonUtil::WriteFile(filePath, jsonArgs); in TEST()
|
| /ide/tools/previewer/test/fuzztest/ |
| H A D | ChangeJsonUtil.cpp | 16 #include "ChangeJsonUtil.h" 31 void ChangeJsonUtil::ModifyObject(cJSON *object, uint64_t& idx) in ModifyObject() 80 void ChangeJsonUtil::ModifyObject4ChangeType(cJSON *object, uint64_t& idx) in ModifyObject4ChangeType() 125 void ChangeJsonUtil::WriteFile(std::string filePath, cJSON *object) in WriteFile() 158 void ChangeJsonUtil::WriteFile(std::string filePath, std::string str) in WriteFile()
|
| H A D | ChangeJsonUtil.h | 26 class ChangeJsonUtil { class
|
| /ide/tools/previewer/test/fuzztest/commandparse_fuzzer/ |
| H A D | CommandParse.cpp | 22 #include "ChangeJsonUtil.h" 39 ChangeJsonUtil::ModifyObject(jsonArgs, index); in Execute() 41 ChangeJsonUtil::ModifyObject4ChangeType(jsonArgs, index); in Execute()
|
Completed in 3 milliseconds