/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-stream.md | 838 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 D | js-apis-stream.md | 844 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 D | types.h | 188 #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 D | cloud_value_util.cpp | 24 result.readable = privilege.readable ; in Convert() 95 result.readable = privilege.readable ; in Convert()
|
H A D | cloud_types_util.cpp | 36 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 D | construct.rs | 102 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 D | js-apis-image.md | 7997 … | "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 D | cloud_types_util.cpp | 36 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 D | js-apis-app-ability-contextConstant.md | 27 …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 D | app-file-access.md | 203 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 D | udp_test.rs | 163 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 D | uds_test.rs | 149 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 D | kernel-small-basic-trans-queue.md | 47 …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 D | datagram.rs | 132 pub async fn readable(&self) -> Result<()> { in readable() method 548 client.readable().await.unwrap(); in ut_uds_datagram_try_test()
|
H A D | stream.rs | 202 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 D | cloud_types.h | 44 bool readable = false; member
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-file-du.md | 24 | -h | Displays the disk space in human-readable format K, M, and G, for example, **1K**, **243…
|
H A D | kernel-small-debug-shell-file-touch.md | 28 - 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 D | stream.rs | 154 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 D | udp.rs | 508 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 D | sharing_center.h | 46 bool readable = false; member
|
/ohos5.0/docs/en/ |
H A D | Legal-Notices.md | 9 …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 D | LICENSE.txt | 62 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 D | js_cloud_utils.cpp | 85 …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 D | README.md | 37 …bscreenlockability.z.so to system/lib/module/app下.make sure the four so files is readable at least.
|