Searched refs:commandResult (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/ |
| H A D | RichPreviewer.cpp | 57 Json2::Value commandResult = JsonReader::CreateObject(); in NotifyInspectorChanged() local 58 commandResult.Add("version", CommandLineInterface::COMMAND_VERSION.c_str()); in NotifyInspectorChanged() 59 commandResult.Add("command", "inspector"); in NotifyInspectorChanged() 60 commandResult.Add("result", jsonTree.c_str()); in NotifyInspectorChanged() 61 CommandLineInterface::GetInstance().SendJsonData(commandResult); in NotifyInspectorChanged()
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLineFactory.cpp | 81 Json2::Value commandResult = JsonReader::CreateObject(); in CreateCommandLine() local 82 commandResult.Add("version", CommandLineInterface::COMMAND_VERSION.c_str()); in CreateCommandLine() 83 commandResult.Add("command", command.c_str()); in CreateCommandLine() 84 commandResult.Add("result", "Unsupported command"); in CreateCommandLine() 85 socket << commandResult.ToStyledString(); in CreateCommandLine()
|
| H A D | CommandLine.cpp | 62 if (commandResult.IsNull() || !commandResult.IsValid()) { in SendResult() 65 cliSocket << commandResult.ToStyledString(); in SendResult() 66 ELOG("SendResult commandResult: %s", commandResult.ToStyledString().c_str()); in SendResult() 67 commandResult.Clear(); in SendResult() 115 this->commandResult.Add("version", CommandLineInterface::COMMAND_VERSION.c_str()); in SetCommandResult() 116 this->commandResult.Add("command", this->commandName.c_str()); in SetCommandResult() 117 this->commandResult.Add(resultType.c_str(), resultContent); in SetCommandResult()
|
| H A D | CommandLine.h | 44 Json2::Value commandResult = JsonReader::CreateObject(); member in CommandLine
|
Completed in 4 milliseconds