Searched refs:commands (Results 1 – 3 of 3) sorted by relevance
201 Json::Value commands = versionMembers[version]; in ApplyConfig() local202 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() argument217 …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()
37 void ApplyConfigMembers(const Json::Value& commands, const Json::Value::Members& members) const;
5 …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…