/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 …]
|
/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/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | call_combiner.cc | 117 gpr_log(GPR_INFO, in Start() 125 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in Start() 133 gpr_log(GPR_INFO, " EXECUTING IMMEDIATELY"); in Start() 139 gpr_log(GPR_INFO, " QUEUING"); in Start() 151 gpr_log(GPR_INFO, "==> CallCombiner::Stop() [%p] [" DEBUG_FMT_STR "%s]", in Stop() 157 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in Stop() 164 gpr_log(GPR_INFO, " checking queue"); in Stop() 173 gpr_log(GPR_INFO, " queue returned no result; checking again"); in Stop() 178 gpr_log(GPR_INFO, " EXECUTING FROM QUEUE: closure=%p error=%s", in Stop() 185 gpr_log(GPR_INFO, " queue empty"); in Stop() [all …]
|
D | parse_address.cc | 51 gpr_log(GPR_ERROR, "Expected 'unix' scheme, got '%s'", in grpc_parse_unix() 58 gpr_log(GPR_ERROR, "%s", grpc_error_string(error)); in grpc_parse_unix() 68 gpr_log(GPR_ERROR, "Expected 'unix-abstract' scheme, got '%s'", in grpc_parse_unix_abstract() 75 gpr_log(GPR_ERROR, "%s", grpc_error_string(error)); in grpc_parse_unix_abstract() 158 gpr_log(GPR_ERROR, "Failed gpr_split_host_port(%s, ...)", in grpc_parse_ipv4_hostport() 170 gpr_log(GPR_ERROR, "invalid ipv4 address: '%s'", host.c_str()); in grpc_parse_ipv4_hostport() 176 if (log_errors) gpr_log(GPR_ERROR, "no port given for ipv4 scheme"); in grpc_parse_ipv4_hostport() 182 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv4 port: '%s'", port.c_str()); in grpc_parse_ipv4_hostport() 194 gpr_log(GPR_ERROR, "Expected 'ipv4' scheme, got '%s'", in grpc_parse_ipv4() 210 gpr_log(GPR_ERROR, "Failed gpr_split_host_port(%s, ...)", in grpc_parse_ipv6_hostport() [all …]
|
D | work_serializer.cc | 55 gpr_log(GPR_INFO, "WorkSerializer::Run() %p Scheduling callback [%s:%d]", in Run() 65 gpr_log(GPR_INFO, " Executing immediately"); in Run() 76 gpr_log(GPR_INFO, " Scheduling on queue : item %p", cb_wrapper); in Run() 84 gpr_log(GPR_INFO, "WorkSerializer::Orphan() %p", this); in Orphan() 89 gpr_log(GPR_INFO, " Destroying"); in Orphan() 102 gpr_log(GPR_INFO, "WorkSerializer::DrainQueue() %p", this); in DrainQueue() 110 gpr_log(GPR_INFO, " Queue Drained. Destroying"); in DrainQueue() 117 gpr_log(GPR_INFO, " Queue Drained"); in DrainQueue() 130 gpr_log(GPR_INFO, " Queue returned nullptr, trying again"); in DrainQueue() 134 gpr_log(GPR_INFO, " Running item %p : callback scheduled at [%s:%d]", in DrainQueue()
|
D | timer_manager.cc | 88 gpr_log(GPR_INFO, "Spawn timer thread"); in start_timer_thread_and_unlock() 124 gpr_log(GPR_INFO, "kick untimed waiter"); in run_some_timers() 132 gpr_log(GPR_INFO, "flush exec_ctx"); in run_some_timers() 188 gpr_log(GPR_INFO, "sleep for a %" PRId64 " milliseconds", wait_time); in wait_until() 197 gpr_log(GPR_INFO, "sleep until kicked"); in wait_until() 204 gpr_log(GPR_INFO, "wait ended: was_timed:%d kicked:%d", in wait_until() 250 gpr_log(GPR_INFO, "timers not checked: expect another thread to"); in timer_main_loop() 276 gpr_log(GPR_INFO, "End timer thread"); in timer_thread_cleanup() 317 gpr_log(GPR_INFO, "stop timer threads: threaded=%d", g_threaded); in stop_threads() 323 gpr_log(GPR_INFO, "num timer threads: %d", g_thread_count); in stop_threads() [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 …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 89 gpr_log(GPR_ERROR, "Invalid argument to handshaker_result_extract_peer()"); in handshaker_result_extract_peer() 99 gpr_log(GPR_ERROR, "Failed to construct tsi peer"); in handshaker_result_extract_peer() 108 gpr_log(GPR_ERROR, "Failed to set tsi peer property"); in handshaker_result_extract_peer() 118 gpr_log(GPR_ERROR, "Failed to set tsi peer property"); in handshaker_result_extract_peer() 128 gpr_log(GPR_ERROR, "Failed to set tsi peer property"); in handshaker_result_extract_peer() 138 gpr_log(GPR_ERROR, "Failed to set tsi peer property"); in handshaker_result_extract_peer() 148 gpr_log(GPR_ERROR, "Failed to set tsi peer property"); in handshaker_result_extract_peer() 158 gpr_log(GPR_ERROR, in handshaker_result_create_zero_copy_grpc_protector() 181 gpr_log(GPR_DEBUG, in handshaker_result_create_zero_copy_grpc_protector() 191 gpr_log(GPR_ERROR, "Failed to create zero-copy grpc protector"); in handshaker_result_create_zero_copy_grpc_protector() [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() 105 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv4 address: '%s'", host); in grpc_parse_ipv4_hostport() 110 if (log_errors) gpr_log(GPR_ERROR, "no port given for ipv4 scheme"); in grpc_parse_ipv4_hostport() 115 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv4 port: '%s'", port); in grpc_parse_ipv4_hostport() 129 gpr_log(GPR_ERROR, "Expected 'ipv4' scheme, got '%s'", uri->scheme); in grpc_parse_ipv4() 159 gpr_log( in grpc_parse_ipv6_hostport() 172 gpr_log(GPR_ERROR, "invalid ipv6 address: '%s'", host_without_scope); in grpc_parse_ipv6_hostport() 180 gpr_log(GPR_ERROR, "invalid ipv6 scope id: '%s'", host_end + 1); in grpc_parse_ipv6_hostport() 188 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv6 address: '%s'", host); in grpc_parse_ipv6_hostport() 194 if (log_errors) gpr_log(GPR_ERROR, "no port given for ipv6 scheme"); in grpc_parse_ipv6_hostport() [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/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 …]
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | fetch_oauth2.cc | 43 gpr_log(GPR_ERROR, "%s", status.error_message().c_str()); in create_sts_creds() 55 gpr_log(GPR_ERROR, "%s", status.error_message().c_str()); in create_sts_creds() 104 gpr_log( in main() 113 gpr_log(GPR_INFO, in main() 119 gpr_log(GPR_ERROR, "Could not create gce credentials."); in main() 125 gpr_log(GPR_ERROR, in main() 134 gpr_log(GPR_ERROR, in main() 141 gpr_log( in main()
|
/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/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_verifier.cc | 89 gpr_log(GPR_ERROR, "Invalid base64."); in parse_json_part_from_jwt() 96 gpr_log(GPR_ERROR, "JSON parse error: %s", grpc_error_string(error)); in parse_json_part_from_jwt() 106 gpr_log(GPR_ERROR, "Invalid %s field", key); in validate_string_field() 115 gpr_log(GPR_ERROR, "Invalid %s field", key); in validate_time_field() 141 gpr_log(GPR_ERROR, "JSON value is not an object"); in jose_header_from_json() 147 gpr_log(GPR_ERROR, "Missing alg field."); in jose_header_from_json() 158 gpr_log(GPR_ERROR, "Invalid alg field"); in jose_header_from_json() 298 gpr_log(GPR_ERROR, "JWT is not valid yet."); in grpc_jwt_claims_check() 304 gpr_log(GPR_ERROR, "JWT is expired."); in grpc_jwt_claims_check() 313 gpr_log(GPR_ERROR, in grpc_jwt_claims_check() [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()
|
/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()
|