Home
last modified time | relevance | path

Searched defs:MonitorCommand (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcommand_source.h30 struct MonitorCommand { struct
34 MonitorCommand(Command command, bool is_critical = false) argument
41 virtual Result<std::vector<MonitorCommand>> Commands() = 0; argument