Home
last modified time | relevance | path

Searched defs:expected_client_identity (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Decho_messages.proto45 string expected_client_identity = 8; // will force check_auth_context. field
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Decho_messages.proto45 string expected_client_identity = 8; // will force check_auth_context. field
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DRequestParams.php49 protected $expected_client_identity = ''; variable in Grpc\\Testing\\RequestParams
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dtest_service_impl.cc57 const std::string& expected_client_identity) { in CheckServerAuthContext()
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_end2end_test.cc1050 std::vector<std::string> expected_client_identity, in SendRpc()