Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineInterface.cpp201 Json::Value commands = versionMembers[version]; in ApplyConfig() local
202 if (!commands.isObject()) { in ApplyConfig()
205 Json::Value::Members members = commands.getMemberNames(); in ApplyConfig()
207 ApplyConfigMembers(commands, members); in ApplyConfig()
212 void CommandLineInterface::ApplyConfigMembers(const Json::Value& commands, in ApplyConfigMembers() argument
217 …if (!commands[key].isObject() || !commands[key].isMember("args") || !commands[key]["args"].isObjec… in ApplyConfigMembers()
218 ELOG("Invalid JSON: %s", commands[key].asString().c_str()); in ApplyConfigMembers()
222 …CommandLineFactory::CreateCommandLine(key, CommandLine::CommandType::SET, commands[key]["args"], *… in ApplyConfigMembers()
DCommandLineInterface.h37 void ApplyConfigMembers(const Json::Value& commands, const Json::Value::Members& members) const;
/ide/tools/previewer/
DREADME.md5 …fic, with the Previewer component, the DevEco Studio Previewer can send commands through the named…
11 …o Previewer sends page refresh commands through the named pipe to the Previewer component. Based o…