Home
last modified time | relevance | path

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

/dports/net-im/coyim/coyim-0.3.11/roster/
H A Dlist.go92 oldOnline := p.IsOnline()
101 return oldOnline != p.IsOnline()
112 oldOnline := p.IsOnline()
121 return !oldOnline
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DNode.cpp345 const bool oldOnline = _online; in processBackgroundTasks() local
347 if (oldOnline != _online) in processBackgroundTasks()
/dports/net/yate/yate-6.4.0-1/engine/
H A DClientLogic.cpp8832 bool oldOnline = c->online(); in handleResourceNotify() local
8861 statusChanged = !oldOnline; in handleResourceNotify()
8892 statusChanged = statusChanged || oldOnline; in handleResourceNotify()
8947 if (oldOnline != newOnline) in handleResourceNotify()