Searched refs:AddCommand (Results 1 – 2 of 2) sorted by relevance
52 Properties& AddCommand(MonitorCommand) &;53 Properties AddCommand(MonitorCommand) &&;67 AddCommand(std::move(command)); in AddCommands()
315 ProcessMonitor::Properties& ProcessMonitor::Properties::AddCommand( in AddCommand() function in cuttlefish::ProcessMonitor::Properties322 ProcessMonitor::Properties ProcessMonitor::Properties::AddCommand( in AddCommand() function in cuttlefish::ProcessMonitor::Properties324 return std::move(AddCommand(std::move(cmd))); in AddCommand()