Home
last modified time | relevance | path

Searched refs:command_to_binary_map_ (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/cvd/server_command/
Dgeneric.cpp107 std::map<std::string, BinType> command_to_binary_map_; member in cuttlefish::CvdGenericCommandHandler
122 command_to_binary_map_{ in CvdGenericCommandHandler()
169 return Contains(command_to_binary_map_, invocation.command); in CanHandle()
267 subcmd_list.reserve(command_to_binary_map_.size()); in CmdList()
268 for (const auto& [cmd, _] : command_to_binary_map_) { in CmdList()
352 CF_EXPECT(Contains(command_to_binary_map_, subcmd)); in ExtractInfo()
401 const auto& bin_type_entry = command_to_binary_map_.at(subcmd); in GetBin()
422 CF_EXPECT(std::visit(bin_getter, command_to_binary_map_.at(subcmd))); in GetBin()