Searched refs:CommandFunction (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/bootable/recovery/install/ |
H A D | adb_install.cpp | 55 using CommandFunction = std::function<std::pair<bool, bool>()>; typedef 158 const std::map<MinadbdCommand, CommandFunction>& command_map) { in HandleMessageFromMinadbd() 191 const std::map<MinadbdCommand, CommandFunction>& command_map) { in ListenAndExecuteMinadbdCommands() 280 RecoveryUI* ui, const std::map<MinadbdCommand, CommandFunction>& command_map, in CreateMinadbdServiceAndExecuteCommands() 351 std::map<MinadbdCommand, CommandFunction> command_map{ in ApplyFromAdb()
|
/aosp_15_r20/external/zucchini/ |
H A D | main_utils.cc | 43 CommandFunction command_function_in) in Command() 61 const CommandFunction command_function;
|
H A D | zucchini_commands.h | 31 using CommandFunction = zucchini::status::Code (*)(MainParams); variable
|
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/ |
H A D | zucchini_commands.h | 31 using CommandFunction = zucchini::status::Code (*)(MainParams); variable
|
/aosp_15_r20/bootable/deprecated-ota/updater/ |
H A D | blockimg.cpp | 1585 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()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 67 type CommandFunction = fn(&mut CommandHandler, &[String]) -> CommandResult; typedef 78 function_pointer: CommandFunction,
|