Home
last modified time | relevance | path

Searched refs:InputStream (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket_inputstream.cpp28 InputStream::InputStream(int socketFd) : socketFd_(socketFd) in InputStream() function in OHOS::Bluetooth::InputStream
31 InputStream::~InputStream() in ~InputStream()
34 ssize_t InputStream::Read(uint8_t *buf, size_t length) in Read()
H A Dbluetooth_socket.cpp184 std::shared_ptr<InputStream> GetInputStream() in GetInputStream()
281 std::shared_ptr<InputStream> inputStream_ {
378 : inputStream_(std::make_unique<InputStream>(fd)), in impl()
469 pimpl->inputStream_ = std::make_unique<InputStream>(pimpl->fd_); in Connect()
487 std::shared_ptr<InputStream> ClientSocket::GetInputStream() in GetInputStream()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_socket_inputstream.h47 class BLUETOOTH_API InputStream {
55 explicit InputStream(int socketFd);
62 virtual ~InputStream();
78 InputStream() = delete;
H A Dbluetooth_socket.h171 std::shared_ptr<InputStream> GetInputStream();
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_stream.cpp30 struct InputStream { struct
40 static void InputStreamInit(InputStream &buf, uint8_t *input, size_t size) in InputStreamInit()
69 InputStream buf; in read()
92 InputStream buf; in peek()
/ohos5.0/base/update/packaging_tools/zipalign/src/main/java/com/ohos/
H A DZipAlign.java21 import java.io.InputStream;
84 try (InputStream data = in.getInputStream(inEntry)) { in copyFiles()
/ohos5.0/base/update/sys_installer/tools/zipalign/src/main/java/com/ohos/
H A DZipAlign.java21 import java.io.InputStream;
84 try (InputStream data = in.getInputStream(inEntry)) { in copyFiles()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md562 Java中`InputStream.read()`和`Reader.read()`方法用于从流中读取一个字节(byte)或字符(char)。
693 InputStream is;
695 StreamConsumer(InputStream is) {
735 public boolean uploadFile(InputStream in) throws IOException {
755 public boolean uploadFile(InputStream in) throws IOException {
823 public SecureObjectInputStream(InputStream in) throws IOException {
858 public HWObjectInputStream(InputStream in) throws IOException {
1666 public void receiveXMLStream(InputStream inStream)
1682 public void receiveXMLStream(InputStream inStream)
1699 public void receiveXMLStream(InputStream inStream)
[all …]
/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/js/napi/
H A Djs_napi_blocklist.txt55 type:*OHOS::Bluetooth::InputStream
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dunpacking-tool.md123 | UncompressEntrance | UncompressResult parseApp(InputStream input,String parseMode,String deviceTy…
125 | UncompressEntrance | UncompressResult parseHap(InputStream input) | Java接口 | 接口功能…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md562 The `InputStream.read()` and `Reader.read()` methods are used to read a byte or character, respecti…
689 InputStream is;
691 StreamConsumer(InputStream is) {
731 public boolean uploadFile(InputStream in) throws IOException {
751 public boolean uploadFile(InputStream in) throws IOException {
819 public SecureObjectInputStream(InputStream in) throws IOException {
854 public HWObjectInputStream(InputStream in) throws IOException {
1658 public void receiveXMLStream(InputStream inStream)
1674 public void receiveXMLStream(InputStream inStream)
1691 public void receiveXMLStream(InputStream inStream)
[all …]
/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()
/ohos5.0/docs/en/application-dev/tools/
H A Dunpacking-tool.md123 | UncompressEntrance | UncompressResult parseApp(InputStream input,String parseMode,String deviceTy…
125 | UncompressEntrance | UncompressResult parseHap(InputStream input) | Java| Functio…