Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 32) sorted by relevance

12

/system/netd/client/
DNetdClient.cpp67 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0}; in netdClientAccept4() local
77 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0}; in netdClientConnect() local
187 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId, 0}; in setNetworkForSocket() local
203 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0, 0}; in protectFromVpn() local
211 FwmarkCommand command = {FwmarkCommand::SELECT_FOR_USER, 0, uid}; in setNetworkForUser() local
216 FwmarkCommand command = {FwmarkCommand::QUERY_USER_ACCESS, netId, uid}; in queryUserAccess() local
/system/extras/simpleperf/
Dcmd_help.cpp59 for (auto& command : Command::GetAllCommands()) { in PrintShortHelp() local
64 void HelpCommand::PrintLongHelpForOneCommand(const Command& command) { in PrintLongHelpForOneCommand()
Dcommand_test.cpp31 TEST(command, FindCommandByName) { in TEST() argument
40 TEST(command, GetAllCommands) { in TEST() argument
Dmain.cpp41 Command* command = Command::FindCommandByName(args[0]); in main() local
Dcommand.cpp31 for (auto& command : Commands()) { in FindCommandByName() local
/system/core/init/
Dinit.h28 struct command struct
31 struct listnode clist;
33 int (*func)(int nargs, char **args);
57 /* list of actions which triggers the commands*/ argument
60 struct command *current; argument
/system/extras/tests/net_test/
Diproute.py183 def CommandVerb(command): argument
187 def CommandSubject(command): argument
191 def CommandName(command): argument
242 def _Decode(self, command, family, nla_type, nla_data): argument
321 def _ParseAttributes(self, command, family, data): argument
401 def _SendNlRequest(self, command, data): argument
514 def MaybeDebugCommand(self, command, data): argument
536 def _Dump(self, command, msg, msgtype): argument
568 def _Address(self, version, command, addr, prefixlen, flags, scope, ifindex): argument
599 def _Route(self, version, command, table, dest, prefixlen, nexthop, dev, argument
/system/bt/tools/hci/
Dmain.c48 const command_t *command = find_command(argv[0]); in help() local
129 const command_t *command = find_command(argv[1]); in main() local
/system/core/logd/
DLogReader.cpp35 FlushCommand command(*this); in notifyNewLog() local
163 FlushCommand command(*this, nonBlock, tail, logMask, pid, sequence); in onDataAvailable() local
/system/bt/hci/src/
Dlow_power_manager.c98 static void post_command(low_power_command_t command) { in post_command()
148 uint8_t command = enable ? BT_VND_LPM_ENABLE : BT_VND_LPM_DISABLE; in enable() local
Dhci_layer.c96 BT_HDR *command; member
344 BT_HDR *command, in transmit_command()
368 static future_t *transmit_command_futured(BT_HDR *command) { in transmit_command_futured()
/system/netd/server/
DFwmarkServer.cpp49 FwmarkCommand command; in processClient() local
/system/core/adb/
Dcommandline.cpp435 static std::string format_host_command(const char* command, transport_type type, const char* serial… in format_host_command()
702 const std::string& command) { in send_shell_command()
929 static int adb_connect_command(const std::string& command) { in adb_connect_command()
941 static int adb_query_command(const std::string& command) { in adb_query_command()
1257 std::string command; in adb_commandline() local
1345 const char* command = no_rebind ? "forward:norebind" : "forward"; in adb_commandline() local
Dframebuffer_service.cpp76 const char* command = "screencap"; in framebuffer_service() local
Dservices.cpp185 const char* command = reinterpret_cast<const char*>(arg); in reverse_service() local
/system/extras/ext4_utils/
Dext4_crypt_init_extensions.cpp23 static std::string vold_command(std::string const& command) in vold_command()
/system/bt/btif/src/
Dbtif_gatt_test.c217 bt_status_t btif_gattc_test_command_impl(uint16_t command, btgatt_test_params_t* params) in btif_gattc_test_command_impl()
/system/core/libsysutils/src/
DSocketListener.cpp307 void SocketListener::runOnEachSocket(SocketClientCommand *command) { in runOnEachSocket()
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp79 enum command { enum in AddIntsService
/system/core/logcat/tests/
Dlogcat_test.cpp491 char command[sizeof(buf) + sizeof(comm)]; in TEST() local
536 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd)]; in TEST() local
/system/extras/perfprofd/quipper/
Dperf_parser.h54 const string command() const { in command() function
/system/bt/device/src/
Dcontroller.c80 #define AWAIT_COMMAND(command) future_await(hci->transmit_command_futured(command)) argument
/system/bt/btcore/src/
Dcounter.c373 const command_t *command = find_command((const char *)client->buffer); in read_ready() local
/system/extras/micro_bench/
Dmicro_bench.cpp676 function_t *command = NULL; in processOptions() local
835 function_t *command = processOptions(argc, argv, &cmd_data); in main() local
/system/bt/stack/include/
Dbtu.h48 BT_HDR *command; member

12