Home
last modified time | relevance | path

Searched refs:exceptionToString (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/test-base/src/junit/framework/
H A DTestSuite.java68 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
70 …return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")… in createTest()
72 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
105 private static String exceptionToString(Throwable t) {
/aosp12/system/netd/include/binder_utils/
H A DBinderUtil.h42 std::string exceptionToString(int32_t exception) { in exceptionToString() function
90 output.append(fmt::format("{}({}, \"{}\")", exceptionToString(exceptionCode), in binderCallLogFn()
/aosp12/system/libhidl/base/
H A DStatus.cpp29 static std::string exceptionToString(int32_t ex) { in exceptionToString() function
106 stream << "Status(" << exceptionToString(s.exceptionCode()) << "): '"; in operator <<()
/aosp12/frameworks/native/libs/binder/
H A DStatus.cpp66 std::string Status::exceptionToString(int32_t exceptionCode) { in exceptionToString() function in android::binder::Status
236 ret.appendFormat("Status(%d, %s): '", mException, exceptionToString(mException).c_str()); in toString8()
/aosp12/frameworks/native/include/binder/
H A DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp12/system/security/identity/
H A DUtil.cpp41 halStatus.exceptionCode(), Status::exceptionToString(halStatus.exceptionCode()).c_str(), in halStatusToError()
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DStatusFuzzFunctions.h69 binder::Status::exceptionToString(fdp->ConsumeIntegral<int32_t>());
/aosp12/frameworks/base/services/core/jni/stats/
H A DSurfaceFlingerPuller.cpp56 atomTag, (int)success, binder::Status::exceptionToString(err).c_str()); in pull()