Home
last modified time | relevance | path

Searched defs:jsonData (Results 1 – 6 of 6) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineInterface.cpp116 Json2::Value jsonData = JsonReader::ParseJsonData2(message); in ProcessCommandMessage() local
147 const Json2::Value& jsonData, in ProcessCommandValidate()
257 const Json2::Value& jsonData, in CreatCommandToSendData()
/ide/tools/previewer/test/fuzztest/commandparse_fuzzer/
DCommandParse.cpp30 cJSON* jsonData = cJSON_CreateObject(); in Execute() local
/ide/tools/previewer/test/unittest/cli/
DCommandLineFactoryTest.cpp42 Json2::Value jsonData = JsonReader::ParseJsonData2(jsonStr); in TEST() local
DCommandLineInterfaceTest.cpp329 Json2::Value jsonData = JsonReader::ParseJsonData2(msg); in TEST() local
/ide/tools/previewer/test/unittest/util/
DJsonReaderTest.cpp428 Json2::Value jsonData = JsonReader::ParseJsonData2(g_obj); in TEST() local
436 Json2::Value jsonData = JsonReader::ParseJsonData2(g_obj); in TEST() local
454 Json2::Value jsonData = JsonReader::ParseJsonData2(g_obj); in TEST() local
469 Json2::Value jsonData = JsonReader::ParseJsonData2(g_obj); in TEST() local
487 Json2::Value jsonData = JsonReader::ParseJsonData2(g_obj); in TEST() local
/ide/tools/previewer/util/
DJsonReader.cpp94 char* jsonData = cJSON_PrintUnformatted(jsonPtr); in ToString() local
108 char* jsonData = cJSON_Print(jsonPtr); in ToStyledString() local