Searched defs:CLOSED (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/ |
H A D | Session.h | 50 CLOSED, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | vtp_stream_socket.h | 41 CLOSED, enumerator
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_def.h | 65 enum SocketState { INIT, LISTEN, CONNECTING, CONNECTED, DISCONNECTED, CLOSED }; enumerator
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
H A D | oneshot.rs | 60 const CLOSED: usize = 0b10; const
|
H A D | semaphore_inner.rs | 30 const CLOSED: usize = 1; const
|
H A D | watch.rs | 31 const CLOSED: usize = 1; const
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/ |
H A D | array.rs | 31 const CLOSED: usize = 0b01; const
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/ |
H A D | queue.rs | 32 const CLOSED: usize = 0b01; const
|
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/include/ |
H A D | access_token.h | 148 CLOSED = 0, enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/ |
H A D | constants_dinput.h | 350 CLOSED = 0x00, enumerator
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/ |
H A D | wifi_internal_msg.h | 60 enum class WifiOprMidState { CLOSED = 0, OPENING = 1, RUNNING = 2, CLOSING = 3, SEMI_ACTIVE, UNKNOW… enumerator
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_msg.h | 472 enum class ConfigureProxyMethod { CLOSED, AUTOCONFIGUE, MANUALCONFIGUE }; enumerator
|