Home
last modified time | relevance | path

Searched refs:subchannel_id (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/core/lib/channel/
Dchannelz_registry.cc183 char* grpc_channelz_get_subchannel(intptr_t subchannel_id) { in grpc_channelz_get_subchannel() argument
185 grpc_core::channelz::ChannelzRegistry::Get(subchannel_id); in grpc_channelz_get_subchannel()
/external/grpc-grpc/src/cpp/server/channelz/
Dchannelz_service.cc82 char* json_str = grpc_channelz_get_subchannel(request->subchannel_id()); in GetSubchannel()
/external/grpc-grpc/src/proto/grpc/channelz/
Dchannelz.proto171 int64 subchannel_id = 7; field
498 // subchannel_id is the identifier of the specific subchannel to get.
499 int64 subchannel_id = 1; field
503 // The Subchannel that corresponds to the requested subchannel_id. This
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/
Dchannelz.proto171 int64 subchannel_id = 7; field
498 // subchannel_id is the the identifier of the specific subchannel to get.
499 int64 subchannel_id = 1; field
503 // The Subchannel that corresponds to the requested subchannel_id. This
/external/grpc-grpc/include/grpc/
Dgrpc.h512 GRPCAPI char* grpc_channelz_get_subchannel(intptr_t subchannel_id);
/external/kernel-headers/original/uapi/linux/
Dkvm.h364 __u16 subchannel_id; member
586 __u16 subchannel_id; member
/external/grpc-grpc/test/cpp/end2end/
Dchannelz_service_test.cc398 gtc_response.channel(i).subchannel_ref(0).subchannel_id()); in TEST_F()
/external/crosvm/kvm_sys/src/aarch64/
Dbindings.rs2500 pub subchannel_id: __u16, field
2527 &(*(::std::ptr::null::<kvm_run__bindgen_ty_1__bindgen_ty_15>())).subchannel_id in bindgen_test_layout_kvm_run__bindgen_ty_1__bindgen_ty_15()
2535 stringify!(subchannel_id) in bindgen_test_layout_kvm_run__bindgen_ty_1__bindgen_ty_15()
3957 pub subchannel_id: __u16, field
3975 unsafe { &(*(::std::ptr::null::<kvm_s390_io_info>())).subchannel_id as *const _ as usize }, in bindgen_test_layout_kvm_s390_io_info()
3981 stringify!(subchannel_id) in bindgen_test_layout_kvm_s390_io_info()
/external/crosvm/kvm_sys/src/x86/
Dbindings.rs4888 pub subchannel_id: __u16, field
4915 &(*(::std::ptr::null::<kvm_run__bindgen_ty_1__bindgen_ty_15>())).subchannel_id in bindgen_test_layout_kvm_run__bindgen_ty_1__bindgen_ty_15()
4923 stringify!(subchannel_id) in bindgen_test_layout_kvm_run__bindgen_ty_1__bindgen_ty_15()
6346 pub subchannel_id: __u16, field
6364 unsafe { &(*(::std::ptr::null::<kvm_s390_io_info>())).subchannel_id as *const _ as usize }, in bindgen_test_layout_kvm_s390_io_info()
6370 stringify!(subchannel_id) in bindgen_test_layout_kvm_s390_io_info()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h275 typedef char*(*grpc_channelz_get_subchannel_type)(intptr_t subchannel_id);