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
153 const std::map<MinadbdCommand, CommandFunction>& command_map) { in HandleMessageFromMinadbd()
186 const std::map<MinadbdCommand, CommandFunction>& command_map) { in ListenAndExecuteMinadbdCommands()
275 RecoveryUI* ui, const std::map<MinadbdCommand, CommandFunction>& command_map, in CreateMinadbdServiceAndExecuteCommands()
346 std::map<MinadbdCommand, CommandFunction> command_map{ in ApplyFromAdb()
/bootable/recovery/updater/
Dblockimg.cpp1580 using CommandFunction = std::function<int(CommandParameters&)>; typedef
1582 using CommandMap = std::unordered_map<Command::Type, CommandFunction>;
1838 const CommandFunction& performer = command_map.at(cmd_type); in PerformBlockImageUpdate()