Home
last modified time | relevance | path

Searched refs:OutputStream (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket_outputstream.cpp35 OutputStream::OutputStream(int socketFd) : socketFd_(socketFd) in OutputStream() function in OHOS::Bluetooth::OutputStream
38 OutputStream::~OutputStream() in ~OutputStream()
41 int OutputStream::Write(const uint8_t *buf, size_t length) in Write()
H A Dbluetooth_socket.cpp190 std::shared_ptr<OutputStream> GetOutputStream() in GetOutputStream()
281 std::shared_ptr<OutputStream> outputStream_ {
377 outputStream_(std::make_unique<OutputStream>(fd)), in impl()
470 pimpl->outputStream_ = std::make_unique<OutputStream>(pimpl->fd_); in Connect()
495 std::shared_ptr<OutputStream> ClientSocket::GetOutputStream() in GetOutputStream()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_socket_outputstream.h47 class BLUETOOTH_API OutputStream { class
50 * @brief A constructor used to create an OutputStream instance.
55 explicit OutputStream(int socketFd);
58 * @brief Destroy the OutputStream object.
62 virtual ~OutputStream();
78 OutputStream() = delete;
H A Dbluetooth_socket.h176 * @return Returns the object of the OutputStream class.
179 std::shared_ptr<OutputStream> GetOutputStream();
/foundation/communication/bluetooth_service/test/unittest/spp/
H A Dspp_test.cpp126 std::shared_ptr<OutputStream> output = pfd_SppClientSocket->GetOutputStream(); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_client.cpp247 std::shared_ptr<OutputStream> outputStream = clientMap[id]->client_->GetOutputStream(); in SppWrite()

Completed in 4 milliseconds