Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dprocess_monitor.h52 Properties& AddCommands(T commands) & { in AddCommands() function
60 Properties AddCommands(T commands) && { in AddCommands() function
61 return std::move(AddCommands(std::move(commands))); in AddCommands()
Dserver_loop.cpp82 process_monitor_properties.AddCommands(std::move(commands)); in Run()