Lines Matching refs:SendPacket
252 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) {
253 FI_HILOGE("SendPacket failed");
268 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) {
269 FI_HILOGE("SendPacket failed");
284 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) {
285 FI_HILOGE("SendPacket failed");
300 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) {
301 FI_HILOGE("SendPacket failed");
317 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) {
318 FI_HILOGE("SendPacket failed");
375 int32_t MouseLocation::SendPacket(const std::string &remoteNetworkId, NetPacket &packet)
383 if (context_->GetDSoftbus().SendPacket(remoteNetworkId, packet) != RET_OK) {
384 FI_HILOGE("SendPacket failed to %{public}s", Utility::Anonymize(remoteNetworkId).c_str());