Searched defs:arguments (Results 1 – 3 of 3) sorted by relevance
155 Result WifiCommand::onAdd(const std::vector<std::string>& arguments) { in onAdd()187 Result WifiCommand::onBlock(const std::vector<std::string>& arguments) { in onBlock()196 Result WifiCommand::onUnblock(const std::vector<std::string>& arguments) { in onUnblock()
190 public static Bundle getPolicy(String policy, Bundle arguments) { in getPolicy()
214 std::vector<char*> arguments; in execCommand() local