Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannelz.pyx.pxi32 def channelz_get_server(server_id): argument
39 def channelz_get_server_sockets(server_id, start_socket_id, max_results): argument
/third_party/grpc/examples/python/data_transmission/
Ddemo.proto41 int64 server_id = 1; field
/third_party/grpc/src/core/lib/channel/
Dchannelz_registry.cc195 char* grpc_channelz_get_server(intptr_t server_id) { in grpc_channelz_get_server()
209 char* grpc_channelz_get_server_sockets(intptr_t server_id, in grpc_channelz_get_server_sockets()
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSimpleResponse.php43 protected $server_id = ''; variable in Grpc\\Testing\\SimpleResponse
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DSimpleResponse.php43 protected $server_id = ''; variable in Grpc\\Testing\\SimpleResponse
/third_party/grpc/src/proto/grpc/channelz/
Dchannelz.proto191 int64 server_id = 5; field
493 int64 server_id = 1; field
503 int64 server_id = 1; field
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_server.h164 const char *server_id; member
Dradius_server.c274 const char *server_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_server.h164 const char *server_id; member
Dradius_server.c274 const char *server_id; member
/third_party/grpc/src/proto/grpc/testing/
Dmessages.proto115 string server_id = 4; field
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dfils_hlp.c43 const u8 *server_id = NULL; in fils_dhcp_request() local
Dap_config.h507 char *server_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dfils_hlp.c43 const u8 *server_id = NULL; in fils_dhcp_request() local
Dap_config.h507 char *server_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
Deapol_auth_sm.h48 const u8 *server_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
Deapol_auth_sm.h48 const u8 *server_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap.h137 const u8 *server_id; member
Deap_i.h212 const u8 *server_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap.h137 const u8 *server_id; member
Deap_i.h212 const u8 *server_id; member
/third_party/grpc/test/cpp/interop/
Dinterop_client.cc957 std::string server_id; in DoPickFirstUnary() local