Home
last modified time | relevance | path

Searched defs:grpc_endpoint (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dmock_endpoint.cc74 static void me_add_to_pollset(grpc_endpoint* /*ep*/, in me_add_to_pollset() argument
77 static void me_add_to_pollset_set(grpc_endpoint* /*ep*/, in me_add_to_pollset_set() argument
80 static void me_delete_from_pollset_set(grpc_endpoint* /*ep*/, in me_delete_from_pollset_set() argument
117 static absl::string_view me_get_peer(grpc_endpoint* /*ep*/) { in me_get_peer() argument
121 static absl::string_view me_get_local_address(grpc_endpoint* /*ep*/) { in me_get_local_address() argument
125 static int me_get_fd(grpc_endpoint* /*ep*/) { return -1; } in me_get_fd() argument
127 static bool me_can_track_err(grpc_endpoint* /*ep*/) { return false; } in me_can_track_err() argument
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_chttp2_transport.cc101 static void write(grpc_endpoint* /*ep*/, grpc_slice_buffer* /*slices*/, in write() argument
106 static void add_to_pollset(grpc_endpoint* /*ep*/, grpc_pollset* /*pollset*/) { in add_to_pollset() argument
109 static void add_to_pollset_set(grpc_endpoint* /*ep*/, in add_to_pollset_set() argument
112 static void delete_from_pollset_set(grpc_endpoint* /*ep*/, in delete_from_pollset_set() argument
124 static absl::string_view get_peer(grpc_endpoint* /*ep*/) { return "test"; } in get_peer() argument
125 static absl::string_view get_local_address(grpc_endpoint* /*ep*/) { in get_local_address() argument
128 static int get_fd(grpc_endpoint* /*ep*/) { return 0; } in get_fd() argument
129 static bool can_track_err(grpc_endpoint* /*ep*/) { return false; } in can_track_err() argument
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dsecure_endpoint_test.cc75 static void me_add_to_pollset(grpc_endpoint* /*ep*/, in me_add_to_pollset() argument
78 static void me_add_to_pollset_set(grpc_endpoint* /*ep*/, in me_add_to_pollset_set() argument
81 static void me_delete_from_pollset_set(grpc_endpoint* /*ep*/, in me_delete_from_pollset_set() argument
96 static absl::string_view me_get_peer(grpc_endpoint* /*ep*/) { in me_get_peer() argument
100 static absl::string_view me_get_local_address(grpc_endpoint* /*ep*/) { in me_get_local_address() argument
104 static int me_get_fd(grpc_endpoint* /*ep*/) { return -1; } in me_get_fd() argument
106 static bool me_can_track_err(grpc_endpoint* /*ep*/) { return false; } in me_can_track_err() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dendpoint_cfstream.cc308 int CFStreamGetFD(grpc_endpoint* /*ep*/) { return 0; } in CFStreamGetFD() argument
310 bool CFStreamCanTrackErr(grpc_endpoint* /*ep*/) { return false; } in CFStreamCanTrackErr() argument
312 void CFStreamAddToPollset(grpc_endpoint* /*ep*/, grpc_pollset* /*pollset*/) {} in CFStreamAddToPollset() argument
313 void CFStreamAddToPollsetSet(grpc_endpoint* /*ep*/, in CFStreamAddToPollsetSet() argument
315 void CFStreamDeleteFromPollsetSet(grpc_endpoint* /*ep*/, in CFStreamDeleteFromPollsetSet() argument
H A Dendpoint.h36 typedef struct grpc_endpoint grpc_endpoint; typedef
105 struct grpc_endpoint { struct
106 const grpc_endpoint_vtable* vtable; argument
H A Dtcp_windows.cc471 static void win_delete_from_pollset_set(grpc_endpoint* /* ep */, in win_delete_from_pollset_set() argument
509 static int win_get_fd(grpc_endpoint* /* ep */) { return -1; } in win_get_fd() argument
511 static bool win_can_track_err(grpc_endpoint* /* ep */) { return false; } in win_can_track_err() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dendpoint_cfstream.cc308 int CFStreamGetFD(grpc_endpoint* /*ep*/) { return 0; } in CFStreamGetFD() argument
310 bool CFStreamCanTrackErr(grpc_endpoint* /*ep*/) { return false; } in CFStreamCanTrackErr() argument
312 void CFStreamAddToPollset(grpc_endpoint* /*ep*/, grpc_pollset* /*pollset*/) {} in CFStreamAddToPollset() argument
313 void CFStreamAddToPollsetSet(grpc_endpoint* /*ep*/, in CFStreamAddToPollsetSet() argument
315 void CFStreamDeleteFromPollsetSet(grpc_endpoint* /*ep*/, in CFStreamDeleteFromPollsetSet() argument
Dendpoint.h36 typedef struct grpc_endpoint grpc_endpoint; typedef
105 struct grpc_endpoint { struct
106 const grpc_endpoint_vtable* vtable; argument
Dtcp_windows.cc473 static void win_delete_from_pollset_set(grpc_endpoint* /* ep */, in win_delete_from_pollset_set() argument
511 static int win_get_fd(grpc_endpoint* /* ep */) { return -1; } in win_get_fd() argument
513 static bool win_can_track_err(grpc_endpoint* /* ep */) { return false; } in win_can_track_err() argument
/aosp_15_r20/external/googleapis/google/cloud/networksecurity/v1/
H A Dtls.proto43 GrpcEndpoint grpc_endpoint = 2; field
71 GrpcEndpoint grpc_endpoint = 2; field
/aosp_15_r20/external/googleapis/google/cloud/networksecurity/v1beta1/
H A Dtls.proto43 GrpcEndpoint grpc_endpoint = 2; field
71 GrpcEndpoint grpc_endpoint = 2; field
/aosp_15_r20/external/google-cloud-java/java-network-security/proto-google-cloud-network-security-v1beta1/src/main/proto/google/cloud/networksecurity/v1beta1/
H A Dtls.proto43 GrpcEndpoint grpc_endpoint = 2; field
71 GrpcEndpoint grpc_endpoint = 2; field
/aosp_15_r20/external/google-cloud-java/java-network-security/proto-google-cloud-network-security-v1/src/main/proto/google/cloud/networksecurity/v1/
H A Dtls.proto43 GrpcEndpoint grpc_endpoint = 2; field
71 GrpcEndpoint grpc_endpoint = 2; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/event_engine_shims/
Dendpoint.cc337 void EndpointAddToPollset(grpc_endpoint* /* ep */, in EndpointAddToPollset() argument
339 void EndpointAddToPollsetSet(grpc_endpoint* /* ep */, in EndpointAddToPollsetSet() argument
341 void EndpointDeleteFromPollsetSet(grpc_endpoint* /* ep */, in EndpointDeleteFromPollsetSet() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/insecure/
H A Dinsecure_security_connector.cc79 tsi_peer peer, grpc_endpoint* /*ep*/, const ChannelArgs& /*args*/, in check_peer() argument
106 tsi_peer peer, grpc_endpoint* /*ep*/, const ChannelArgs& /*args*/, in check_peer() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/insecure/
Dinsecure_security_connector.cc79 tsi_peer peer, grpc_endpoint* /*ep*/, const ChannelArgs& /*args*/, in check_peer() argument
106 tsi_peer peer, grpc_endpoint* /*ep*/, const ChannelArgs& /*args*/, in check_peer() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/event_engine_shims/
H A Dendpoint.cc342 void EndpointAddToPollset(grpc_endpoint* /* ep */, in EndpointAddToPollset() argument
344 void EndpointAddToPollsetSet(grpc_endpoint* /* ep */, in EndpointAddToPollsetSet() argument
346 void EndpointDeleteFromPollsetSet(grpc_endpoint* /* ep */, in EndpointDeleteFromPollsetSet() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc114 void check_peer(tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
167 void check_peer(tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/alts/
H A Dalts_security_connector.cc115 void check_peer(tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
168 void check_peer(tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/fake/
Dfake_security_connector.cc258 tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
275 void check_peer(tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/fake/
H A Dfake_security_connector.cc258 tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
275 void check_peer(tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/ssl/
H A Dssl_security_connector.cc123 void check_peer(tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
265 void check_peer(tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.cc155 void check_peer(tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
297 void check_peer(tsi_peer peer, grpc_endpoint* /*ep*/, in check_peer() argument
/aosp_15_r20/external/openscreen/cast/cast_core/api/common/
H A Dservice_info.proto16 string grpc_endpoint = 1; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc367 tsi_peer peer, grpc_endpoint* /*ep*/, const ChannelArgs& /*args*/, in check_peer() argument
651 tsi_peer peer, grpc_endpoint* /*ep*/, const ChannelArgs& /*args*/, in check_peer() argument

12