Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp76 command_sources_ = injector.getMultibindings<CommandSource>(); in LateInject()
89 for (auto& command_source : command_sources_) { in Run()
Dserver_loop_impl.h109 std::vector<CommandSource*> command_sources_; variable