Home
last modified time | relevance | path

Searched refs:GetInputStream (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_socket.h171 std::shared_ptr<InputStream> GetInputStream();
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/spp/
H A Dspp_test.cpp109 std::shared_ptr<InputStream> input = pfd_SppClientSocket->GetInputStream();
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_socket.cpp413 if (client->GetInputStream() == nullptr) { in SocketRead()
417 int readLen = client->GetInputStream()->Read(buf, bufLen); in SocketRead()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp184 std::shared_ptr<InputStream> GetInputStream() in GetInputStream() function
487 std::shared_ptr<InputStream> ClientSocket::GetInputStream() in GetInputStream() function in OHOS::Bluetooth::ClientSocket
490 return pimpl->GetInputStream(); in GetInputStream()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_client.cpp399 std::shared_ptr<InputStream> inputStream = client->client_->GetInputStream(); in SppRead()