Home
last modified time | relevance | path

Searched defs:Channel (Results 1 – 25 of 46) sorted by relevance

12

/third_party/node/doc/api/
Ddiagnostics_channel.md100 #### `channel.hasSubscribers`
120 #### `channel.publish(message)`
137 #### `channel.subscribe(onMessage)`
157 #### `channel.unsubscribe(onMessage)`
/third_party/grpc/src/csharp/Grpc.Core/
DChannel.cs33 public class Channel : ChannelBase class
54 public Channel(string target, ChannelCredentials credentials) : in Channel() method in Grpc.Core.Channel
66 …public Channel(string target, ChannelCredentials credentials, IEnumerable<ChannelOption> options) … in Channel() method in Grpc.Core.Channel
94 public Channel(string host, int port, ChannelCredentials credentials) : in Channel() method in Grpc.Core.Channel
106 …public Channel(string host, int port, ChannelCredentials credentials, IEnumerable<ChannelOption> o… in Channel() method in Grpc.Core.Channel
DCallInvocationDetails.cs84 public Channel Channel property
/third_party/grpc/src/php/ext/grpc/
Dchannel.c320 PHP_METHOD(Channel, __construct) { in PHP_METHOD() argument
474 PHP_METHOD(Channel, getTarget) { in PHP_METHOD() argument
495 PHP_METHOD(Channel, getConnectivityState) { in PHP_METHOD() argument
527 PHP_METHOD(Channel, watchConnectivityState) { in PHP_METHOD() argument
568 PHP_METHOD(Channel, close) { in PHP_METHOD() argument
622 PHP_METHOD(Channel, cleanPersistentList) { in PHP_METHOD() argument
647 PHP_METHOD(Channel, getChannelInfo) { in PHP_METHOD() argument
685 PHP_METHOD(Channel, getPersistentList) { in PHP_METHOD() argument
/third_party/node/lib/
Ddiagnostics_channel.js66 class Channel { class
126 Channel field
/third_party/grpc/src/core/lib/channel/
DREADME.md1 # Channel chapter
/third_party/boost/libs/gil/doc/design/
Dchannel.rst1 Channel title
/third_party/grpc/test/cpp/util/
Dcreate_test_channel.h31 class Channel; variable
/third_party/grpc/src/cpp/client/
Dsecure_credentials.h35 class Channel; variable
Dchannel_cc.cc47 Channel::Channel(const std::string& host, grpc_channel* channel, in Channel() function in grpc::Channel
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pxd.pxi69 cdef class Channel: class
/third_party/typescript/tests/cases/compiler/
DcomplicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.ts13 type Channel = TextChannel | EmailChannel; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterInfo.cpp75 unsigned AMDGPURegisterInfo::getSubRegFromChannel(unsigned Channel, unsigned NumRegs) { in getSubRegFromChannel()
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
D_common.py35 async def block_until_certain_state(channel: aio.Channel,
/third_party/grpc/include/grpcpp/impl/codegen/
Dclient_interceptor.h31 class Channel; variable
Dserver_interface.h37 class Channel; variable
Dcompletion_queue_impl.h49 class Channel; variable
Dcompletion_queue.h80 class Channel; variable
Dclient_context_impl.h92 class Channel; variable
Dclient_context.h117 class Channel; variable
/third_party/grpc/test/cpp/interop/
Dhttp2_client.cc144 const std::shared_ptr<grpc::Channel>& /*channel*/) { in MaxStreamsWorker()
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dbenchmark_client.py33 def __init__(self, channel: aio.Channel):
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_base_channel.py179 class Channel(abc.ABC): class
/third_party/grpc/src/python/grpcio/grpc/aio/
D_base_channel.py183 class Channel(abc.ABC): class
/third_party/grpc/src/python/grpcio/grpc/beta/
Dimplementations.py66 class Channel(object): class

12