Searched refs:commandResultToManager (Results 1 – 2 of 2) sorted by relevance
81 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()
46 Json::Value commandResultToManager; variable