Home
last modified time | relevance | path

Searched refs:errorObject (Results 1 - 4 of 4) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Djs_error.cpp35 JsErrorInfo errorObject; in ConvertErrorCode() local
38 errorObject.code = static_cast<int32_t>(ErrorThrowType::PARAMETER_ERROR); in ConvertErrorCode()
39 errorObject.message = std::string(PARAMETER_ERROR_MESSAGE); in ConvertErrorCode()
42 errorObject.code = static_cast<int32_t>(ErrorThrowType::PERMISSION_ERROR); in ConvertErrorCode()
43 errorObject.message = PERMISSION_DENIED_MESSAGE; in ConvertErrorCode()
46 errorObject.code = static_cast<int32_t>(ErrorThrowType::SYSTEM_APP_PERMISSION_ERROR); in ConvertErrorCode()
47 errorObject.message = PERMISSION_FAILED_MESSAGE; in ConvertErrorCode()
53 return errorObject; in ConvertErrorCode()
/base/hiviewdfx/hicollie/interfaces/ndk/
H A Dreport_data.cpp55 if (!parcel.WriteString(errorObject.name)) { in Marshalling()
56 XCOLLIE_LOGE("Name [%{public}s] write string failed.", errorObject.name.c_str()); in Marshalling()
60 if (!parcel.WriteString(errorObject.message)) { in Marshalling()
61 XCOLLIE_LOGE("Message [%{public}s] write string failed.", errorObject.message.c_str()); in Marshalling()
65 if (!parcel.WriteString(errorObject.stack)) { in Marshalling()
66 XCOLLIE_LOGE("Stack [%{public}s] write string failed.", errorObject.stack.c_str()); in Marshalling()
H A Dhicollie.cpp84 reportData.errorObject.message = "Bussiness thread is not response!"; in Report()
88 reportData.errorObject.name = "BUSSINESS_THREAD_BLOCK_6S"; in Report()
92 reportData.errorObject.name = "BUSSINESS_THREAD_BLOCK_3S"; in Report()
97 reportData.errorObject.stack = ""; in Report()
/base/hiviewdfx/hicollie/interfaces/ndk/include/
H A Dreport_data.h44 ErrorObject errorObject; member

Completed in 3 milliseconds