Home
last modified time | relevance | path

Searched refs:Error2JsonString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ot-br-posix/src/rest/
H A Djson.hpp210 std::string Error2JsonString(HttpStatusCode aErrorCode, std::string aErrorMessage);
H A Dresource.cpp208 std::string body = Json::Error2JsonString(aErrorCode, errorMessage); in ErrorHandler()
H A Djson.cpp613 std::string Error2JsonString(HttpStatusCode aErrorCode, std::string aErrorMessage) in Error2JsonString() function