/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/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() 134 GPR_ERROR, 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/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/test/core/gpr/ |
D | log_test.cc | 60 gpr_log(GPR_ERROR, "%s", "hello world"); in main() 73 test_log_function_reached(GPR_ERROR); in main() 80 test_log_function_reached(GPR_ERROR); in main() 85 test_log_function_reached(GPR_ERROR); in main() 90 test_log_function_reached(GPR_ERROR); in main() 95 test_log_function_reached(GPR_ERROR); in main() 102 test_log_function_reached(GPR_ERROR); in main()
|
/external/grpc-grpc/test/cpp/qps/ |
D | driver.cc | 86 gpr_log(GPR_ERROR, in get_workers() 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() 348 gpr_log(GPR_ERROR, "client config core limit set but ignored"); 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() 388 gpr_log(GPR_ERROR, "Couldn't write mark to client %zu", i); in RunScenario() 394 gpr_log(GPR_ERROR, "Couldn't get status from client %zu", i); in RunScenario() 409 gpr_log(GPR_ERROR, "Couldn't write mark to server %zu", i); in RunScenario() [all …]
|
/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 …]
|
D | json_token.cc | 76 gpr_log(GPR_ERROR, "Invalid json."); in grpc_auth_json_key_create_from_json() 102 gpr_log(GPR_ERROR, "Could not write into openssl BIO."); in grpc_auth_json_key_create_from_json() 108 gpr_log(GPR_ERROR, "Could not deserialize private key."); in grpc_auth_json_key_create_from_json() 244 gpr_log(GPR_ERROR, "Unknown algorithm %s.", algorithm); in openssl_digest_from_algorithm() 261 gpr_log(GPR_ERROR, "Could not create MD_CTX"); in compute_and_encode_signature() 266 gpr_log(GPR_ERROR, "DigestInit failed."); in compute_and_encode_signature() 270 gpr_log(GPR_ERROR, "DigestUpdate failed."); in compute_and_encode_signature() 274 gpr_log(GPR_ERROR, "DigestFinal (get signature length) failed."); in compute_and_encode_signature() 279 gpr_log(GPR_ERROR, "DigestFinal (signature compute) failed."); in compute_and_encode_signature()
|
/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() 93 GPR_ERROR, 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 | 221 gpr_log(GPR_ERROR, "ssl_info_callback: error occurred.\n"); in ssl_info_callback() 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() 381 gpr_log(GPR_ERROR, "Could not get IP string from asn1 octet."); in add_subject_alt_names_properties_to_peer() 448 gpr_log(GPR_ERROR, "%s", details); in log_ssl_error_stack() 468 GPR_ERROR, in do_ssl_read() 472 gpr_log(GPR_ERROR, "Corruption detected."); in do_ssl_read() [all …]
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | bin_decoder.cc | 59 gpr_log(GPR_ERROR, in input_is_valid() 90 gpr_log(GPR_ERROR, in grpc_chttp2_base64_infer_length_after_decode() 97 gpr_log(GPR_ERROR, in grpc_chttp2_base64_infer_length_after_decode() 168 gpr_log(GPR_ERROR, in grpc_chttp2_base64_decode() 195 gpr_log(GPR_ERROR, "Base64 decoding failed, input string:\n%s\n", s); in grpc_chttp2_base64_decode() 213 gpr_log(GPR_ERROR, in grpc_chttp2_base64_decode_with_length() 225 GPR_ERROR, in grpc_chttp2_base64_decode_with_length() 242 gpr_log(GPR_ERROR, "Base64 decoding failed, input string:\n%s\n", s); in grpc_chttp2_base64_decode_with_length()
|
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 69 gpr_log(GPR_ERROR, "%s", error_details); in seal() 87 gpr_log(GPR_ERROR, "Invalid nullptr arguments to alts_protect_flush()."); in alts_protect_flush() 112 gpr_log(GPR_ERROR, "Couldn't reset frame writer."); in alts_protect_flush() 125 gpr_log(GPR_ERROR, "Couldn't write frame bytes."); in alts_protect_flush() 148 gpr_log(GPR_ERROR, "Invalid nullptr arguments to alts_protect()."); in alts_protect() 201 gpr_log(GPR_ERROR, "%s", error_details); in unseal() 240 gpr_log(GPR_ERROR, "Invalid nullptr arguments to alts_unprotect()."); in alts_unprotect() 255 gpr_log(GPR_ERROR, "Couldn't reset frame reader."); in alts_unprotect() 275 gpr_log(GPR_ERROR, "Failed to process frame."); in alts_unprotect() 366 gpr_log(GPR_ERROR, in alts_create_frame_protector() [all …]
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_grpc_privacy_integrity_record_protocol.cc | 41 gpr_log(GPR_ERROR, in alts_grpc_privacy_integrity_protect() 62 gpr_log(GPR_ERROR, "Failed to protect, %s", error_details); in alts_grpc_privacy_integrity_protect() 79 GPR_ERROR, in alts_grpc_privacy_integrity_unprotect() 86 gpr_log(GPR_ERROR, "Protected slices do not have sufficient data."); in alts_grpc_privacy_integrity_unprotect() 107 gpr_log(GPR_ERROR, "Failed to unprotect, %s", error_details); in alts_grpc_privacy_integrity_unprotect() 127 gpr_log(GPR_ERROR, in alts_grpc_privacy_integrity_record_protocol_create()
|
D | alts_grpc_integrity_only_record_protocol.cc | 69 gpr_log(GPR_ERROR, "Failed to protect, %s", error_details); in alts_grpc_integrity_only_extra_copy_protect() 84 gpr_log(GPR_ERROR, in alts_grpc_integrity_only_protect() 109 gpr_log(GPR_ERROR, "Failed to protect, %s", error_details); in alts_grpc_integrity_only_protect() 127 GPR_ERROR, in alts_grpc_integrity_only_unprotect() 132 gpr_log(GPR_ERROR, "Protected slices do not have sufficient data."); in alts_grpc_integrity_only_unprotect() 172 gpr_log(GPR_ERROR, "Failed to unprotect, %s", error_details); in alts_grpc_integrity_only_unprotect() 202 gpr_log(GPR_ERROR, in alts_grpc_integrity_only_record_protocol_create()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | cpu_linux.cc | 41 gpr_log(GPR_ERROR, "Error determining current CPU: %s\n", strerror(errno)); in init_num_cpus() 50 gpr_log(GPR_ERROR, "Cannot determine number of CPUs: assuming 1"); in init_num_cpus() 71 gpr_log(GPR_ERROR, "Error determining current CPU: %s\n", strerror(errno)); in gpr_cpu_current_cpu() 75 gpr_log(GPR_ERROR, "Cannot handle hot-plugged CPUs"); in gpr_cpu_current_cpu()
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 72 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_resp_set_application_protocol() 88 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_resp_set_record_protocol() 103 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_resp_set_key_data() 131 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_resp_set_local_identity_hostname() 145 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_resp_set_local_identity_service_account() 159 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_resp_set_peer_identity_hostname() 173 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_resp_set_peer_identity_service_account() 187 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_resp_set_channel_open() 201 gpr_log(GPR_ERROR, in grpc_gcp_handshaker_resp_set_code() 215 GPR_ERROR, in grpc_gcp_handshaker_resp_set_details() [all …]
|
/external/grpc-grpc/src/core/lib/security/security_connector/ |
D | alts_security_connector.cc | 110 gpr_log(GPR_ERROR, in grpc_alts_auth_context_from_tsi_peer() 121 gpr_log(GPR_ERROR, "Invalid or missing certificate type property."); in grpc_alts_auth_context_from_tsi_peer() 128 gpr_log(GPR_ERROR, "Missing rpc protocol versions property."); in grpc_alts_auth_context_from_tsi_peer() 139 gpr_log(GPR_ERROR, "Invalid peer rpc protocol versions."); in grpc_alts_auth_context_from_tsi_peer() 146 gpr_log(GPR_ERROR, "Mismatch of local and peer rpc protocol versions."); in grpc_alts_auth_context_from_tsi_peer() 167 gpr_log(GPR_ERROR, "Invalid unauthenticated peer."); in grpc_alts_auth_context_from_tsi_peer() 246 GPR_ERROR, in grpc_alts_channel_security_connector_create() 273 GPR_ERROR, in grpc_alts_server_security_connector_create()
|
D | local_security_connector.cc | 112 gpr_log(GPR_ERROR, "Invalid arguments to local_auth_context_create()"); in local_auth_context_create() 176 GPR_ERROR, in grpc_local_channel_security_connector_create() 184 gpr_log(GPR_ERROR, in grpc_local_channel_security_connector_create() 195 gpr_log(GPR_ERROR, in grpc_local_channel_security_connector_create() 222 GPR_ERROR, in grpc_local_server_security_connector_create() 230 gpr_log(GPR_ERROR, in grpc_local_server_security_connector_create()
|
/external/grpc-grpc/test/core/security/ |
D | fetch_oauth2.cc | 66 gpr_log(GPR_ERROR, in main() 79 gpr_log(GPR_ERROR, "Could not create gce credentials."); in main() 85 gpr_log(GPR_ERROR, in main() 92 gpr_log(GPR_ERROR, "Missing --gce or --json_refresh_token option."); in main()
|
D | security_connector_test.cc | 115 gpr_log(GPR_ERROR, "Expected identity value %s not found.", in check_identity() 120 gpr_log(GPR_ERROR, "Expected peer identity property name %s and got %s.", in check_identity() 125 gpr_log(GPR_ERROR, "Expected peer identity %s and got %s.", in check_identity() 139 gpr_log(GPR_ERROR, "CN property not found."); in check_x509_cn() 143 gpr_log(GPR_ERROR, "Expected CN %s and got %s", expected_cn, prop->value); in check_x509_cn() 147 gpr_log(GPR_ERROR, "Expected only one property for CN."); in check_x509_cn() 159 gpr_log(GPR_ERROR, "Pem certificate property not found."); in check_x509_pem_cert() 163 gpr_log(GPR_ERROR, "Expected pem cert %s and got %s", expected_pem_cert, in check_x509_pem_cert() 168 gpr_log(GPR_ERROR, "Expected only one property for pem cert."); in check_x509_pem_cert()
|
/external/grpc-grpc/test/cpp/interop/ |
D | interop_client.cc | 64 gpr_log(GPR_ERROR, in UnaryCompressionChecks() 138 gpr_log(GPR_ERROR, in AssertStatusCode() 342 gpr_log(GPR_ERROR, "Compressed unary request failed %s", log_suffix); in DoClientCompressedUnary() 368 gpr_log(GPR_ERROR, "Request for compressed unary failed %s", log_suffix); in DoServerCompressedUnary() 405 gpr_log(GPR_ERROR, "DoRequestStreaming(): stream->Write() failed"); in DoRequestStreaming() 444 gpr_log(GPR_ERROR, in DoResponseStreaming() 476 gpr_log(GPR_ERROR, "%s(): stream->Write() failed", __func__); in DoClientCompressedStreaming() 501 gpr_log(GPR_ERROR, "%s(): stream->Write() failed", __func__); in DoClientCompressedStreaming() 511 gpr_log(GPR_ERROR, "%s(): stream->Write() failed", __func__); in DoClientCompressedStreaming() 571 gpr_log(GPR_ERROR, in DoServerCompressedStreaming() [all …]
|
/external/grpc-grpc/test/core/end2end/ |
D | cq_verifier.cc | 197 gpr_log(GPR_ERROR, "not implemented"); in expectation_to_strvec() 219 gpr_log(GPR_ERROR, "%s", msg); in fail_no_event_received() 235 gpr_log(GPR_ERROR, "actual success does not match expected: %s", s); in verify_matches() 241 gpr_log(GPR_ERROR, "premature queue shutdown"); in verify_matches() 245 gpr_log(GPR_ERROR, "not implemented"); in verify_matches() 273 gpr_log(GPR_ERROR, "cq returned unexpected event: %s", s); in cq_verify() 280 gpr_log(GPR_ERROR, "expected tags:\n%s", s); in cq_verify() 299 gpr_log(GPR_ERROR, "unexpected event (expected nothing): %s", s); in cq_verify_empty_timeout()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | lockfree_event.cc | 98 gpr_log(GPR_ERROR, "LockfreeEvent::NotifyOn: %p curr=%p closure=%p", this, in NotifyOn() 147 gpr_log(GPR_ERROR, in NotifyOn() 164 gpr_log(GPR_ERROR, "LockfreeEvent::SetShutdown: %p curr=%p err=%s", in SetShutdown() 213 gpr_log(GPR_ERROR, "LockfreeEvent::SetReady: %p curr=%p", &state_, in SetReady()
|