Searched refs:execute_command (Results 1 – 4 of 4) sorted by relevance
| /system/extras/torq/src/ |
| D | command_executor.py | 49 return self.execute_command(command, device) 52 def execute_command(self, command, device): member in CommandExecutor 58 def execute_command(self, command, device): member in ProfilerCommandExecutor 215 return self.execute_command(command, device) 217 def execute_command(self, command, device): member in ConfigCommandExecutor
|
| /system/core/init/ |
| D | subcontext.cpp | 69 void RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, 79 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, in RunCommand() argument 83 for (const auto& string : execute_command.args()) { in RunCommand() 152 RunCommand(subcontext_command.execute_command(), &reply); in MainLoop()
|
| D | subcontext.proto | 24 ExecuteCommand execute_command = 1; field
|
| D | init_test.cpp | 507 auto execute_command = [&num_executed](const BuiltinArguments& args) { in TEST() local 514 {"execute", {1, 1, {false, execute_command}}}, in TEST() 528 auto execute_command = [&num_executed](const BuiltinArguments& args) { in GetTestFunctionMapForLazyLoad() local 549 {"execute", {1, 1, {false, execute_command}}}, in GetTestFunctionMapForLazyLoad()
|