Searched refs:CommandChoice (Results 1 – 4 of 4) sorted by relevance
90 case CommandChoice::kReadAhead: in operator <<()93 case CommandChoice::kExit: in operator <<()102 case CommandChoice::kDumpSession: in operator <<()126 case CommandChoice::kExit: in operator <<()132 case CommandChoice::kDumpSession: in operator <<()159 case CommandChoice::kReadAhead: in operator <<()164 case CommandChoice::kExit: in operator <<()629 ParseResult<CommandChoice> parsed_choice = ParsingRead<CommandChoice>(buf, buf_size); in Read()757 case CommandChoice::kExit: in Read()822 case CommandChoice::kExit: in Write()[all …]
56 enum class CommandChoice : uint32_t { enum69 CommandChoice choice;90 return choice == CommandChoice::kCreateFdSession; in RequiresFd()
171 cmd.choice = CommandChoice::kExit; in ~SessionManagerIndirect()180 cmd.choice = CommandChoice::kDumpEverything; in Dump()235 cmd.choice = CommandChoice::kExit; in ~SessionManagerIndirectSocket()244 cmd.choice = CommandChoice::kDumpEverything; in Dump()
618 cmd.choice = CommandChoice::kCreateSession;632 cmd.choice = CommandChoice::kDestroySession; in ~SessionIndirect()646 cmd.choice = CommandChoice::kDumpSession; in Dump()654 cmd.choice = CommandChoice::kRegisterFilePath; in RegisterFilePath()664 cmd.choice = CommandChoice::kUnregisterFilePath; in UnregisterFilePath()675 cmd.choice = CommandChoice::kReadAhead; in ReadAhead()704 cmd.choice = CommandChoice::kCreateFdSession;