Lines Matching refs:Peer
168 FI_HILOGI("[come back] To \'%{public}s\'", Utility::Anonymize(context.Peer()).c_str());
175 if (context.dsoftbus_.ComeBack(context.Peer(), notice) != RET_OK) {
180 context.inputDevMgr_.RemoveVirtualInputDevice(context.Peer());
190 FI_HILOGI("[relay cooperate] To \'%{public}s\'", Utility::Anonymize(parent_.process_.Peer()).c_str());
226 context.dsoftbus_.StopCooperate(context.Peer(), stopNotice);
231 FI_HILOGI("[remote start] Cooperation with \'%{public}s\' established", Utility::Anonymize(context.Peer()).c_str());
246 context.inputDevMgr_.RemoveVirtualInputDevice(context.Peer());
280 FI_HILOGI("[board offline] Peer(\'%{public}s\') is offline", Utility::Anonymize(notice.networkId).c_str());
291 FI_HILOGI("[switch off] Peer(\'%{public}s\') switch off", Utility::Anonymize(notice.networkId).c_str());
480 FI_HILOGI("[relay cooperate] Peer(%{public}s) is offline", Utility::Anonymize(notice.networkId).c_str());
496 FI_HILOGI("[relay cooperate] Peer(\'%{public}s\') switch off", Utility::Anonymize(notice.networkId).c_str());
537 Utility::Anonymize(parent_.process_.Peer()).c_str());
541 .originNetworkId = context.Peer(),
546 context.dsoftbus_.StartCooperate(parent_.process_.Peer(), notice);
550 context.OnRelayCooperation(parent_.process_.Peer(), context.NormalizedCursorPosition());
555 std::string remoteNetworkId = parent_.process_.Peer();
564 FI_HILOGI("[relay cooperate] Notify origin(\'%{public}s\')", Utility::Anonymize(context.Peer()).c_str());
566 .targetNetworkId = parent_.process_.Peer(),
568 context.dsoftbus_.RelayCooperate(context.Peer(), notice);
571 [sender = context.Sender(), remoteNetworkId = context.Peer()]() mutable {
587 Utility::Anonymize(parent_.process_.Peer()).c_str());
597 FI_HILOGI("Stop cooperation with \'%{public}s\'", Utility::Anonymize(context.Peer()).c_str());
602 context.dsoftbus_.StopCooperate(context.Peer(), notice);
603 context.inputDevMgr_.RemoveVirtualInputDevice(context.Peer());