Home
last modified time | relevance | path

Searched defs:READABLE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dinterest.rs21 const READABLE: u8 = 0b0001; const
27 pub const READABLE: Interest = Interest(unsafe { NonZeroU8::new_unchecked(READABLE) }); const
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_defines.h30 READABLE = 1 << 0, /**< readable */ enumerator
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs18 const READABLE: usize = 0b0_01; const
39 pub const READABLE: Ready = Ready(READABLE); const
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h292 READABLE = 1 << 0, /**< readable */ enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h317 READABLE = 1 << 0, /**< readable */ enumerator