Home
last modified time | relevance | path

Searched refs:sendCommand (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/daemon/
Dabb_service.cpp31 unique_fd sendCommand(std::string_view command);
43 unique_fd AbbProcess::sendCommand(std::string_view command) { in sendCommand() function in __anonbe5f8e2a0111::AbbProcess
89 return abbp->sendCommand(command); in execute_abb_command()
/system/netd/server/
DIptablesRestoreController.cpp206 int IptablesRestoreController::sendCommand(const IptablesProcessType type, in sendCommand() function in IptablesRestoreController
360 res |= sendCommand(IPTABLES_PROCESS, command, output); in execute()
363 res |= sendCommand(IP6TABLES_PROCESS, command, output); in execute()
DIptablesRestoreController.h76 int sendCommand(const IptablesProcessType type, const std::string& command,