Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dadb_install.cpp55 using CommandFunction = std::function<std::pair<bool, bool>()>; typedef
157 const std::map<MinadbdCommand, CommandFunction>& command_map) { in HandleMessageFromMinadbd()
190 const std::map<MinadbdCommand, CommandFunction>& command_map) { in ListenAndExecuteMinadbdCommands()
279 RecoveryUI* ui, const std::map<MinadbdCommand, CommandFunction>& command_map, in CreateMinadbdServiceAndExecuteCommands()
350 std::map<MinadbdCommand, CommandFunction> command_map{ in ApplyFromAdb()
/bootable/recovery/updater/
Dblockimg.cpp1585 using CommandFunction = std::function<int(CommandParameters&)>; typedef
1587 using CommandMap = std::unordered_map<Command::Type, CommandFunction>;
1843 const CommandFunction& performer = command_map.at(cmd_type); in PerformBlockImageUpdate()