Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/wifilogd/
Dprotocol.h53 struct Command { struct
54 Command& set_opcode(Opcode new_opcode) { in set_opcode() argument
59 Command& set_payload_len(uint16_t new_payload_len) { in set_payload_len() argument
64 uint64_t src_boottime_nsec; // For latency measurement.
68 uint16_t sequence_num;
69 Opcode opcode;
70 uint16_t payload_len;
71 uint16_t reserved; // Must be zero.
/system/netd/netutils_wrappers/
DNetUtilsWrapperTest-1.0.cpp30 struct Command { struct
35 std::vector<Command> COMMANDS = { argument
/system/core/adb/daemon/
Dshell_service.h51 using Command = int(std::string_view args, int in, int out, int err); variable
/system/extras/simpleperf/
Dcommand.h32 Command(const std::string& name, const std::string& short_help_string, in Command() function
/system/core/init/
Daction.cpp47 Command::Command(BuiltinFunction f, bool execute_in_subcontext, std::vector<std::string>&& args, in Command() function in android::init::Command
/system/nvram/messages/include/nvram/messages/
Dnvram_messages.h30 enum Command { enum
/system/netd/tests/
Dbinder_test.cpp2952 struct Command { in TEST_F() struct
2953 const std::string cmdString; in TEST_F()
2954 const std::string expectedResult; in TEST_F()