Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dadb_install.cpp165 auto command_type = ParseMinadbdCommand(message); in HandleMessageFromMinadbd() local
166 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()