Home
last modified time | relevance | path

Searched refs:commandResult (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/
H A DRichPreviewer.cpp57 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 DCommandLineFactory.cpp81 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 DCommandLine.cpp62 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 DCommandLine.h44 Json2::Value commandResult = JsonReader::CreateObject(); member in CommandLine

Completed in 4 milliseconds