Home
last modified time | relevance | path

Searched defs:onMessage (Results 1 – 22 of 22) sorted by relevance

/third_party/node/test/parallel/
Dtest-dgram-connect-send-multi-buffer-copy.js9 const onMessage = common.mustCall(common.mustSucceed((bytes) => { constant
23 client.on('message', common.mustCall(function onMessage(buf, info) { function
Dtest-dgram-send-multi-buffer-copy.js9 const onMessage = common.mustCall(function(err, bytes) { constant
22 client.on('message', common.mustCall(function onMessage(buf, info) { function
Dtest-dgram-send-callback-buffer-empty-address.js11 const onMessage = common.mustSucceed((bytes) => { constant
Dtest-dgram-send-callback-buffer.js11 const onMessage = common.mustSucceed((bytes) => { constant
Dtest-dgram-connect-send-callback-buffer.js11 const onMessage = common.mustSucceed((bytes) => { constant
Dtest-dgram-send-empty-buffer.js33 client.on('message', common.mustCall(function onMessage(buffer) { function
Dtest-dgram-send-callback-buffer-length-empty-address.js13 const onMessage = common.mustSucceed(function messageSent(bytes) { constant
Dtest-dgram-send-empty-array.js12 client.on('message', common.mustCall(function onMessage(buf, info) { function
Dtest-dgram-send-address-types.js8 const onMessage = common.mustSucceed((bytes) => { constant
Dtest-dgram-send-callback-multi-buffer-empty-address.js21 client.on('message', common.mustCall(function onMessage(buf) { function
/third_party/node/doc/api/
Ddiagnostics_channel.md189 [`channel.subscribe(onMessage)`]: #diagnostics_channel_channel_subscribe_onmessage
190 [`diagnostics_channel.channel(name)`]: #diagnostics_channel_diagnostics_channel_channel_name
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DBasicMessageChannel.java127 void onMessage(@Nullable T message, @NonNull Reply<T> reply); in onMessage() method
169 public void onMessage(@Nullable ByteBuffer message, @NonNull final BinaryReply callback) { in onMessage() method in BasicMessageChannel.IncomingMessageHandler
DBinaryMessenger.java87 void onMessage(@Nullable ByteBuffer message, @NonNull BinaryReply reply); in onMessage() method
DMethodChannel.java219 public void onMessage(ByteBuffer message, final BinaryReply reply) { in onMessage() method in MethodChannel.IncomingMethodCallHandler
DEventChannel.java169 public void onMessage(ByteBuffer message, final BinaryReply reply) { in onMessage() method in EventChannel.IncomingStreamRequestHandler
/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs191 readonly Func<T, T> onMessage; field in Grpc.Core.Interceptors.Tests.ClientInterceptorTest.WrappedClientStreamWriter
193 …public WrappedClientStreamWriter(IClientStreamWriter<T> writer, Func<T, T> onMessage, Action onRes… in WrappedClientStreamWriter() argument
/third_party/node/benchmark/cluster/
Decho.js64 function onMessage() { function
/third_party/node/benchmark/worker/
Decho.js63 function onMessage() { function
/third_party/node/lib/
Ddgram.js925 function onMessage(nread, handle, buf, rinfo) { function
/third_party/typescript/src/harness/
Dclient.ts45 public onMessage(message: string): void { method in ts.server.SessionClient
/third_party/typescript/lib/
Dtsserver.js161470 Session.prototype.onMessage = function (message) { method in Session
Dtsserverlibrary.js161664 Session.prototype.onMessage = function (message) { method in Session