/external/grpc-grpc/test/cpp/interop/ |
D | interop_client.cc | 64 gpr_log(GPR_ERROR, in UnaryCompressionChecks() 138 gpr_log(GPR_ERROR, in AssertStatusCode() 154 gpr_log(GPR_DEBUG, "Sending an empty rpc..."); in DoEmpty() 166 gpr_log(GPR_DEBUG, "Empty rpc done."); in DoEmpty() 207 gpr_log(GPR_DEBUG, in DoComputeEngineCreds() 218 gpr_log(GPR_DEBUG, "Got username %s", response.username().c_str()); in DoComputeEngineCreds() 219 gpr_log(GPR_DEBUG, "Got oauth_scope %s", response.oauth_scope().c_str()); in DoComputeEngineCreds() 225 gpr_log(GPR_DEBUG, "Large unary with compute engine creds done."); in DoComputeEngineCreds() 231 gpr_log(GPR_DEBUG, in DoOauth2AuthToken() 251 gpr_log(GPR_DEBUG, "Unary with oauth2 access token credentials done."); in DoOauth2AuthToken() [all …]
|
D | http2_client.cc | 62 gpr_log(GPR_ERROR, "Error status code: %d (expected: %d), message: %s", in AssertStatusCode() 81 gpr_log(GPR_DEBUG, "Sending RPC and expecting reset stream after header"); in DoRstAfterHeader() 87 gpr_log(GPR_DEBUG, "Done testing reset stream after header"); in DoRstAfterHeader() 92 gpr_log(GPR_DEBUG, "Sending RPC and expecting reset stream after data"); in DoRstAfterData() 98 gpr_log(GPR_DEBUG, "Done testing reset stream after data"); in DoRstAfterData() 103 gpr_log(GPR_DEBUG, "Sending RPC and expecting reset stream during data"); in DoRstDuringData() 109 gpr_log(GPR_DEBUG, "Done testing reset stream during data"); in DoRstDuringData() 114 gpr_log(GPR_DEBUG, "Sending two RPCs and expecting goaway"); in DoGoaway() 129 gpr_log(GPR_DEBUG, "Done testing goaway"); in DoGoaway() 134 gpr_log(GPR_DEBUG, "Sending RPC and expecting ping"); in DoPing() [all …]
|
D | stress_test.cc | 174 gpr_log(GPR_ERROR, "Error in parsing test case string: %s", it->c_str()); in ParseTestCasesString() 183 gpr_log(GPR_ERROR, "Unknown test case: %s", test_name.c_str()); in ParseTestCasesString() 197 gpr_log(GPR_INFO, "server_addresses: %s", FLAGS_server_addresses.c_str()); in LogParameterInfo() 198 gpr_log(GPR_INFO, "test_cases : %s", FLAGS_test_cases.c_str()); in LogParameterInfo() 199 gpr_log(GPR_INFO, "sleep_duration_ms: %d", FLAGS_sleep_duration_ms); in LogParameterInfo() 200 gpr_log(GPR_INFO, "test_duration_secs: %d", FLAGS_test_duration_secs); in LogParameterInfo() 201 gpr_log(GPR_INFO, "num_channels_per_server: %d", in LogParameterInfo() 203 gpr_log(GPR_INFO, "num_stubs_per_channel: %d", FLAGS_num_stubs_per_channel); in LogParameterInfo() 204 gpr_log(GPR_INFO, "log_level: %d", FLAGS_log_level); in LogParameterInfo() 205 gpr_log(GPR_INFO, "do_not_abort_on_transient_failures: %s", in LogParameterInfo() [all …]
|
/external/grpc-grpc/test/cpp/qps/ |
D | report.cc | 82 gpr_log(GPR_INFO, "QPS: %.1f", result.summary().qps()); in ReportQPS() 84 gpr_log(GPR_INFO, "failed requests/second: %.1f", in ReportQPS() 86 gpr_log(GPR_INFO, "successful requests/second: %.1f", in ReportQPS() 106 gpr_log(GPR_DEBUG, "%s[%d].%s = %" PRIdPTR, name, idx, in ReportCoreStats() 110 gpr_log(GPR_DEBUG, "%s[%d].%s = %.1lf/%.1lf/%.1lf (50/95/99%%-ile)", name, in ReportCoreStats() 122 gpr_log(GPR_INFO, "QPS: %.1f (%.1f/server core)", result.summary().qps(), in ReportQPSPerCore() 127 gpr_log(GPR_INFO, in ReportLatency() 137 gpr_log(GPR_INFO, "Server system time: %.2f%%", in ReportTimes() 139 gpr_log(GPR_INFO, "Server user time: %.2f%%", in ReportTimes() 141 gpr_log(GPR_INFO, "Client system time: %.2f%%", in ReportTimes() [all …]
|
D | qps_worker.cc | 51 gpr_log(GPR_INFO, "Starting client of type %s %s %d", in CreateClient() 70 gpr_log(GPR_INFO, "Starting server of type %s", in CreateServer() 114 gpr_log(GPR_INFO, "RunClient: Returning"); in RunClient() 128 gpr_log(GPR_INFO, "RunServer: Returning"); in RunServer() 189 gpr_log(GPR_INFO, "RunClientBody: about to create client"); in RunClientBody() 194 gpr_log(GPR_INFO, "RunClientBody: client created"); in RunClientBody() 199 gpr_log(GPR_INFO, "RunClientBody: creation status reported"); in RunClientBody() 201 gpr_log(GPR_INFO, "RunClientBody: Message read"); in RunClientBody() 203 gpr_log(GPR_INFO, "RunClientBody: Message is not a mark!"); in RunClientBody() 210 gpr_log(GPR_INFO, "RunClientBody: Mark response given"); in RunClientBody() [all …]
|
D | driver.cc | 86 gpr_log(GPR_ERROR, in get_workers() 276 gpr_log(GPR_INFO, "Starting server on %s (worker #%" PRIuPTR ")", in RunScenario() 289 gpr_log(GPR_ERROR, in RunScenario() 297 gpr_log(GPR_ERROR, "Could not write args to server %zu", i); in RunScenario() 301 gpr_log(GPR_ERROR, "Server %zu did not yield initial status", i); in RunScenario() 335 gpr_log(GPR_INFO, "Starting client on %s (worker #%" PRIuPTR ")", in RunScenario() 348 gpr_log(GPR_ERROR, "client config core limit set but ignored"); in RunScenario() 357 gpr_log(GPR_DEBUG, "Client %" PRIdPTR " gets %" PRIdPTR " channels", i, in RunScenario() 365 gpr_log(GPR_ERROR, "Could not write args to client %zu", i); in RunScenario() 372 gpr_log(GPR_ERROR, "Client %zu did not yield initial status", i); in RunScenario() [all …]
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | call_combiner.cc | 67 gpr_log(GPR_INFO, in grpc_call_combiner_start() 76 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in grpc_call_combiner_start() 85 gpr_log(GPR_INFO, " EXECUTING IMMEDIATELY"); in grpc_call_combiner_start() 91 gpr_log(GPR_INFO, " QUEUING"); in grpc_call_combiner_start() 104 gpr_log(GPR_INFO, in grpc_call_combiner_stop() 111 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in grpc_call_combiner_stop() 118 gpr_log(GPR_INFO, " checking queue"); in grpc_call_combiner_stop() 127 gpr_log(GPR_INFO, " queue returned no result; checking again"); in grpc_call_combiner_stop() 132 gpr_log(GPR_INFO, " EXECUTING FROM QUEUE: closure=%p error=%s", in grpc_call_combiner_stop() 139 gpr_log(GPR_INFO, " queue empty"); in grpc_call_combiner_stop() [all …]
|
D | timer_manager.cc | 85 gpr_log(GPR_INFO, "Spawn timer thread"); in start_timer_thread_and_unlock() 111 gpr_log(GPR_INFO, "kick untimed waiter"); in run_some_timers() 119 gpr_log(GPR_INFO, "flush exec_ctx"); in run_some_timers() 175 gpr_log(GPR_INFO, "sleep for a %" PRId64 " milliseconds", wait_time); in wait_until() 183 gpr_log(GPR_INFO, "sleep until kicked"); in wait_until() 190 gpr_log(GPR_INFO, "wait ended: was_timed:%d kicked:%d", in wait_until() 235 gpr_log(GPR_INFO, "timers not checked: expect another thread to"); in timer_main_loop() 261 gpr_log(GPR_INFO, "End timer thread"); in timer_thread_cleanup() 302 gpr_log(GPR_INFO, "stop timer threads: threaded=%d", g_threaded); in stop_threads() 308 gpr_log(GPR_INFO, "num timer threads: %d", g_thread_count); in stop_threads() [all …]
|
D | tcp_posix.cc | 154 gpr_log(GPR_INFO, "BACKUP_POLLER:%p destroy", p); in done_poller() 163 gpr_log(GPR_INFO, "BACKUP_POLLER:%p run", p); in run_poller() 179 gpr_log(GPR_INFO, "BACKUP_POLLER:%p done cas_ok=%d", p, cas_ok); in run_poller() 183 gpr_log(GPR_INFO, "BACKUP_POLLER:%p shutdown", p); in run_poller() 190 gpr_log(GPR_INFO, "BACKUP_POLLER:%p reschedule", p); in run_poller() 201 gpr_log(GPR_INFO, "BACKUP_POLLER:%p uncover cnt %d->%d", p, in drop_uncovered() 212 gpr_log(GPR_INFO, "BACKUP_POLLER: cover cnt %d->%d", in cover_self() 220 gpr_log(GPR_INFO, "BACKUP_POLLER:%p create", p); in cover_self() 235 gpr_log(GPR_INFO, "BACKUP_POLLER:%p add %p", p, tcp); in cover_self() 245 gpr_log(GPR_INFO, "TCP:%p notify_on_read", tcp); in notify_on_read() [all …]
|
D | udp_server.cc | 232 gpr_log(GPR_DEBUG, "shutdown fd %d", sp->fd_); in shutdown_fd() 251 gpr_log(GPR_DEBUG, "Destroy all listeners."); in finish_shutdown() 296 gpr_log(GPR_DEBUG, "Orphan fd %d, emfd %p", fd_, emfd_); in OrphanFd() 314 gpr_log(GPR_DEBUG, "start to destroy udp_server"); in grpc_udp_server_destroy() 339 gpr_log(GPR_DEBUG, "fd %d about to be orphaned", fd_); in OnFdAboutToOrphan() 369 gpr_log(GPR_ERROR, "Unable to set nonblocking %d: %s", fd, strerror(errno)); in prepare_socket() 373 gpr_log(GPR_ERROR, "Unable to set cloexec %d: %s", fd, strerror(errno)); in prepare_socket() 378 gpr_log(GPR_ERROR, "Unable to set ip_pktinfo."); in prepare_socket() 382 gpr_log(GPR_ERROR, "Unable to set ipv6_recvpktinfo."); in prepare_socket() 388 gpr_log(GPR_ERROR, "Failed to set send buffer size to %d bytes", in prepare_socket() [all …]
|
/external/grpc-grpc/test/core/surface/ |
D | completion_queue_threading_test.cc | 30 #define LOG_TEST(x) gpr_log(GPR_INFO, "%s", x) 54 gpr_log(GPR_ERROR, "Unknown completion type"); in shutdown_and_destroy() 147 gpr_log(GPR_INFO, "producer %d started", opt->id); in producer_thread() 151 gpr_log(GPR_INFO, "producer %d phase 1", opt->id); in producer_thread() 156 gpr_log(GPR_INFO, "producer %d phase 1 done", opt->id); in producer_thread() 160 gpr_log(GPR_INFO, "producer %d phase 2", opt->id); in producer_thread() 170 gpr_log(GPR_INFO, "producer %d phase 2 done", opt->id); in producer_thread() 178 gpr_log(GPR_INFO, "consumer %d started", opt->id); in consumer_thread() 182 gpr_log(GPR_INFO, "consumer %d phase 1", opt->id); in consumer_thread() 184 gpr_log(GPR_INFO, "consumer %d phase 1 done", opt->id); in consumer_thread() [all …]
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 72 gpr_log(GPR_ERROR, "Invalid argument to handshaker_result_extract_peer()"); in handshaker_result_extract_peer() 82 gpr_log(GPR_ERROR, "Failed to construct tsi peer"); in handshaker_result_extract_peer() 91 gpr_log(GPR_ERROR, "Failed to set tsi peer property"); in handshaker_result_extract_peer() 101 gpr_log(GPR_ERROR, "Failed to set tsi peer property"); in handshaker_result_extract_peer() 111 gpr_log(GPR_ERROR, "Failed to set tsi peer property"); in handshaker_result_extract_peer() 121 gpr_log(GPR_ERROR, in handshaker_result_create_zero_copy_grpc_protector() 134 gpr_log(GPR_ERROR, "Failed to create zero-copy grpc protector"); in handshaker_result_create_zero_copy_grpc_protector() 143 gpr_log(GPR_ERROR, in handshaker_result_create_frame_protector() 155 gpr_log(GPR_ERROR, "Failed to create frame protector"); in handshaker_result_create_frame_protector() 164 gpr_log(GPR_ERROR, in handshaker_result_get_unused_bytes() [all …]
|
D | transport_security_common_api.cc | 27 gpr_log(GPR_ERROR, in grpc_gcp_rpc_protocol_versions_set_max() 44 gpr_log(GPR_ERROR, in grpc_gcp_rpc_protocol_versions_set_min() 60 gpr_log(GPR_ERROR, in grpc_gcp_rpc_protocol_versions_encode_length() 68 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&size_stream)); in grpc_gcp_rpc_protocol_versions_encode_length() 78 gpr_log(GPR_ERROR, in grpc_gcp_rpc_protocol_versions_encode_to_raw_bytes() 86 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&output_stream)); in grpc_gcp_rpc_protocol_versions_encode_to_raw_bytes() 95 gpr_log(GPR_ERROR, in grpc_gcp_rpc_protocol_versions_encode() 111 gpr_log(GPR_ERROR, in grpc_gcp_rpc_protocol_versions_decode() 119 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&stream)); in grpc_gcp_rpc_protocol_versions_decode() 130 gpr_log(GPR_ERROR, in grpc_gcp_rpc_protocol_versions_copy() [all …]
|
D | alts_handshaker_client.cc | 78 gpr_log(GPR_ERROR, "Start batch operation failed"); in make_grpc_call() 122 gpr_log(GPR_ERROR, "Invalid arguments to handshaker_client_start_client()"); in handshaker_client_start_client() 127 gpr_log(GPR_ERROR, "get_serialized_start_client() failed"); in handshaker_client_start_client() 133 gpr_log(GPR_ERROR, "make_grpc_call() failed"); in handshaker_client_start_client() 170 gpr_log(GPR_ERROR, "Invalid arguments to handshaker_client_start_server()"); in handshaker_client_start_server() 175 gpr_log(GPR_ERROR, "get_serialized_start_server() failed"); in handshaker_client_start_server() 181 gpr_log(GPR_ERROR, "make_grpc_call() failed"); in handshaker_client_start_server() 208 gpr_log(GPR_ERROR, "Invalid arguments to handshaker_client_next()"); in handshaker_client_next() 213 gpr_log(GPR_ERROR, "get_serialized_next() failed"); in handshaker_client_next() 219 gpr_log(GPR_ERROR, "make_grpc_call() failed"); in handshaker_client_next() [all …]
|
D | alts_handshaker_service_api.cc | 107 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_req_set_handshake_protocol() 120 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_req_set_target_name() 134 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_req_add_application_protocol() 160 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_req_add_record_protocol() 190 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_req_add_target_identity_hostname() 209 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_req_add_target_identity_service_account() 228 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_req_set_local_identity_hostname() 241 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_req_set_local_identity_service_account() 269 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_req_set_rpc_versions() 295 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_req_set_local_endpoint() [all …]
|
/external/grpc-grpc/test/core/network_benchmarks/ |
D | low_level_ping_pong.cc | 83 gpr_log(GPR_ERROR, "Read failed: %s", strerror(errno)); in read_bytes() 116 gpr_log(GPR_ERROR, "Poll failed: %s", strerror(errno)); in poll_read_bytes() 127 gpr_log(GPR_ERROR, "Read failed: %s", strerror(errno)); in poll_read_bytes() 156 gpr_log(GPR_ERROR, "epoll_wait failed: %s", strerror(errno)); in epoll_read_bytes() 202 gpr_log(GPR_ERROR, "Read failed: %s", strerror(errno)); in blocking_write_bytes() 240 gpr_log(GPR_ERROR, "epoll_create: %s", strerror(errno)); in epoll_setup() 249 gpr_log(GPR_ERROR, "epoll_ctl: %s", strerror(errno)); in epoll_setup() 258 gpr_log(GPR_ERROR, "Setup failed"); in server_thread() 262 gpr_log(GPR_ERROR, "Server read failed"); in server_thread() 267 gpr_log(GPR_ERROR, "Server write failed"); in server_thread() [all …]
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | parse_address.cc | 43 gpr_log(GPR_ERROR, "Expected 'unix' scheme, got '%s'", uri->scheme); in grpc_parse_unix() 79 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv4 address: '%s'", host); in grpc_parse_ipv4_hostport() 84 if (log_errors) gpr_log(GPR_ERROR, "no port given for ipv4 scheme"); in grpc_parse_ipv4_hostport() 89 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv4 port: '%s'", port); in grpc_parse_ipv4_hostport() 103 gpr_log(GPR_ERROR, "Expected 'ipv4' scheme, got '%s'", uri->scheme); in grpc_parse_ipv4() 133 gpr_log( in grpc_parse_ipv6_hostport() 146 gpr_log(GPR_ERROR, "invalid ipv6 address: '%s'", host_without_scope); in grpc_parse_ipv6_hostport() 154 gpr_log(GPR_ERROR, "invalid ipv6 scope id: '%s'", host_end + 1); in grpc_parse_ipv6_hostport() 162 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv6 address: '%s'", host); in grpc_parse_ipv6_hostport() 168 if (log_errors) gpr_log(GPR_ERROR, "no port given for ipv6 scheme"); in grpc_parse_ipv6_hostport() [all …]
|
/external/grpc-grpc/test/cpp/end2end/ |
D | grpclb_end2end_test.cc | 154 gpr_log(GPR_INFO, "Backend: shut down"); in Shutdown() 204 gpr_log(GPR_INFO, "LB[%p]: BalanceLoad", this); in BalanceLoad() 212 gpr_log(GPR_INFO, "LB[%p]: received initial message '%s'", this, in BalanceLoad() 244 gpr_log(GPR_INFO, "LB[%p]: received client load report message '%s'", in BalanceLoad() 270 gpr_log(GPR_INFO, "LB[%p]: done", this); in BalanceLoad() 285 gpr_log(GPR_INFO, "LB[%p]: shut down", this); in Shutdown() 324 gpr_log(GPR_INFO, "LB[%p]: sleeping for %d ms...", this, delay_ms); in SendResponse() 328 gpr_log(GPR_INFO, "LB[%p]: Woke up! Sending response '%s'", this, in SendResponse() 468 gpr_log(GPR_INFO, in WaitForAllBackends() 579 gpr_log(GPR_INFO, "starting %s server on port %d", type_.c_str(), port_); in ServerThread() [all …]
|
D | client_lb_end2end_test.cc | 261 gpr_log(GPR_INFO, "starting server on port %d", port_); in Start() 269 gpr_log(GPR_INFO, "server startup complete"); in Start() 419 gpr_log(GPR_DEBUG, "Waited %" PRId64 " milliseconds", waited_ms); in TEST_F() 448 gpr_log(GPR_DEBUG, "Waited %" PRId64 " ms", waited_ms); in TEST_F() 480 gpr_log(GPR_DEBUG, "Waited %" PRId64 " milliseconds", waited_ms); in TEST_F() 497 gpr_log(GPR_INFO, "****** SET [0] *******"); in TEST_F() 504 gpr_log(GPR_INFO, "****** SET none *******"); in TEST_F() 516 gpr_log(GPR_INFO, "****** SET [1] *******"); in TEST_F() 524 gpr_log(GPR_INFO, "****** SET [2] *******"); in TEST_F() 545 gpr_log(GPR_INFO, "****** SET [0] *******"); in TEST_F() [all …]
|
/external/grpc-grpc/test/cpp/util/ |
D | proto_reflection_descriptor_database.cc | 47 gpr_log(GPR_INFO, in ~ProtoReflectionDescriptorDatabase() 51 gpr_log(GPR_INFO, in ~ProtoReflectionDescriptorDatabase() 84 gpr_log(GPR_INFO, "NOT_FOUND from server for FindFileByName(%s)", in FindFileByName() 87 gpr_log(GPR_INFO, in FindFileByName() 94 gpr_log( in FindFileByName() 132 gpr_log(GPR_INFO, in FindFileContainingSymbol() 136 gpr_log(GPR_INFO, in FindFileContainingSymbol() 143 gpr_log( in FindFileContainingSymbol() 165 gpr_log(GPR_INFO, "nested map."); in FindFileContainingExtension() 192 gpr_log(GPR_INFO, in FindFileContainingExtension() [all …]
|
/external/grpc-grpc/test/cpp/server/ |
D | server_request_call_test.cc | 82 gpr_log(GPR_INFO, "!ok on request %d", n); in TEST() 93 gpr_log(GPR_INFO, "Got request %d", n); in TEST() 102 gpr_log(GPR_INFO, in TEST() 107 gpr_log(GPR_INFO, "Finishing request %d", n); in TEST() 121 gpr_log(GPR_INFO, "Sending %d.", i); in TEST() 140 gpr_log(GPR_INFO, "Success."); in TEST() 142 gpr_log(GPR_INFO, "Done sending RPCs."); in TEST() 145 gpr_log(GPR_INFO, "Shutting down."); in TEST()
|
/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_verifier.cc | 86 gpr_log(GPR_ERROR, "Invalid base64."); in parse_json_part_from_jwt() 94 gpr_log(GPR_ERROR, "JSON parsing error."); in parse_json_part_from_jwt() 102 gpr_log(GPR_ERROR, "Invalid %s field [%s]", key, json->value); in validate_string_field() 112 gpr_log(GPR_ERROR, "Invalid %s field [%s]", key, json->value); in validate_time_field() 147 gpr_log(GPR_ERROR, "Invalid alg field [%s]", cur->value); in jose_header_from_json() 160 gpr_log(GPR_ERROR, "Missing alg field."); in jose_header_from_json() 292 gpr_log(GPR_ERROR, "JWT is not valid yet."); in grpc_jwt_claims_check() 298 gpr_log(GPR_ERROR, "JWT is expired."); in grpc_jwt_claims_check() 307 gpr_log(GPR_ERROR, in grpc_jwt_claims_check() 319 gpr_log(GPR_ERROR, "Audience mismatch: expected %s and found %s.", in grpc_jwt_claims_check() [all …]
|
/external/grpc-grpc/src/core/tsi/ |
D | local_transport_security.cc | 58 gpr_log(GPR_ERROR, "Invalid nullptr arguments to zero-copy grpc protect."); in local_zero_copy_grpc_protector_protect() 70 gpr_log(GPR_ERROR, in local_zero_copy_grpc_protector_unprotect() 92 gpr_log( in local_zero_copy_grpc_protector_create() 115 gpr_log(GPR_ERROR, in handshaker_result_create_zero_copy_grpc_protector() 121 gpr_log(GPR_ERROR, "Failed to create zero-copy grpc protector"); in handshaker_result_create_zero_copy_grpc_protector() 146 gpr_log(GPR_ERROR, "Invalid arguments to create_handshaker_result()"); in create_handshaker_result() 165 gpr_log(GPR_ERROR, "Invalid arguments to handshaker_next()"); in handshaker_next() 200 gpr_log(GPR_ERROR, "Invalid arguments to local_tsi_handshaker_create()"); in local_tsi_handshaker_create()
|
D | ssl_transport_security.cc | 174 gpr_log(GPR_INFO, "OpenSSL callback has already been set."); in init_openssl() 213 gpr_log(GPR_INFO, "%20.20s - %30.30s - %5.10s", msg, in ssl_log_where_info() 221 gpr_log(GPR_ERROR, "ssl_info_callback: error occurred.\n"); in ssl_info_callback() 265 gpr_log(GPR_INFO, "Could not get subject name from certificate."); in ssl_get_x509_common_name() 271 gpr_log(GPR_INFO, "Could not get common name of subject from certificate."); in ssl_get_x509_common_name() 276 gpr_log(GPR_ERROR, "Could not get common name entry from certificate."); in ssl_get_x509_common_name() 281 gpr_log(GPR_ERROR, in ssl_get_x509_common_name() 287 gpr_log(GPR_ERROR, "Could not extract utf8 from asn1 string."); in ssl_get_x509_common_name() 356 gpr_log(GPR_ERROR, "Could not get utf8 from asn1 string."); in add_subject_alt_names_properties_to_peer() 374 gpr_log(GPR_ERROR, "SAN IP Address contained invalid IP"); in add_subject_alt_names_properties_to_peer() [all …]
|
/external/grpc-grpc/test/core/gpr/ |
D | log_test.cc | 47 gpr_log(SEVERITY, "hello %d %d %d", 1, 2, 3); \ 53 gpr_log(SEVERITY, "hello %d %d %d", 1, 2, 3); 58 gpr_log(GPR_DEBUG, "%s", "hello world"); in main() 59 gpr_log(GPR_INFO, "%s", "hello world"); in main() 60 gpr_log(GPR_ERROR, "%s", "hello world"); in main() 65 gpr_log(GPR_INFO, "hello %d %d %d", 1, 2, 3); in main()
|