Home
last modified time | relevance | path

Searched full:grpc_init (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/third_party/grpc/test/core/surface/
Dinit_test.cc38 grpc_init(); in test()
55 grpc_init(); in test_blocking()
70 grpc_init(); in TEST()
81 grpc_init(); in TEST()
82 grpc_init(); in TEST()
84 grpc_init(); in TEST()
91 grpc_init(); in TEST()
95 grpc_init(); in TEST()
97 grpc_init(); in TEST()
107 grpc_init(); in TEST()
[all …]
Dnum_external_connectivity_watchers_test.cc77 grpc_init(); in run_timeouts_test()
124 grpc_init(); in run_channel_shutdown_before_timeout_test()
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc86 grpc::internal::GrpcLibrary init; // To call grpc_init(). in GoogleDefaultCredentials()
93 grpc::internal::GrpcLibrary init; // To call grpc_init(). in ExternalAccountCredentials()
101 grpc::internal::GrpcLibrary init; // To call grpc_init(). in SslCredentials()
234 grpc::internal::GrpcLibrary init; // To call grpc_init(). in AltsCredentials()
249 grpc::internal::GrpcLibrary init; // To call grpc_init(). in LocalCredentials()
264 grpc::internal::GrpcLibrary init; // To call grpc_init(). in GoogleComputeEngineCredentials()
272 grpc::internal::GrpcLibrary init; // To call grpc_init(). in ServiceAccountJWTAccessCredentials()
286 grpc::internal::GrpcLibrary init; // To call grpc_init(). in GoogleRefreshTokenCredentials()
294 grpc::internal::GrpcLibrary init; // To call grpc_init(). in AccessTokenCredentials()
303 grpc::internal::GrpcLibrary init; // To call grpc_init(). in GoogleIAMCredentials()
[all …]
/third_party/grpc/src/core/lib/surface/
Dinit.cc92 grpc_core::InitInternally = grpc_init; in do_basic_init()
108 void grpc_init(void) { in grpc_init() function
133 GRPC_TRACE_LOG(api, INFO) << "grpc_init(void)"; in grpc_init()
158 // another grpc_init has been called, and do nothing if that is the case. in grpc_shutdown_from_cleanup_thread()
Dinit_internally.h20 // Function pointers that should be used in preference to grpc_init,
/third_party/grpc/test/core/server/
Dxds_channel_stack_modifier_test.cc46 grpc_init(); in TEST()
59 grpc_init(); in TEST()
93 grpc_init(); in TEST()
/third_party/grpc/test/cpp/
DREADME-iOS.md25 grpc_init();
35 static void SetUpTestCase() { grpc_init(); }
/third_party/grpc/test/core/security/
Dverify_jwt.cc83 grpc_init(); in main()
94 grpc_init(); in main()
/third_party/grpc/test/cpp/codegen/
Dproto_utils_test.cc58 grpc_init(); in SetUpTestSuite()
154 grpc_init(); in SetUpTestSuite()
/third_party/grpc/test/cpp/end2end/
Dconnection_attempt_injector.h30 // // At grpc_init() time.
99 // Must be called exactly once after grpc_init() but before any TCP
/third_party/grpc/src/cpp/common/
Dcompletion_queue_cc.cc127 // i.e not have GrpcLibraryCodegen call grpc_init(). This is because, to create
129 // this constructor), one must have already called grpc_init().
Dvalidate_service_config.cc34 grpc_init(); in ValidateServiceConfigJSON()
/third_party/grpc/test/core/slice/
Dpercent_decode_fuzzer.cc30 grpc_init(); in LLVMFuzzerTestOneInput()
/third_party/grpc/include/grpcpp/impl/
Dgrpc_library.h36 grpc_init(); in grpc_init_called_()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dfork_windows.pyx.pxi19 grpc_init()
/third_party/grpc/test/core/nanopb/
Dfuzzer_serverlist.cc30 grpc_init(); in LLVMFuzzerTestOneInput()
Dfuzzer_response.cc30 grpc_init(); in LLVMFuzzerTestOneInput()
/third_party/grpc/
Dgrpc.def90 grpc_init
/third_party/grpc/test/core/util/http_client/
Drequest_fuzzer.cc32 grpc_init(); in LLVMFuzzerTestOneInput()
Dresponse_fuzzer.cc32 grpc_init(); in LLVMFuzzerTestOneInput()
/third_party/grpc/test/core/util/
Duri_fuzzer_test.cc35 grpc_init(); in LLVMFuzzerTestOneInput()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_cq_multiple_threads.cc118 grpc_init(); in setup()
155 // constructed after grpc_init because it needs the number of cores, initialized
/third_party/grpc/test/core/transport/chttp2/
Dhttp2_client_transport_test.cc51 grpc_init(); in main()
/third_party/grpc/test/core/compression/
Dmessage_compress_fuzzer.cc39 grpc_init(); in LLVMFuzzerTestOneInput()
/third_party/grpc/test/core/event_engine/test_suite/
Dwindows_event_engine_test.cc36 grpc_init(); in main()

12345678910>>...13