Home
last modified time | relevance | path

Searched defs:readable (Results 1 – 12 of 12) sorted by relevance

/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
219 #define META_REGISTER_INTERFACE3(name, id, readable) … argument
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/clouddata/unittest/src/
H A DCloudShareTest.js29 readable: true, property in privilegeEnable
36 readable: false, property in privilegeDisable
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.h50 bool readable = false; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h46 bool readable = false; member
/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
H A Dstream.rs202 pub async fn readable(&self) -> Result<()> { in readable() method
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h44 bool readable = false; member
/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
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js810 readable: t.readBoolean(), property in o.unMarshallingPrivilege.n5
/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
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs402 pub fn readable(&self) -> usize { in readable() method
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1533 int readable = 1; in SpinstLoopRecv() local