Home
last modified time | relevance | path

Searched defs:ErrorCodeToString (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/update_engine/common/
H A Derror_code_utils.cc24 string ErrorCodeToString(ErrorCode code) { in ErrorCodeToString() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_enums.cc40 const char* BalsaFrameEnums::ErrorCodeToString( in ErrorCodeToString() function in quiche::BalsaFrameEnums
H A Dbalsa_frame_test.cc401 TEST(HTTPBalsaFrame, ErrorCodeToString) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/
H A Derror.cc21 constexpr const char* ErrorCodeToString(ErrorCode code) { in ErrorCodeToString() function
/aosp_15_r20/external/libchrome/base/json/
H A Djson_reader.cc84 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString() function in base::JSONReader
/aosp_15_r20/external/cronet/base/json/
H A Djson_parser.cc37 std::string ErrorCodeToString(JSONParser::JsonParseError error_code) { in ErrorCodeToString() function
/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