/ohos5.0/base/startup/init/interfaces/kits/cj/src_enhance/ |
H A D | system_parameter_ffi.cpp | 42 static int GetErrorInfo(int status) in GetErrorInfo() function 70 ret.code = GetErrorInfo(status); in FfiOHOSSysTemParameterGet() 82 return GetErrorInfo(ret); in FfiOHOSSysTemParameterSet()
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 141 void GetErrorInfo(int32_t errorCode, ErrorInfo &errorInfo) in GetErrorInfo() function 198 GetErrorInfo(status, errInfo); in NAPI_IsLocked() 244 GetErrorInfo(status, errInfo); in AsyncCallFunc() 452 GetErrorInfo(retCode, errInfo); in NAPI_OnSystemEvent() 503 GetErrorInfo(retCode, errInfo); in NAPI_ScreenLockSendEvent() 542 GetErrorInfo(status, errInfo); in NAPI_IsScreenLockDisabled() 585 GetErrorInfo(retCode, errInfo); in NAPI_SetScreenLockDisabled() 640 GetErrorInfo(retCode, errInfo); in NAPI_SetScreenLockAuthState() 677 GetErrorInfo(status, errInfo); in NAPI_GetScreenLockAuthState() 718 GetErrorInfo(retCode, errInfo); in NAPI_RequestStrongAuth() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/udmf/ |
H A D | udmf_impl.cpp | 134 std::pair<int32_t, std::string> UdmfClientImpl::GetErrorInfo(int32_t errorCode) in GetErrorInfo() function in OHOS::Ace::UdmfClientImpl
|
H A D | udmf_impl.h | 58 std::pair<int32_t, std::string> GetErrorInfo(int32_t errorCode) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/udmf/ |
H A D | udmf_client.h | 70 virtual std::pair<int32_t, std::string> GetErrorInfo(int32_t errorCode) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/ |
H A D | udmf_impl.h | 61 std::pair<int32_t, std::string> GetErrorInfo(int32_t errorCode) override;
|
H A D | udmf_impl.cpp | 395 std::pair<int32_t, std::string> UdmfClientImpl::GetErrorInfo(int32_t errorCode) in GetErrorInfo() function in OHOS::Ace::UdmfClientImpl
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_udmf.h | 62 MOCK_METHOD((std::pair<int32_t, std::string>), GetErrorInfo, (int32_t errorCode), (override));
|
/ohos5.0/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/ |
H A D | js_continuation_manager.h | 67 std::string GetErrorInfo(napi_env env, napi_callback_info info, int32_t &token,
|
H A D | js_continuation_manager.cpp | 525 std::string JsContinuationManager::GetErrorInfo(napi_env env, napi_callback_info info, int32_t &tok… in GetErrorInfo() function in OHOS::DistributedSchedule::JsContinuationManager 559 std::string errInfo = GetErrorInfo(env, info, token, deviceId, deviceConnectStatus); in OnUpdateContinuationState()
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/include/ |
H A D | napi_screenlock_ability.h | 95 void GetErrorInfo(int32_t errorCode, ErrorInfo &errorInfo);
|
/ohos5.0/base/startup/init/interfaces/kits/jskits/src_enhance/ |
H A D | native_parameters_js.cpp | 40 static int GetErrorInfo(int status, std::string &errMsg) in GetErrorInfo() function 71 int ret = GetErrorInfo(status, errMsg); in BusinessErrorCreate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_object_event.h | 155 virtual std::string GetErrorInfo(void* object) = 0;
|
H A D | web_delegate_cross.cpp | 238 std::string WebResourceErrorImpl::GetErrorInfo() const in GetErrorInfo() function in OHOS::Ace::WebResourceErrorImpl 244 return obj->GetErrorInfo(object_); in GetErrorInfo() 1074 auto errorInfo = webResourceError->GetErrorInfo(); in OnErrorReceive()
|
H A D | web_delegate_cross.h | 307 std::string GetErrorInfo() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_drag_function.cpp | 221 auto errorInfo = UdmfClient::GetInstance()->GetErrorInfo(ret); in GetData()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1024 … JSClass<JSWebResourceError>::CustomMethod("getErrorInfo", &JSWebResourceError::GetErrorInfo); in JSBind() 1040 void GetErrorInfo(const JSCallbackInfo& args) in GetErrorInfo() function in OHOS::Ace::Framework::JSWebResourceError
|