Home
last modified time | relevance | path

Searched refs:GRPC_ARG_ENABLE_CHANNELZ (Results 1 – 16 of 16) sorted by relevance

/external/grpc-grpc/test/core/channel/
Dchannelz_test.cc133 const_cast<char*>(GRPC_ARG_ENABLE_CHANNELZ), true); in ChannelFixture()
155 const_cast<char*>(GRPC_ARG_ENABLE_CHANNELZ), true), in ServerFixture()
316 const_cast<char*>(GRPC_ARG_ENABLE_CHANNELZ), true); in TEST()
/external/grpc-grpc/test/cpp/end2end/
Dchannelz_service_test.cc95 proxy_builder.AddChannelArgument(GRPC_ARG_ENABLE_CHANNELZ, 1); in SetUp()
115 backend_builder.AddChannelArgument(GRPC_ARG_ENABLE_CHANNELZ, 0); in ConfigureProxy()
122 args.SetInt(GRPC_ARG_ENABLE_CHANNELZ, 1); in ConfigureProxy()
134 args.SetInt(GRPC_ARG_ENABLE_CHANNELZ, 0); in ResetStubs()
/external/grpc-grpc/test/core/end2end/tests/
Dchannelz.cc204 arg.key = const_cast<char*>(GRPC_ARG_ENABLE_CHANNELZ); in test_channelz()
273 arg[1].key = const_cast<char*>(GRPC_ARG_ENABLE_CHANNELZ); in test_channelz_with_channel_trace()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h295 #define GRPC_ARG_ENABLE_CHANNELZ "grpc.enable_channelz" macro
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h323 #define GRPC_ARG_ENABLE_CHANNELZ "grpc.enable_channelz" macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h323 #define GRPC_ARG_ENABLE_CHANNELZ "grpc.enable_channelz" macro
/external/grpc-grpc/src/core/lib/surface/
Dchannel.cc150 } else if (0 == strcmp(args->args[i].key, GRPC_ARG_ENABLE_CHANNELZ)) { in grpc_channel_create_with_builder()
Dserver.cc984 const grpc_arg* arg = grpc_channel_args_find(args, GRPC_ARG_ENABLE_CHANNELZ); in grpc_server_create()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc350 if (grpc_channel_args_find_bool(args, GRPC_ARG_ENABLE_CHANNELZ, in Create()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dchannel.cc192 args, GRPC_ARG_ENABLE_CHANNELZ, GRPC_ENABLE_CHANNELZ_DEFAULT); in CreateChannelzNode()
Dserver.cc518 if (grpc_channel_args_find_bool(args, GRPC_ARG_ENABLE_CHANNELZ, in CreateChannelzNode()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc390 grpc_channel_args_find(c->args, GRPC_ARG_ENABLE_CHANNELZ); in grpc_subchannel_create()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc679 const grpc_arg* arg = grpc_channel_args_find(args_, GRPC_ARG_ENABLE_CHANNELZ); in Subchannel()
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs94 pub const GRPC_ARG_ENABLE_CHANNELZ: &'static [u8; 21usize] = b"grpc.enable_channelz\0"; constant
Dx86_64-unknown-linux-gnu-bindings.rs94 pub const GRPC_ARG_ENABLE_CHANNELZ: &'static [u8; 21usize] = b"grpc.enable_channelz\0"; constant
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc312 strcmp(channel_args->args[i].key, GRPC_ARG_ENABLE_CHANNELZ)) { in read_channel_args()