Home
last modified time | relevance | path

Searched refs:execute_command (Results 1 – 4 of 4) sorted by relevance

/system/extras/torq/src/
Dcommand_executor.py49 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/
Dsubcontext.cpp69 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()
Dsubcontext.proto24 ExecuteCommand execute_command = 1; field
Dinit_test.cpp507 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()