Home
last modified time | relevance | path

Searched refs:mock_endpoint (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/test/core/util/
Dmock_endpoint.cc33 typedef struct mock_endpoint { struct
41 } mock_endpoint; argument
45 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in me_read()
59 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in me_write()
75 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in me_shutdown()
89 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in me_destroy()
100 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in me_get_resource_user()
121 mock_endpoint* m = static_cast<mock_endpoint*>(gpr_malloc(sizeof(*m))); in grpc_mock_endpoint_create()
135 mock_endpoint* m = reinterpret_cast<mock_endpoint*>(ep); in grpc_mock_endpoint_put_read()
DBUILD63 "mock_endpoint.cc",
82 "mock_endpoint.h",
Dmock_endpoint.h26 void grpc_mock_endpoint_put_read(grpc_endpoint* mock_endpoint,
/external/grpc-grpc/test/core/security/
Dssl_server_fuzzer.cc63 grpc_endpoint* mock_endpoint = in LLVMFuzzerTestOneInput() local
68 mock_endpoint, grpc_slice_from_copied_buffer((const char*)data, size)); in LLVMFuzzerTestOneInput()
96 handshake_mgr, nullptr /* interested_parties */, mock_endpoint, in LLVMFuzzerTestOneInput()
106 mock_endpoint, in LLVMFuzzerTestOneInput()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dserver_fuzzer.cc50 grpc_endpoint* mock_endpoint = in LLVMFuzzerTestOneInput() local
54 mock_endpoint, grpc_slice_from_copied_buffer((const char*)data, size)); in LLVMFuzzerTestOneInput()
64 grpc_create_chttp2_transport(nullptr, mock_endpoint, false); in LLVMFuzzerTestOneInput()
Dclient_fuzzer.cc53 grpc_endpoint* mock_endpoint = in LLVMFuzzerTestOneInput() local
59 grpc_create_chttp2_transport(nullptr, mock_endpoint, true); in LLVMFuzzerTestOneInput()
119 mock_endpoint, grpc_slice_from_copied_buffer((const char*)data, size)); in LLVMFuzzerTestOneInput()
/external/grpc-grpc/
DgRPC-Core.podspec1192 'test/core/util/mock_endpoint.cc',
1215 'test/core/util/mock_endpoint.h',
Dgrpc.gyp630 'test/core/util/mock_endpoint.cc',
866 'test/core/util/mock_endpoint.cc',
DCMakeLists.txt1735 test/core/util/mock_endpoint.cc
2046 test/core/util/mock_endpoint.cc