Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLineInterface.cpp114 Json2::Value jsonData = JsonReader::ParseJsonData2(message); in ProcessCommandMessage() local
145 const Json2::Value& jsonData, in ProcessCommandValidate()
256 const Json2::Value& jsonData, in CreatCommandToSendData()
/ide/tools/previewer/test/fuzztest/commandparse_fuzzer/
DCommandParse.cpp29 cJSON* jsonData = cJSON_CreateObject(); in Execute() local
/ide/tools/previewer/test/unittest/cli/
DCommandLineFactoryTest.cpp41 Json2::Value jsonData = JsonReader::ParseJsonData2(jsonStr); in TEST() local
DCommandLineInterfaceTest.cpp328 Json2::Value jsonData = JsonReader::ParseJsonData2(msg); in TEST() local
/ide/tools/previewer/test/unittest/util/
DJsonReaderTest.cpp427 Json2::Value jsonData = JsonReader::ParseJsonData2(g_obj); in TEST() local
435 Json2::Value jsonData = JsonReader::ParseJsonData2(g_obj); in TEST() local
453 Json2::Value jsonData = JsonReader::ParseJsonData2(g_obj); in TEST() local
468 Json2::Value jsonData = JsonReader::ParseJsonData2(g_obj); in TEST() local
486 Json2::Value jsonData = JsonReader::ParseJsonData2(g_obj); in TEST() local
/ide/tools/previewer/util/
DJsonReader.cpp92 char* jsonData = cJSON_PrintUnformatted(jsonPtr); in ToString() local
106 char* jsonData = cJSON_Print(jsonPtr); in ToStyledString() local