Home
last modified time | relevance | path

Searched refs:GRPC_API_TRACE (Results 1 – 25 of 28) sorted by relevance

12

/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.cc44 GRPC_API_TRACE("grpc_call_set_credentials(call=%p, creds=%p)", 2, in grpc_call_set_credentials()
67 GRPC_API_TRACE("grpc_call_auth_context(call=%p)", 1, (call)); in grpc_call_auth_context()
79 GRPC_API_TRACE("grpc_auth_context_release(context=%p)", 1, (context)); in grpc_auth_context_release()
182 GRPC_API_TRACE("grpc_auth_context_peer_identity_property_name(ctx=%p)", 1,
192 GRPC_API_TRACE(
205 GRPC_API_TRACE("grpc_auth_context_peer_is_authenticated(ctx=%p)", 1, (ctx));
212 GRPC_API_TRACE("grpc_auth_context_property_iterator(ctx=%p)", 1, (ctx));
220 GRPC_API_TRACE("grpc_auth_property_iterator_next(it=%p)", 1, (it));
245 GRPC_API_TRACE("grpc_auth_context_find_properties_by_name(ctx=%p, name=%s)",
255 GRPC_API_TRACE("grpc_auth_context_peer_identity(ctx=%p)", 1, (ctx));
[all …]
/external/grpc-grpc/src/core/lib/surface/
Dmetadata_array.cc29 GRPC_API_TRACE("grpc_metadata_array_init(array=%p)", 1, (array)); in grpc_metadata_array_init()
34 GRPC_API_TRACE("grpc_metadata_array_destroy(array=%p)", 1, (array)); in grpc_metadata_array_destroy()
Dcall_details.cc31 GRPC_API_TRACE("grpc_call_details_init(cd=%p)", 1, (cd)); in grpc_call_details_init()
38 GRPC_API_TRACE("grpc_call_details_destroy(cd=%p)", 1, (cd)); in grpc_call_details_destroy()
Dinit.cc109 GRPC_API_TRACE("grpc_register_plugin(init=%p, destroy=%p)", 2, in grpc_register_plugin()
153 GRPC_API_TRACE("grpc_init(void)", 0, ()); in grpc_init()
158 GRPC_API_TRACE("grpc_shutdown(void)", 0, ()); in grpc_shutdown()
Dchannel.cc272 GRPC_API_TRACE("grpc_channel_get_target(channel=%p)", 1, (channel)); in grpc_channel_get_target()
286 GRPC_API_TRACE("grpc_channel_reset_connect_backoff(channel=%p)", 1, in grpc_channel_reset_connect_backoff()
365 GRPC_API_TRACE( in grpc_channel_register_call()
392 GRPC_API_TRACE( in grpc_channel_create_registered_call()
454 GRPC_API_TRACE("grpc_channel_destroy(channel=%p)", 1, (channel)); in grpc_channel_destroy()
Dcompletion_queue.cc471 GRPC_API_TRACE( in grpc_completion_queue_create_internal()
689 GRPC_API_TRACE(
772 GRPC_API_TRACE(
837 GRPC_API_TRACE(
948 GRPC_API_TRACE(
1191 GRPC_API_TRACE(
1382 GRPC_API_TRACE("grpc_completion_queue_shutdown(cq=%p)", 1, (cq));
1388 GRPC_API_TRACE("grpc_completion_queue_destroy(cq=%p)", 1, (cq));
Dserver.cc951 GRPC_API_TRACE( in grpc_server_register_completion_queue()
968 GRPC_API_TRACE("grpc_server_create(%p, %p)", 2, (args, reserved)); in grpc_server_create()
1013 GRPC_API_TRACE( in grpc_server_register_method()
1062 GRPC_API_TRACE("grpc_server_start(server=%p)", 1, (server)); in grpc_server_start()
1225 GRPC_API_TRACE("grpc_server_shutdown_and_notify(server=%p, cq=%p, tag=%p)", 3, in grpc_server_shutdown_and_notify()
1285 GRPC_API_TRACE("grpc_server_cancel_all_calls(server=%p)", 1, (server)); in grpc_server_cancel_all_calls()
1300 GRPC_API_TRACE("grpc_server_destroy(server=%p)", 1, (server)); in grpc_server_destroy()
1384 GRPC_API_TRACE( in grpc_server_request_call()
1432 GRPC_API_TRACE( in grpc_server_request_registered_call()
Dchannel_ping.cc50 GRPC_API_TRACE("grpc_channel_ping(channel=%p, cq=%p, tag=%p, reserved=%p)", 4, in grpc_channel_ping()
Dapi_trace.h47 #define GRPC_API_TRACE(fmt, nargs, args) \ macro
Dlame_client.cc170 GRPC_API_TRACE( in grpc_lame_client_channel_create()
/external/grpc-grpc/src/core/ext/filters/census/
Dgrpc_context.cc27 GRPC_API_TRACE("grpc_census_call_set_context(call=%p, census_context=%p)", 2, in grpc_census_call_set_context()
35 GRPC_API_TRACE("grpc_census_call_get_context(call=%p)", 1, (call)); in grpc_census_call_get_context()
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.cc76 GRPC_API_TRACE("grpc_channel_credentials_release(creds=%p)", 1, (creds)); in grpc_channel_credentials_release()
98 GRPC_API_TRACE("grpc_call_credentials_release(creds=%p)", 1, (creds)); in grpc_call_credentials_release()
216 GRPC_API_TRACE("grpc_server_credentials_release(creds=%p)", 1, (creds)); in grpc_server_credentials_release()
232 GRPC_API_TRACE( in grpc_server_credentials_set_auth_metadata_processor()
/external/grpc-grpc/src/core/lib/compression/
Dcompression_internal.cc169 GRPC_API_TRACE( in grpc_message_compression_algorithm_name()
192 GRPC_API_TRACE("grpc_message_compression_algorithm_for_level(level=%d)", 1, in grpc_message_compression_algorithm_for_level()
Dcompression.cc65 GRPC_API_TRACE("grpc_compression_algorithm_parse(algorithm=%d, name=%p)", 2, in grpc_compression_algorithm_name()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc40 GRPC_API_TRACE( in grpc_channel_check_connectivity_state()
208 GRPC_API_TRACE( in grpc_channel_watch_connectivity_state()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/insecure/
Dserver_chttp2.cc33 GRPC_API_TRACE("grpc_server_add_insecure_http2_port(server=%p, addr=%s)", 2, in grpc_server_add_insecure_http2_port()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create_posix.cc41 GRPC_API_TRACE("grpc_insecure_channel_create(target=%p, fd=%d, args=%p)", 3, in grpc_insecure_channel_create_from_fd()
Dchannel_create.cc91 GRPC_API_TRACE( in grpc_insecure_channel_create()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/secure/
Dserver_secure_chttp2.cc47 GRPC_API_TRACE( in grpc_server_add_secure_http2_port()
/external/grpc-grpc/src/core/lib/security/credentials/iam/
Diam_credentials.cc62 GRPC_API_TRACE( in grpc_google_iam_credentials_create()
/external/grpc-grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc146 GRPC_API_TRACE( in grpc_composite_call_credentials_create()
259 GRPC_API_TRACE( in grpc_composite_channel_credentials_create()
/external/grpc-grpc/src/core/lib/security/credentials/ssl/
Dssl_credentials.cc123 GRPC_API_TRACE( in grpc_ssl_credentials_create()
292 GRPC_API_TRACE( in grpc_ssl_server_credentials_create_ex()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc205 GRPC_API_TRACE( in grpc_secure_channel_create()
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc383 GRPC_API_TRACE("grpc_compute_engine_credentials_create(reserved=%p)", 1, in grpc_google_compute_engine_credentials_create()
519 GRPC_API_TRACE( in grpc_access_token_credentials_create()
/external/grpc-grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc187 GRPC_API_TRACE("grpc_google_default_credentials_create(void)", 0, ()); in grpc_google_default_credentials_create()

12