Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.cpp113 void CommandLine::SetCommandResult(const std::string& resultType, const Json2::Value& resultContent) in SetCommandResult() argument
117 this->commandResult.Add(resultType.c_str(), resultContent); in SetCommandResult()
121 const Json2::Value& resultContent, in SetResultToManager()
125 this->commandResultToManager.Add(resultType.c_str(), resultContent); in SetResultToManager()
355 Json2::Value resultContent = JsonReader::CreateObject(); in RunGet() local
356 resultContent.Add("Power", power); in RunGet()
357 SetCommandResult("result", resultContent); in RunGet()
413 Json2::Value resultContent = JsonReader::CreateObject(); in RunGet() local
414 resultContent.Add("Barometer", barometer); in RunGet()
415 SetCommandResult("result", resultContent); in RunGet()
120 SetResultToManager(const std::string& resultType, const Json2::Value& resultContent, const std::string& messageType) SetResultToManager() argument
705 Json2::Value resultContent = JsonReader::CreateObject(); RunGet() local
719 Json2::Value resultContent = JsonReader::CreateObject(); RunGet() local
760 Json2::Value resultContent = JsonReader::CreateObject(); RunGet() local
783 Json2::Value resultContent = JsonReader::CreateObject(); RunGet() local
836 Json2::Value resultContent = JsonReader::CreateObject(); RunGet() local
849 Json2::Value resultContent = JsonReader::CreateBool(true); RunSet() local
869 Json2::Value resultContent = JsonReader::CreateBool(true); RunAction() local
1262 Json2::Value resultContent = JsonReader::CreateObject(); RunGet() local
[all...]
H A DCommandLine.h31 void SetCommandResult(const std::string& type, const Json2::Value& resultContent);
32 void SetResultToManager(const std::string& type, const Json2::Value& resultContent, const std::string& messageType);

Completed in 3 milliseconds