Searched refs:command_type (Results 1 – 1 of 1) sorted by relevance
165 auto command_type = ParseMinadbdCommand(message); in HandleMessageFromMinadbd() local166 if (command_type == MinadbdCommand::kError) { in HandleMessageFromMinadbd()169 if (command_map.find(command_type) == command_map.end()) { in HandleMessageFromMinadbd()177 const auto& command_func = command_map.at(command_type); in HandleMessageFromMinadbd()179 LOG(INFO) << "Command " << static_cast<uint32_t>(command_type) << " finished with " << result; in HandleMessageFromMinadbd()