Home
last modified time | relevance | path

Searched refs:onConnect (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-over-http-tunnel.js113 req.on('connect', onConnect); // for v0.7 or later
124 onConnect(res, socket, head);
128 function onConnect(res, socket, header) { function
Dtest-net-bytes-read.js37 const onConnect = common.mustCall(() => { constant
44 const socket = net.connect(server.address().port, onConnect);
/third_party/node/deps/npm/node_modules/tunnel-agent/
Dindex.js139 connectReq.once('connect', onConnect) // for v0.7 or later
151 onConnect(res, socket, head)
155 function onConnect(res, socket, head) { function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ability/
DconnectOptions.js17 onConnect: function (...args) { method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_AccessibilityExtensionAbility.js41 this.onConnect = function (...args) { method
Dohos_application_ServiceExtensionAbility.js38 this.onConnect = function (...args) { method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/
DnotificationSubscriber.js32 onConnect: function () { method
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiDispatcher.java44 public void onConnect(MidiReceiver receiver) {
/third_party/node/deps/npm/node_modules/socks/typings/client/
Dsocksclient.d.ts81 private onConnect;
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js204 this._onConnect = () => this.onConnect();
263 onConnect() { method in SocksClient
352 this._socket.removeListener('connect', this.onConnect);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/@internal/ets/
Dlifecycle.js143 onConnect: function (...args) { method
/third_party/node/lib/internal/http2/
Dcore.js1747 const onConnect = requestOnConnect.bind(stream, headersList, options);
1750 this[kPendingRequestCalls].push(onConnect);
1752 this[kPendingRequestCalls] = [onConnect];
1759 onConnect();
/third_party/typescript/src/tsserver/
DnodeServer.ts487 connect(options: { port: number }, onConnect?: () => void): NodeSocket
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md3031 ….com/nodejs/node/commit/f6c51888db)] - **http2**: correct emit error in onConnect, full tests (Ana…