Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-stream.md838 readable.push('test');
839 readable.push(null);
856 readable.pipe(writable);
898 readable.push('test');
899 readable.push(null);
915 readable.pipe(writable);
962 readable.push('test');
1012 readable.on('readable', read);
1013 readable.off('readable');
1014 readable.push('test');
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-stream.md844 readable.push('test');
845 readable.push(null);
862 readable.pipe(writable);
904 readable.push('test');
905 readable.push(null);
921 readable.pipe(writable);
968 readable.push('test');
1018 readable.on('readable', read);
1019 readable.off('readable');
1020 readable.push('test');
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dtypes.h188 #define META_REGISTER_IMPL_CLASS4(singleton, name, id, cat, readable) … argument
190 …inline constexpr ::META_NS::ClassInfo name { BASE_NS::Uid(id), #name, cat, singleton, readable }; \
219 #define META_REGISTER_INTERFACE3(name, id, readable) … argument
221 …unused]] inline constexpr ::META_NS::InterfaceInfo name { META_NS::TypeId(id), #name, readable }; \
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_value_util.cpp24 result.readable = privilege.readable ; in Convert()
95 result.readable = privilege.readable ; in Convert()
H A Dcloud_types_util.cpp36 return ITypesUtil::Marshal(data, input.writable, input.readable, in Marshalling()
43 return ITypesUtil::Unmarshal(data, output.writable, output.readable, in Unmarshalling()
/ohos5.0/base/request/request/services/src/service/command/
H A Dconstruct.rs102 if certs_path_size > data.readable() as u32 { in construct()
114 if form_size > data.readable() as u32 { in construct()
127 if file_size > data.readable() as u32 { in construct()
156 if body_file_size > data.readable() as u32 { in construct()
169 if header_size > data.readable() as u32 { in construct()
182 if extras_size > data.readable() as u32 { in construct()
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Djs-apis-image.md7997 … | "ImageWidth" | **Read/Write capability**: readable and writable<br> …
7998 … | "ImageLength" | **Read/Write capability**: readable and writable<br> …
8003 … | "Make" | **Read/Write capability**: readable and writable<br> …
8004 … | "Model" | **Read/Write capability**: readable and writable<br> …
8070 … | "ISOSpeedRatings" | **Read/Write capability**: readable and writable<br> …
8089 … | "Flash" | **Read/Write capability**: readable and writable<br> …
8114 … | "HwMnoteCaptureMode" | **Read/Write capability**: readable and writable<br> …
8163 … | "Gamma" | **Read/Write capability**: readable and writable<br> …
8168 | XMAGE_MODE <sup>12+</sup> | "HwMnoteXmageMode" | **Read/Write capability**: readable and writable…
8169 | XMAGE_LEFT <sup>12+</sup> | "HwMnoteXmageLeft" | **Read/Write capability**: readable and writable…
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_types_util.cpp36 return ITypesUtil::Marshal(data, input.writable, input.readable, in Marshalling()
43 return ITypesUtil::Unmarshal(data, output.writable, output.readable, in Unmarshalling()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-contextConstant.md27 …missions vary according to their scenarios.<br>- An open file is always readable and writable rega…
28 … screen is locked, an open file is not readable or writable. When the screen is unlocked, such a f…
29 …missions vary according to their scenarios.<br>- An open file is always readable and writable rega…
/ohos5.0/docs/en/application-dev/file-management/
H A Dapp-file-access.md203 The following example demonstrates how to use readable and writable streams.
215 // Create a readable stream.
220 rs.on('readable', () => {
230 // Create a readable stream.
260 // Create a readable stream.
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dudp_test.rs163 receiver.readable().await.unwrap(); in sdv_udp_try_recv_from()
218 connected_receiver.readable().await.unwrap(); in sdv_udp_try_recv()
256 connected_receiver.readable().await.unwrap(); in sdv_udp_block_on_try_recv()
361 receiver.readable().await.expect("Receiver isn't readable"); in sdv_send_to_try_peek_from()
H A Duds_test.rs149 client.readable().await.unwrap(); in sdv_uds_stream_try_test()
191 client.readable().await.unwrap(); in sdv_uds_datagram_try_test()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-basic-trans-queue.md47 …INT16 readWriteableCnt[OS_QUEUE_N_RW]; /**< Count of readable or writable resources, 0:readable,…
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Ddatagram.rs132 pub async fn readable(&self) -> Result<()> { in readable() method
548 client.readable().await.unwrap(); in ut_uds_datagram_try_test()
H A Dstream.rs202 pub async fn readable(&self) -> Result<()> { in readable() method
473 client.readable().await.unwrap(); in ut_uds_stream_try_test()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h44 bool readable = false; member
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-file-du.md24 | -h | Displays the disk space in human-readable format K, M, and G, for example, **1K**, **243…
H A Dkernel-small-debug-shell-file-touch.md28 - The **touch** command creates an empty file that is readable and writeable.
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dstream.rs154 pub async fn readable(&self) -> io::Result<()> { in readable() method
768 stream.readable().await.unwrap(); in ut_tcp_stream_try()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs508 pub async fn readable(&self) -> io::Result<()> { in readable() method
1276 pub async fn readable(&self) -> io::Result<()> { in readable() method
1781 receiver.readable().await.expect("Receiver isn't readable"); in ut_send_to_try_peek_from()
1888 connect_socket.readable().await.unwrap(); in ut_connected_try_peek()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h46 bool readable = false; member
/ohos5.0/docs/en/
H A DLegal-Notices.md9 …e Commons](https://creativecommons.org/licenses/by/4.0/) to get a human-readable summary of the li…
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/font/
H A DLICENSE.txt62 included either as stand-alone text files, human-readable headers or
63 in the appropriate machine-readable metadata fields within text or
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp85 …NAPI_CALL_RETURN_ERR(GetNamedProperty(env, input, "readable", output.readable, true), napi_invalid… in Convert2Value()
178 napi_set_named_property(env, jsValue, "readable", Convert2JSValue(env, value.readable)); in Convert2JSValue()
/ohos5.0/base/theme/screenlock_mgr/
H A DREADME.md37 …bscreenlockability.z.so to system/lib/module/app下.make sure the four so files is readable at least.

12345678910>>...13