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 D | socket_utils_test.cc | 116 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/ |
D | socket_utils_common_posix.cc | 377 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()
|
D | socket_utils_posix.h | 198 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 D | socket_utils_common_posix.cc | 419 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 D | socket_utils_posix.h | 204 grpc_error_handle grpc_set_socket_with_mutator(int fd, grpc_fd_usage usage,
|