Home
last modified time | relevance | path

Searched refs:grpc_call_set_credentials (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/test/core/end2end/tests/
Dcall_creds.cc165 GPR_ASSERT(grpc_call_set_credentials(c, creds) == GRPC_CALL_OK); in request_response_with_payload_and_call_creds()
174 GPR_ASSERT(grpc_call_set_credentials(c, creds) == GRPC_CALL_OK); in request_response_with_payload_and_call_creds()
178 GPR_ASSERT(grpc_call_set_credentials(c, nullptr) == GRPC_CALL_OK); in request_response_with_payload_and_call_creds()
242 GPR_ASSERT(grpc_call_set_credentials(s, nullptr) != GRPC_CALL_OK); in request_response_with_payload_and_call_creds()
411 GPR_ASSERT(grpc_call_set_credentials(c, creds) == GRPC_CALL_OK); in test_request_with_server_rejecting_client_creds()
/third_party/grpc/
Dgrpc.def129 grpc_call_set_credentials
Dlibgrpc.map25 "grpc_call_set_credentials";
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcall.pyx.pxi71 cdef grpc_call_error call_error = grpc_call_set_credentials(
Dchannel.pyx.pxi237 c_call_error = grpc_call_set_credentials(
Dgrpc.pxi565 grpc_call_error grpc_call_set_credentials(grpc_call *call,
/third_party/grpc/src/core/lib/security/context/
Dsecurity_context.cc42 grpc_call_error grpc_call_set_credentials(grpc_call* call, in grpc_call_set_credentials() function
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c196 printf("%lx", (unsigned long) grpc_call_set_credentials); in main()
/third_party/grpc/include/grpc/
Dgrpc_security.h615 GRPCAPI grpc_call_error grpc_call_set_credentials(grpc_call* call,
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc82 return grpc_call_set_credentials(call, c_creds_) == GRPC_CALL_OK; in ApplyToCall()
/third_party/grpc/src/php/ext/grpc/
Dcall.c583 error = grpc_call_set_credentials(call->wrapped, creds->wrapped); in PHP_METHOD()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcall.pyx.pxi128 set_credentials_error = grpc_call_set_credentials(self.call, credentials.c())
/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c378 err = grpc_call_set_credentials(call->wrapped, creds); in grpc_rb_call_set_credentials()
Drb_grpc_imports.generated.h436 #define grpc_call_set_credentials grpc_call_set_credentials_import macro
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c932 return grpc_call_set_credentials(call, creds); in grpcsharp_call_set_credentials()