Searched refs:VhostDeviceVsock (Results 1 – 2 of 2) sorted by relevance
37 VhostDeviceVsock::VhostDeviceVsock( in VhostDeviceVsock() function in cuttlefish::VhostDeviceVsock42 Result<std::vector<MonitorCommand>> VhostDeviceVsock::Commands() { in Commands()79 std::string VhostDeviceVsock::Name() const { return "VhostDeviceVsock"; } in Name()81 bool VhostDeviceVsock::Enabled() const { return instance_.vhost_user_vsock(); } in Enabled()83 Result<void> VhostDeviceVsock::WaitForAvailability() const { in WaitForAvailability()97 .addMultibinding<vm_manager::VmmDependencyCommand, VhostDeviceVsock>() in VhostDeviceVsockComponent()98 .addMultibinding<CommandSource, VhostDeviceVsock>() in VhostDeviceVsockComponent()99 .addMultibinding<SetupFeature, VhostDeviceVsock>(); in VhostDeviceVsockComponent()
34 class VhostDeviceVsock : public vm_manager::VmmDependencyCommand {36 INJECT(VhostDeviceVsock(LogTeeCreator& log_tee,