Searched refs:VmmDependencyCommand (Results 1 – 13 of 13) sorted by relevance
34 class VmmDependencyCommand : public virtual StatusCheckCommandSource {};105 std::vector<VmmDependencyCommand*>& dependencyCommands) = 0;
93 dependencyCommands_ = injector.getMultibindings<VmmDependencyCommand>(); in LateInject()104 std::vector<VmmDependencyCommand*> dependencyCommands_;
49 std::vector<VmmDependencyCommand*>& dependencyCommands) override;
47 std::vector<VmmDependencyCommand*>& dependencyCommands) override;
284 const CuttlefishConfig& config, std::vector<VmmDependencyCommand*>&) { in StartCommands() argument
223 const CuttlefishConfig& config, std::vector<VmmDependencyCommand*>&) { in StartCommands() argument
433 std::vector<VmmDependencyCommand*>& dependencyCommands) { in StartCommands()
38 class Mcu : public vm_manager::VmmDependencyCommand {122 .addMultibinding<vm_manager::VmmDependencyCommand, Mcu>() in McuComponent()
34 class VhostDeviceVsock : public vm_manager::VmmDependencyCommand {
35 class WmediumdServer : public vm_manager::VmmDependencyCommand {
97 .addMultibinding<vm_manager::VmmDependencyCommand, VhostDeviceVsock>() in VhostDeviceVsockComponent()
146 .addMultibinding<vm_manager::VmmDependencyCommand, WmediumdServer>() in WmediumdServerComponent()