/external/grpc-grpc/src/core/lib/security/context/ |
D | security_context.cc | 44 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/ |
D | metadata_array.cc | 29 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()
|
D | call_details.cc | 31 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()
|
D | init.cc | 109 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()
|
D | channel.cc | 272 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()
|
D | completion_queue.cc | 471 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));
|
D | server.cc | 951 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()
|
D | channel_ping.cc | 50 GRPC_API_TRACE("grpc_channel_ping(channel=%p, cq=%p, tag=%p, reserved=%p)", 4, in grpc_channel_ping()
|
D | api_trace.h | 47 #define GRPC_API_TRACE(fmt, nargs, args) \ macro
|
D | lame_client.cc | 170 GRPC_API_TRACE( in grpc_lame_client_channel_create()
|
/external/grpc-grpc/src/core/ext/filters/census/ |
D | grpc_context.cc | 27 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/ |
D | credentials.cc | 76 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/ |
D | compression_internal.cc | 169 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()
|
D | compression.cc | 65 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/ |
D | channel_connectivity.cc | 40 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/ |
D | server_chttp2.cc | 33 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/ |
D | channel_create_posix.cc | 41 GRPC_API_TRACE("grpc_insecure_channel_create(target=%p, fd=%d, args=%p)", 3, in grpc_insecure_channel_create_from_fd()
|
D | channel_create.cc | 91 GRPC_API_TRACE( in grpc_insecure_channel_create()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/server/secure/ |
D | server_secure_chttp2.cc | 47 GRPC_API_TRACE( in grpc_server_add_secure_http2_port()
|
/external/grpc-grpc/src/core/lib/security/credentials/iam/ |
D | iam_credentials.cc | 62 GRPC_API_TRACE( in grpc_google_iam_credentials_create()
|
/external/grpc-grpc/src/core/lib/security/credentials/composite/ |
D | composite_credentials.cc | 146 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/ |
D | ssl_credentials.cc | 123 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/ |
D | secure_channel_create.cc | 205 GRPC_API_TRACE( in grpc_secure_channel_create()
|
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 383 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/ |
D | google_default_credentials.cc | 187 GRPC_API_TRACE("grpc_google_default_credentials_create(void)", 0, ()); in grpc_google_default_credentials_create()
|