Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.h52 Properties& AddCommand(MonitorCommand) &;
53 Properties AddCommand(MonitorCommand) &&;
67 AddCommand(std::move(command)); in AddCommands()
Dprocess_monitor.cc315 ProcessMonitor::Properties& ProcessMonitor::Properties::AddCommand( in AddCommand() function in cuttlefish::ProcessMonitor::Properties
322 ProcessMonitor::Properties ProcessMonitor::Properties::AddCommand( in AddCommand() function in cuttlefish::ProcessMonitor::Properties
324 return std::move(AddCommand(std::move(cmd))); in AddCommand()