Searched refs:GRPC_ARG_ENABLE_CHANNELZ (Results 1 – 16 of 16) sorted by relevance
/external/grpc-grpc/test/core/channel/ |
D | channelz_test.cc | 133 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/ |
D | channelz_service_test.cc | 95 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/ |
D | channelz.cc | 204 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/ |
D | grpc_types.h | 295 #define GRPC_ARG_ENABLE_CHANNELZ "grpc.enable_channelz" macro
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 323 #define GRPC_ARG_ENABLE_CHANNELZ "grpc.enable_channelz" macro
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/ |
D | grpc_types.h | 323 #define GRPC_ARG_ENABLE_CHANNELZ "grpc.enable_channelz" macro
|
/external/grpc-grpc/src/core/lib/surface/ |
D | channel.cc | 150 } else if (0 == strcmp(args->args[i].key, GRPC_ARG_ENABLE_CHANNELZ)) { in grpc_channel_create_with_builder()
|
D | server.cc | 984 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/ |
D | chttp2_server.cc | 350 if (grpc_channel_args_find_bool(args, GRPC_ARG_ENABLE_CHANNELZ, in Create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | channel.cc | 192 args, GRPC_ARG_ENABLE_CHANNELZ, GRPC_ENABLE_CHANNELZ_DEFAULT); in CreateChannelzNode()
|
D | server.cc | 518 if (grpc_channel_args_find_bool(args, GRPC_ARG_ENABLE_CHANNELZ, in CreateChannelzNode()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | subchannel.cc | 390 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/ |
D | subchannel.cc | 679 const grpc_arg* arg = grpc_channel_args_find(args_, GRPC_ARG_ENABLE_CHANNELZ); in Subchannel()
|
/external/rust/crates/grpcio-sys/bindings/ |
D | aarch64-unknown-linux-gnu-bindings.rs | 94 pub const GRPC_ARG_ENABLE_CHANNELZ: &'static [u8; 21usize] = b"grpc.enable_channelz\0"; constant
|
D | x86_64-unknown-linux-gnu-bindings.rs | 94 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/ |
D | chttp2_transport.cc | 312 strcmp(channel_args->args[i].key, GRPC_ARG_ENABLE_CHANNELZ)) { in read_channel_args()
|