Searched refs:commandResult (Results 1 – 4 of 4) sorted by relevance
83 Json::Value commandResult; in CreateCommandLine() local84 commandResult["version"] = CommandLineInterface::COMMAND_VERSION; in CreateCommandLine()85 commandResult["command"] = command; in CreateCommandLine()86 commandResult["result"] = "Unsupported command"; in CreateCommandLine()87 socket << commandResult.toStyledString(); in CreateCommandLine()
66 if (commandResult.empty()) { in SendResult()69 cliSocket << commandResult.toStyledString(); in SendResult()70 commandResult.clear(); in SendResult()118 this->commandResult["version"] = CommandLineInterface::COMMAND_VERSION; in SetCommandResult()119 this->commandResult["command"] = this->commandName; in SetCommandResult()120 this->commandResult[resultType] = resultContent; in SetCommandResult()
45 Json::Value commandResult; variable
137 Json::Value commandResult; in NotifyInspectorChanged() local138 commandResult["version"] = CommandLineInterface::COMMAND_VERSION; in NotifyInspectorChanged()139 commandResult["command"] = "inspector"; in NotifyInspectorChanged()140 commandResult["result"] = jsonTree; in NotifyInspectorChanged()141 CommandLineInterface::GetInstance().SendJsonData(commandResult); in NotifyInspectorChanged()