Lines Matching refs:IsPeer
157 if (context.IsPeer(startEvent.remoteNetworkId)) { in OnStart()
219 if (context.IsPeer(notice.networkId) || context.IsLocal(notice.networkId)) { in OnRemoteStart()
239 if (!context.IsPeer(notice.networkId)) { in OnRemoteStop()
277 if (!context.IsPeer(notice.networkId)) { in OnBoardOffline()
288 if (!context.IsPeer(notice.networkId) || notice.normal) { in OnSwitchChanged()
299 if (!context.IsPeer(notice.networkId)) { in OnSoftbusSessionClosed()
312 if (!context.IsPeer(notice.networkId)) { in OnRemoteInputDevice()
322 if (!context.IsPeer(notice.networkId)) { in OnRemoteHotPlug()
414 if (context.IsPeer(notice.networkId) || context.IsLocal(notice.networkId)) { in OnRemoteStart()
418 if (parent_.process_.IsPeer(notice.networkId)) { in OnRemoteStart()
439 if (!context.IsPeer(notice.networkId)) { in OnRemoteStop()
477 if (!context.IsPeer(notice.networkId) && !parent_.process_.IsPeer(notice.networkId)) { in OnBoardOffline()
481 if (context.IsPeer(notice.networkId)) { in OnBoardOffline()
492 (!context.IsPeer(notice.networkId) && in OnSwitchChanged()
493 !parent_.process_.IsPeer(notice.networkId))) { in OnSwitchChanged()
497 if (context.IsPeer(notice.networkId)) { in OnSwitchChanged()
507 if (!context.IsPeer(notice.networkId) && !parent_.process_.IsPeer(notice.networkId)) { in OnSoftbusSessionClosed()
511 if (context.IsPeer(notice.networkId)) { in OnSoftbusSessionClosed()
521 if (!context.IsPeer(notice.networkId)) { in OnResponse()