/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/ |
H A D | balsa_frame_test.cc | 401 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 D | balsa_enums.cc | 40 const char* BalsaFrameEnums::ErrorCodeToString( in ErrorCodeToString() function in quiche::BalsaFrameEnums
|
H A D | balsa_enums.h | 117 static const char* ErrorCodeToString(ErrorCode error_code);
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
H A D | error.cc | 21 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 D | http2_trace_logging.cc | 218 << " 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 D | update_attempter_android.cc | 579 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 D | sideload_main.cc | 92 utils::ErrorCodeToString(error_code).c_str())); in SendPayloadApplicationComplete()
|
H A D | hardware_android.cc | 71 << utils::ErrorCodeToString(error_code) << ": " in IsTimestampNewerLogged()
|
H A D | update_engine_client_android.cc | 104 LOG(INFO) << "onPayloadApplicationComplete(" << utils::ErrorCodeToString(code) in onPayloadApplicationComplete()
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | delta_performer.cc | 508 << " 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 D | postinstall_runner_action.cc | 448 << utils::ErrorCodeToString(error_code); in Cleanup()
|
/aosp_15_r20/system/update_engine/common/ |
H A D | error_code_utils.h | 29 std::string ErrorCodeToString(ErrorCode code);
|
H A D | action_processor.cc | 119 << utils::ErrorCodeToString(code); in ActionComplete()
|
H A D | error_code_utils.cc | 24 string ErrorCodeToString(ErrorCode code) { in ErrorCodeToString() function
|
H A D | test_utils.cc | 60 *os << utils::ErrorCodeToString(error_code); in PrintTo()
|
/aosp_15_r20/external/libchrome/base/json/ |
H A D | json_reader.h | 116 static std::string ErrorCodeToString(JsonParseError error_code);
|
H A D | json_reader.cc | 84 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString() function in base::JSONReader
|
H A D | json_parser.cc | 115 JSONReader::ErrorCodeToString(error_code_)); in GetErrorMessage()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/json/ |
D | json_reader.h | 119 static std::string ErrorCodeToString(JsonParseError error_code);
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/json/ |
D | json_reader.h | 119 static std::string ErrorCodeToString(JsonParseError error_code);
|
/aosp_15_r20/external/cronet/base/json/ |
H A D | json_parser.cc | 37 std::string ErrorCodeToString(JSONParser::JsonParseError error_code) { in ErrorCodeToString() function 176 ErrorCodeToString(error_code_)); in GetErrorMessage()
|
/aosp_15_r20/system/update_engine/ |
H A D | download_action.cc | 224 LOG(ERROR) << "Error " << utils::ErrorCodeToString(code_) << " (" << code_ in ReceivedBytes()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/ |
H A D | spdy_protocol.cc | 238 const char* ErrorCodeToString(SpdyErrorCode error_code) { in ErrorCodeToString() function
|
H A D | spdy_protocol.h | 285 QUICHE_EXPORT const char* ErrorCodeToString(SpdyErrorCode error_code);
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_session.cc | 295 ErrorCodeToString(error_code))); in NetLogSpdyRecvRstStreamParams() 305 ErrorCodeToString(error_code))) in NetLogSpdySendRstStreamParams() 327 ErrorCodeToString(error_code))) in NetLogSpdyRecvGoAwayParams()
|