Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLine.cpp81 if (commandResultToManager.empty()) { in SendResultToManager()
84 cliSocket << commandResultToManager.toStyledString(); in SendResultToManager()
85 commandResultToManager.clear(); in SendResultToManager()
127 this->commandResultToManager["MessageType"] = messageType; in SetResultToManager()
128 this->commandResultToManager[resultType] = resultContent; in SetResultToManager()
DCommandLine.h46 Json::Value commandResultToManager; variable