Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc87 Result<void> LateInject(fruit::Injector<>& injector) override { in LateInject() function in cuttlefish::__anon912325db0111::InstanceLifecycle
254 CF_EXPECT(late_injected->LateInject(injector)); in RunCvdMain()
Dserver_loop_impl.h52 Result<void> LateInject(fruit::Injector<>& injector) override;
Dserver_loop_impl.cpp75 Result<void> ServerLoopImpl::LateInject(fruit::Injector<>& injector) { in LateInject() function in cuttlefish::run_cvd_impl::ServerLoopImpl
/device/google/cuttlefish/host/libs/config/
Dinject.h30 virtual Result<void> LateInject(fruit::Injector<>& injector) = 0;
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dkernel_log_monitor.cpp47 Result<void> LateInject(fruit::Injector<>& injector) override { in LateInject() function in cuttlefish::__anon6fce56460111::KernelLogMonitor
/device/google/cuttlefish/host/libs/vm_manager/
Dvm_manager.cpp92 Result<void> LateInject(fruit::Injector<>& injector) override { in LateInject() function in cuttlefish::vm_manager::VmmCommands
/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc1012 CF_EXPECT(late_injected->LateInject(injector)); in CreateDynamicDiskFiles()
1021 CF_EXPECT(late_injected->LateInject(instance_injector)); in CreateDynamicDiskFiles()
Dassemble_cvd.cc582 CF_EXPECT(late_injected->LateInject(injector)); in AssembleCvdMain()