Home
last modified time | relevance | path

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

/ide/tools/previewer/test/fuzztest/commandparse_fuzzer/
H A DCommandParse.cpp29 cJSON* jsonData = cJSON_CreateObject(); in Execute() local
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineFactoryTest.cpp41 Json2::Value jsonData = JsonReader::ParseJsonData2(jsonStr); in TEST() local
H A DCommandLineInterfaceTest.cpp328 Json2::Value jsonData = JsonReader::ParseJsonData2(msg); in TEST() local
/ide/tools/previewer/cli/
H A DCommandLineInterface.cpp114 Json2::Value jsonData = JsonReader::ParseJsonData2(message); in ProcessCommandMessage() local
144 ProcessCommandValidate(bool parsingSuccessful, const Json2::Value& jsonData, const std::string& errors) const ProcessCommandValidate() argument
255 CreatCommandToSendData(const std::string commandName, const Json2::Value& jsonData, const std::string type) const CreatCommandToSendData() argument
[all...]
/ide/tools/previewer/test/unittest/util/
H A 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); TEST() local
486 Json2::Value jsonData = JsonReader::ParseJsonData2(g_obj); TEST() local
[all...]
/ide/tools/previewer/util/
H A DJsonReader.cpp92 char* jsonData = cJSON_PrintUnformatted(jsonPtr); in ToString() local
106 char* jsonData = cJSON_Print(jsonPtr); in ToStyledString() local

Completed in 5 milliseconds