Searched refs:GetInputStream (Results 1 – 5 of 5) sorted by relevance
171 std::shared_ptr<InputStream> GetInputStream();
109 std::shared_ptr<InputStream> input = pfd_SppClientSocket->GetInputStream();
413 if (client->GetInputStream() == nullptr) { in SocketRead()417 int readLen = client->GetInputStream()->Read(buf, bufLen); in SocketRead()
184 std::shared_ptr<InputStream> GetInputStream() in GetInputStream() function487 std::shared_ptr<InputStream> ClientSocket::GetInputStream() in GetInputStream() function in OHOS::Bluetooth::ClientSocket490 return pimpl->GetInputStream(); in GetInputStream()
399 std::shared_ptr<InputStream> inputStream = client->client_->GetInputStream(); in SppRead()