Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dvm_manager.cpp77 class VmmCommands : public CommandSource, public LateInjected { class
79 INJECT(VmmCommands(const CuttlefishConfig& config, VmManager& vmm)) in INJECT()
119 .addMultibinding<CommandSource, VmmCommands>() in VmManagerComponent()
120 .addMultibinding<LateInjected, VmmCommands>() in VmManagerComponent()
121 .addMultibinding<SetupFeature, VmmCommands>(); in VmManagerComponent()