Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_frame_test.cc401 TEST(HTTPBalsaFrame, ErrorCodeToString) { in TEST() argument
403 BalsaFrameEnums::ErrorCodeToString( in TEST()
406 BalsaFrameEnums::ErrorCodeToString( in TEST()
409 BalsaFrameEnums::ErrorCodeToString( in TEST()
412 BalsaFrameEnums::ErrorCodeToString( in TEST()
416 BalsaFrameEnums::ErrorCodeToString( in TEST()
420 BalsaFrameEnums::ErrorCodeToString( in TEST()
424 BalsaFrameEnums::ErrorCodeToString( in TEST()
428 BalsaFrameEnums::ErrorCodeToString( in TEST()
431 BalsaFrameEnums::ErrorCodeToString( in TEST()
[all …]
H A Dbalsa_enums.cc40 const char* BalsaFrameEnums::ErrorCodeToString( in ErrorCodeToString() function in quiche::BalsaFrameEnums
H A Dbalsa_enums.h117 static const char* ErrorCodeToString(ErrorCode error_code);
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/
H A Derror.cc21 constexpr const char* ErrorCodeToString(ErrorCode code) { in ErrorCodeToString() function
47 bt::sdp::ErrorCodeToString(ecode), in ToString()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/core/
H A Dhttp2_trace_logging.cc218 << " error_code=" << spdy::ErrorCodeToString(error_code); in OnRstStream()
255 << " error_code=" << spdy::ErrorCodeToString(error_code); in OnGoAway()
376 << " error_code=" << spdy::ErrorCodeToString(rst_stream.error_code()); in VisitRstStream()
396 << " error_code=" << spdy::ErrorCodeToString(goaway.error_code()) in VisitGoAway()
/aosp_15_r20/system/update_engine/aosp/
H A Dupdate_attempter_android.cc579 utils::ErrorCodeToString(errorcode), in VerifyPayloadParseManifest()
640 utils::ErrorCodeToString(errorcode), in VerifyPayloadParseManifest()
1302 << utils::ErrorCodeToString(*cleanup_previous_update_code_); in CleanupSuccessfulUpdate()
1384 utils::ErrorCodeToString(error_code), in setShouldSwitchSlotOnReboot()
H A Dsideload_main.cc92 utils::ErrorCodeToString(error_code).c_str())); in SendPayloadApplicationComplete()
H A Dhardware_android.cc71 << utils::ErrorCodeToString(error_code) << ": " in IsTimestampNewerLogged()
H A Dupdate_engine_client_android.cc104 LOG(INFO) << "onPayloadApplicationComplete(" << utils::ErrorCodeToString(code) in onPayloadApplicationComplete()
/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer.cc508 << " Error: " << utils::ErrorCodeToString(*error); in Write()
920 << utils::ErrorCodeToString(*error); in PreparePartitionsForUpdate()
1146 << utils::ErrorCodeToString(error_code); in ValidateManifest()
1199 << ") returned" << utils::ErrorCodeToString(error_code); in CheckTimestampError()
H A Dpostinstall_runner_action.cc448 << utils::ErrorCodeToString(error_code); in Cleanup()
/aosp_15_r20/system/update_engine/common/
H A Derror_code_utils.h29 std::string ErrorCodeToString(ErrorCode code);
H A Daction_processor.cc119 << utils::ErrorCodeToString(code); in ActionComplete()
H A Derror_code_utils.cc24 string ErrorCodeToString(ErrorCode code) { in ErrorCodeToString() function
H A Dtest_utils.cc60 *os << utils::ErrorCodeToString(error_code); in PrintTo()
/aosp_15_r20/external/libchrome/base/json/
H A Djson_reader.h116 static std::string ErrorCodeToString(JsonParseError error_code);
H A Djson_reader.cc84 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString() function in base::JSONReader
H A Djson_parser.cc115 JSONReader::ErrorCodeToString(error_code_)); in GetErrorMessage()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/json/
Djson_reader.h119 static std::string ErrorCodeToString(JsonParseError error_code);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/json/
Djson_reader.h119 static std::string ErrorCodeToString(JsonParseError error_code);
/aosp_15_r20/external/cronet/base/json/
H A Djson_parser.cc37 std::string ErrorCodeToString(JSONParser::JsonParseError error_code) { in ErrorCodeToString() function
176 ErrorCodeToString(error_code_)); in GetErrorMessage()
/aosp_15_r20/system/update_engine/
H A Ddownload_action.cc224 LOG(ERROR) << "Error " << utils::ErrorCodeToString(code_) << " (" << code_ in ReceivedBytes()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_protocol.cc238 const char* ErrorCodeToString(SpdyErrorCode error_code) { in ErrorCodeToString() function
H A Dspdy_protocol.h285 QUICHE_EXPORT const char* ErrorCodeToString(SpdyErrorCode error_code);
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session.cc295 ErrorCodeToString(error_code))); in NetLogSpdyRecvRstStreamParams()
305 ErrorCodeToString(error_code))) in NetLogSpdySendRstStreamParams()
327 ErrorCodeToString(error_code))) in NetLogSpdyRecvGoAwayParams()