Home
last modified time | relevance | path

Searched refs:overviewCmd (Results 1 – 3 of 3) sorted by relevance

/dports/net/yate/yate-6.4.0-1/modules/
H A Dh323chan.cpp3439 String overviewCmd = s_statusCmd + " overview " + name(); in commandComplete() local
3440 if (partLine == cmd || partLine == overviewCmd) in commandComplete()
H A Dysipchan.cpp9698 String overviewCmd = s_statusCmd + " overview " + name(); in commandComplete() local
9699 if (partLine == cmd || partLine == overviewCmd) { in commandComplete()
9705 String cmdOverViewTrans = overviewCmd + " transports"; in commandComplete()
/dports/net/yate/yate-6.4.0-1/modules/server/
H A Dysigchan.cpp2715 String overviewCmd = "status overview " + name(); in commandComplete() local
2716 if (partLine == overviewCmd) { in commandComplete()