Home
last modified time | relevance | path

Searched refs:grpc_slice_from_static_string (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/external/grpc-grpc/test/core/channel/
H A Dchannel_trace_test.cc83 grpc_slice_from_static_string("simple trace")); in AddSimpleTrace()
132 grpc_slice_from_static_string("trace three")); in TEST()
134 grpc_slice_from_static_string("trace four error")); in TEST()
160 grpc_slice_from_static_string("subchannel one created"), sc1); in TEST()
178 grpc_slice_from_static_string("LB channel two created"), sc2); in TEST()
181 grpc_slice_from_static_string("subchannel one inactive"), sc1); in TEST()
208 grpc_slice_from_static_string("subchannel one created"), sc1); in TEST()
218 grpc_slice_from_static_string("connection one created"), conn1); in TEST()
230 grpc_slice_from_static_string("subchannel two created"), sc2); in TEST()
235 grpc_slice_from_static_string("subchannel one inactive"), sc1); in TEST()
[all …]
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/CronetTests/
H A DCronetUnitTests.mm128 grpc_metadata meta_c[2] = {{grpc_slice_from_static_string("key1"),
129 grpc_slice_from_static_string("val1"),
132 {grpc_slice_from_static_string("key2"),
133 grpc_slice_from_static_string("val2"),
156 grpc_slice_from_static_string("/foo"), NULL, deadline, NULL);
256 grpc_metadata meta_c[2] = {{grpc_slice_from_static_string("key1"),
257 grpc_slice_from_static_string("val1"),
260 {grpc_slice_from_static_string("key2"),
261 grpc_slice_from_static_string("val2"),
284 grpc_slice_from_static_string("/foo"), NULL, deadline, NULL);
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dinvalid_call_argument_test.cc78 grpc_slice host = grpc_slice_from_static_string("nonexistant"); in prepare_test()
81 grpc_slice_from_static_string("/Foo"), &host, g_state.deadline, in prepare_test()
97 grpc_slice host = grpc_slice_from_static_string("bar"); in prepare_test()
100 grpc_slice_from_static_string("/Foo"), &host, g_state.deadline, in prepare_test()
302 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_send_server_status_from_client()
495 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_send_status_from_server_with_invalid_flags()
518 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_too_many_trailing_metadata()
540 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_send_server_status_twice()
606 metadata.key = grpc_slice_from_static_string(":start_with_colon"); in test_invalid_initial_metadata_reserved_key()
607 metadata.value = grpc_slice_from_static_string("value"); in test_invalid_initial_metadata_reserved_key()
H A Ddualstack_socket_test.cc169 grpc_slice host = grpc_slice_from_static_string("foo.test.google.fr"); in test_connect()
171 grpc_slice_from_static_string("/foo"), &host, in test_connect()
220 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in test_connect()
H A Dconnection_refused_test.cc85 grpc_slice host = grpc_slice_from_static_string("nonexistant"); in run_test()
89 grpc_slice_from_static_string("/service/method"), in run_test()
H A Dbad_server_response_test.cc216 grpc_slice host = grpc_slice_from_static_string("localhost"); in start_rpc()
225 grpc_slice_from_static_string("/Service/Method"), &host, in start_rpc()
264 GPR_ASSERT(-1 != grpc_slice_slice(details, grpc_slice_from_static_string( in start_rpc()
H A Dgoaway_server_test.cc282 grpc_slice host = grpc_slice_from_static_string("127.0.0.1"); in main()
285 grpc_slice_from_static_string("/foo"), &host, in main()
365 grpc_slice_from_static_string("/foo"), &host, in main()
H A Dh2_ssl_cert_test.cc211 grpc_slice host = grpc_slice_from_static_string("foo.test.google.fr:1234"); in simple_request_body()
213 grpc_slice_from_static_string("/foo"), &host, in simple_request_body()
/aosp_15_r20/external/grpc-grpc/test/core/memory_usage/
H A Dclient.cc87 grpc_slice hostname = grpc_slice_from_static_string("localhost"); in init_ping_pong_request()
90 grpc_slice_from_static_string("/Reflector/reflectUnary"), &hostname, in init_ping_pong_request()
153 grpc_slice hostname = grpc_slice_from_static_string("localhost"); in send_snapshot_request()
201 0, grpc_slice_from_static_string("Reflector/DestroyCalls"))); in run_test_loop()
268 0, grpc_slice_from_static_string("Reflector/SimpleSnapshot")); in main()
H A Dserver.cc118 grpc_slice details = grpc_slice_from_static_string(""); in send_status()
148 grpc_slice details = grpc_slice_from_static_string(""); in send_snapshot()
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dhpack_utils_test.cc30 maybe_intern(grpc_slice_from_static_string(key), intern_key), in VerifyAsciiHeaderSize()
31 maybe_intern(grpc_slice_from_static_string(value), intern_value)); in VerifyAsciiHeaderSize()
42 maybe_intern(grpc_slice_from_static_string(key), intern_key), in VerifyBinaryHeaderSize()
H A Dstream_leak_with_queued_flow_control_update_test.cc75 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in HandleRpc()
93 grpc_slice response_payload_slice = grpc_slice_from_static_string("a"); in HandleRpc()
303 grpc_slice_from_static_string("/foo"), nullptr, in TEST()
H A Dstreams_not_seen_test.cc440 grpc_slice_from_static_string("/foo"), nullptr, in TEST_F()
514 grpc_slice_from_static_string("/foo"), nullptr, in TEST_F()
588 grpc_slice_from_static_string("/foo"), nullptr, in TEST_F()
661 grpc_slice_from_static_string("/foo"), nullptr, in TEST_F()
729 grpc_slice_from_static_string("/foo"), nullptr, in TEST_F()
H A Dtoo_many_pings_test.cc127 grpc_slice_from_static_string("/foo"), nullptr, in PerformCall()
257 grpc_slice_from_static_string("/foo"), nullptr, in PerformWaitingCall()
591 grpc_slice response_payload_slice = grpc_slice_from_static_string("hello"); in PerformCallWithResponsePayload()
612 grpc_slice_from_static_string("/foo"), nullptr, in PerformCallWithResponsePayload()
689 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in PerformCallWithResponsePayload()
H A Dgraceful_shutdown_test.cc420 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in TEST_F()
473 grpc_slice_from_static_string("Cancelling all calls")); in TEST_F()
/aosp_15_r20/external/grpc-grpc/test/core/service_config/
H A Dservice_config_test.cc160 grpc_slice_from_static_string("/TestServ/TestMethod")); in TEST_F()
273 grpc_slice_from_static_string("/TestServ/TestMethod")), in TEST_F()
324 grpc_slice_from_static_string("/TestServ/TestMethod")); in TEST_F()
340 grpc_slice_from_static_string("/TestServ/TestMethod")); in TEST_F()
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/
H A Dretry_service_config_test.cc137 grpc_slice_from_static_string("/TestServ/TestMethod")); in TEST_F()
529 grpc_slice_from_static_string("/TestServ/TestMethod")); in TEST_F()
566 grpc_slice_from_static_string("/TestServ/TestMethod")); in TEST_F()
604 grpc_slice_from_static_string("/TestServ/TestMethod")); in TEST_F()
H A Dclient_channel_service_config_test.cc171 grpc_slice_from_static_string("/TestServ/TestMethod")); in TEST_F()
214 grpc_slice_from_static_string("/TestServ/TestMethod")); in TEST_F()
/aosp_15_r20/external/grpc-grpc/test/core/bad_connection/
H A Dclose_fd_test.cc246 grpc_slice_from_static_string("/foo"), nullptr, deadline, nullptr); in _test_close_before_server_recv()
421 grpc_slice_from_static_string("/foo"), nullptr, deadline, nullptr); in _test_close_before_server_send()
513 grpc_slice status_details = grpc_slice_from_static_string("xyz"); in _test_close_before_server_send()
617 grpc_slice_from_static_string("/foo"), nullptr, deadline, nullptr); in _test_close_before_client_send()
734 grpc_slice_from_static_string("/foo"), nullptr, deadline, nullptr); in _test_close_before_call_create()
/aosp_15_r20/external/grpc-grpc/test/core/bad_ssl/
H A Dbad_ssl_test.cc73 grpc_slice host = grpc_slice_from_static_string("foo.test.google.fr:1234"); in run_test()
75 grpc_slice_from_static_string("/foo"), &host, in run_test()
/aosp_15_r20/external/grpc-grpc/test/core/surface/
H A Dlame_client_test.cc102 grpc_slice host = grpc_slice_from_static_string("anywhere"); in TEST()
105 grpc_slice_from_static_string("/Foo"), &host, in TEST()
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/fuzzers/
H A Dclient_fuzzer.cc68 grpc_slice host = grpc_slice_from_static_string("localhost"); in DEFINE_PROTO_FUZZER()
70 channel, nullptr, 0, cq, grpc_slice_from_static_string("/foo"), &host, in DEFINE_PROTO_FUZZER()
/aosp_15_r20/external/grpc-grpc/test/core/compression/
H A Dcompression_test.cc49 grpc_slice_from_static_string(valid_name), &algorithm); in TEST()
59 grpc_slice_from_static_string(invalid_name), &algorithm); in TEST()
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/handshaker/
H A Dalts_handshaker_client_test.cc336 grpc_slice_from_static_string(ALTS_HANDSHAKER_CLIENT_TEST_TARGET_NAME), in create_config()
342 grpc_slice_from_static_string(ALTS_HANDSHAKER_CLIENT_TEST_TARGET_NAME), in create_config()
350 grpc_slice_from_static_string(ALTS_HANDSHAKER_CLIENT_TEST_OUT_FRAME); in create_config()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dchannel.cc103 grpc_slice_from_static_string("Channel destroyed")); in Channel()
214 grpc_slice_from_static_string("Channel created")); in Create()

123