Searched refs:ExecuteCommand (Results 1 – 5 of 5) sorted by relevance
21 message ExecuteCommand { repeated string args = 1; } message24 ExecuteCommand execute_command = 1;
150 ExecuteCommand(cmd); in ExecuteOneCommand()155 ExecuteCommand(c); in ExecuteAllCommands()159 void Action::ExecuteCommand(const Command& command) const { in ExecuteCommand() function in android::init::Action
84 void ExecuteCommand(const Command& command) const;
65 void RunCommand(const SubcontextCommand::ExecuteCommand& execute_command,75 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, in RunCommand()
1025 bool ExecuteCommand(const sp<IBluetooth>& bt_iface, std::string& command) { in ExecuteCommand() function1125 if (!ExecuteCommand(bt_iface, command)) break; in main()