Home
last modified time | relevance | path

Searched refs:commandResultToManager (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLine.cpp78 if (commandResultToManager.IsNull() || !commandResultToManager.IsValid()) { in SendResultToManager()
81 cliSocket << commandResultToManager.ToStyledString(); in SendResultToManager()
82 commandResultToManager.Clear(); in SendResultToManager()
124 this->commandResultToManager.Add("MessageType", messageType.c_str()); in SetResultToManager()
125 this->commandResultToManager.Add(resultType.c_str(), resultContent); in SetResultToManager()
H A DCommandLine.h45 Json2::Value commandResultToManager = JsonReader::CreateObject(); member in CommandLine

Completed in 5 milliseconds