Searched refs:exceptionToString (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/test-base/src/junit/framework/ |
H A D | TestSuite.java | 68 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 D | BinderUtil.h | 42 std::string exceptionToString(int32_t exception) { in exceptionToString() function 90 output.append(fmt::format("{}({}, \"{}\")", exceptionToString(exceptionCode), in binderCallLogFn()
|
/aosp12/system/libhidl/base/ |
H A D | Status.cpp | 29 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 D | Status.cpp | 66 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 D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp12/system/security/identity/ |
H A D | Util.cpp | 41 halStatus.exceptionCode(), Status::exceptionToString(halStatus.exceptionCode()).c_str(), in halStatusToError()
|
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/ |
H A D | StatusFuzzFunctions.h | 69 binder::Status::exceptionToString(fdp->ConsumeIntegral<int32_t>());
|
/aosp12/frameworks/base/services/core/jni/stats/ |
H A D | SurfaceFlingerPuller.cpp | 56 atomTag, (int)success, binder::Status::exceptionToString(err).c_str()); in pull()
|