Home
last modified time | relevance | path

Searched refs:connectState (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/
Ddgram.js132 connectState: CONNECT_STATE_DISCONNECTED,
391 if (state.connectState !== CONNECT_STATE_DISCONNECTED)
394 state.connectState = CONNECT_STATE_CONNECTING;
438 state.connectState = CONNECT_STATE_DISCONNECTED;
449 state.connectState = CONNECT_STATE_CONNECTED;
456 if (state.connectState !== CONNECT_STATE_CONNECTED)
463 state.connectState = CONNECT_STATE_DISCONNECTED;
586 const connected = state.connectState === CONNECT_STATE_CONNECTED;
786 if (state.connectState !== CONNECT_STATE_CONNECTED)
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_wifi.js203 connectState: P2pConnectState.DISCONNECTED, property
/third_party/node/doc/changelogs/
DCHANGELOG_V17.md568 …b.com/nodejs/node/commit/0d4f043f0e)] - **dgram**: remove unreachable connectState assign (Rongjia…
DCHANGELOG_V16.md113 …b.com/nodejs/node/commit/906247933c)] - **dgram**: remove unreachable connectState assign (Rongjia…