/aosp_15_r20/external/grpc-grpc/test/core/channel/ |
H A D | channel_trace_test.cc | 83 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 D | CronetUnitTests.mm | 128 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 D | invalid_call_argument_test.cc | 78 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 D | dualstack_socket_test.cc | 169 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 D | connection_refused_test.cc | 85 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 D | bad_server_response_test.cc | 216 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 D | goaway_server_test.cc | 282 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 D | h2_ssl_cert_test.cc | 211 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 D | client.cc | 87 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 D | server.cc | 118 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 D | hpack_utils_test.cc | 30 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 D | stream_leak_with_queued_flow_control_update_test.cc | 75 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 D | streams_not_seen_test.cc | 440 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 D | too_many_pings_test.cc | 127 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 D | graceful_shutdown_test.cc | 420 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 D | service_config_test.cc | 160 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 D | retry_service_config_test.cc | 137 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 D | client_channel_service_config_test.cc | 171 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 D | close_fd_test.cc | 246 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 D | bad_ssl_test.cc | 73 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 D | lame_client_test.cc | 102 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 D | client_fuzzer.cc | 68 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 D | compression_test.cc | 49 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 D | alts_handshaker_client_test.cc | 336 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/ |
D | channel.cc | 103 grpc_slice_from_static_string("Channel destroyed")); in Channel() 214 grpc_slice_from_static_string("Channel created")); in Create()
|