Searched refs:CommandChoice (Results 1 – 4 of 4) sorted by relevance
82 std::ostream& operator<<(std::ostream& os, CommandChoice choice) { in operator <<()84 case CommandChoice::kRegisterFilePath: in operator <<()87 case CommandChoice::kUnregisterFilePath: in operator <<()90 case CommandChoice::kReadAhead: in operator <<()93 case CommandChoice::kExit: in operator <<()96 case CommandChoice::kCreateSession: in operator <<()99 case CommandChoice::kDestroySession: in operator <<()102 case CommandChoice::kDumpSession: in operator <<()105 case CommandChoice::kDumpEverything: in operator <<()108 case CommandChoice::kCreateFdSession: in operator <<()[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;