Searched defs:Command (Results 1 – 7 of 7) sorted by relevance
53 struct Command { struct54 Command& set_opcode(Opcode new_opcode) { in set_opcode() argument59 Command& set_payload_len(uint16_t new_payload_len) { in set_payload_len() argument64 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.
30 struct Command { struct35 std::vector<Command> COMMANDS = { argument
51 using Command = int(std::string_view args, int in, int out, int err); variable
32 Command(const std::string& name, const std::string& short_help_string, in Command() function
47 Command::Command(BuiltinFunction f, bool execute_in_subcontext, std::vector<std::string>&& args, in Command() function in android::init::Command
30 enum Command { enum
2952 struct Command { in TEST_F() struct2953 const std::string cmdString; in TEST_F()2954 const std::string expectedResult; in TEST_F()