Searched defs:Command (Results 1 – 9 of 9) 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
122 struct Command { struct123 CommandType command_type; argument124 std::unique_ptr<CommandPacketBuilder> command_packet; argument
51 using Command = int(std::string_view args, borrowed_fd in, borrowed_fd out, borrowed_fd err); variable
31 enum class Command : uint32_t { enum
143 Command(const std::string& name, const std::string& short_help_string, in Command() function
48 Command::Command(BuiltinFunction f, bool execute_in_subcontext, std::vector<std::string>&& args, in Command() function in android::init::Command
30 enum Command { enum
3114 struct Command { in TEST_F() struct3115 const std::string cmdString; in TEST_F()3116 const std::string expectedResult; in TEST_F()