Home
last modified time | relevance | path

Searched refs:grpc_set_socket_with_mutator (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dsocket_utils_test.cc116 grpc_set_socket_with_mutator(sock, GRPC_FD_CLIENT_CONNECTION_USAGE, in test_with_vtable()
122 grpc_set_socket_with_mutator(sock, GRPC_FD_CLIENT_CONNECTION_USAGE, in test_with_vtable()
128 grpc_set_socket_with_mutator(sock, GRPC_FD_CLIENT_CONNECTION_USAGE, in test_with_vtable()
132 auto err = grpc_set_socket_with_mutator( in test_with_vtable()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc377 grpc_error_handle grpc_set_socket_with_mutator(int fd, grpc_fd_usage usage, in grpc_set_socket_with_mutator() function
391 return grpc_set_socket_with_mutator(fd, usage, options.socket_mutator); in grpc_apply_socket_mutator_in_args()
Dsocket_utils_posix.h198 grpc_error_handle grpc_set_socket_with_mutator(int fd, grpc_fd_usage usage,
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc419 grpc_error_handle grpc_set_socket_with_mutator(int fd, grpc_fd_usage usage, in grpc_set_socket_with_mutator() function
433 return grpc_set_socket_with_mutator(fd, usage, options.socket_mutator); in grpc_apply_socket_mutator_in_args()
H A Dsocket_utils_posix.h204 grpc_error_handle grpc_set_socket_with_mutator(int fd, grpc_fd_usage usage,