Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.h65 Properties& AddCommands(T commands) & { in AddCommands() function
73 Properties AddCommands(T commands) && { in AddCommands() function
74 return std::move(AddCommands(std::move(commands))); in AddCommands()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp92 process_monitor_properties.AddCommands(std::move(commands)); in Run()