Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H A DSession.h50 CLOSED, enumerator
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.h41 CLOSED, enumerator
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_def.h65 enum SocketState { INIT, LISTEN, CONNECTING, CONNECTED, DISCONNECTED, CLOSED }; enumerator
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Doneshot.rs60 const CLOSED: usize = 0b10; const
H A Dsemaphore_inner.rs30 const CLOSED: usize = 1; const
H A Dwatch.rs31 const CLOSED: usize = 1; const
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Darray.rs31 const CLOSED: usize = 0b01; const
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
H A Dqueue.rs32 const CLOSED: usize = 0b01; const
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Daccess_token.h148 CLOSED = 0, enumerator
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h350 CLOSED = 0x00, enumerator
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/
H A Dwifi_internal_msg.h60 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 Dwifi_msg.h472 enum class ConfigureProxyMethod { CLOSED, AUTOCONFIGUE, MANUALCONFIGUE }; enumerator