Home
last modified time | relevance | path

Searched refs:GetErrorInfo (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/startup/init/interfaces/kits/cj/src_enhance/
H A Dsystem_parameter_ffi.cpp42 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 Dnapi_screenlock_ability.cpp141 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 Dudmf_impl.cpp134 std::pair<int32_t, std::string> UdmfClientImpl::GetErrorInfo(int32_t errorCode) in GetErrorInfo() function in OHOS::Ace::UdmfClientImpl
H A Dudmf_impl.h58 std::pair<int32_t, std::string> GetErrorInfo(int32_t errorCode) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/udmf/
H A Dudmf_client.h70 virtual std::pair<int32_t, std::string> GetErrorInfo(int32_t errorCode) = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.h61 std::pair<int32_t, std::string> GetErrorInfo(int32_t errorCode) override;
H A Dudmf_impl.cpp395 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 Dmock_udmf.h62 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 Djs_continuation_manager.h67 std::string GetErrorInfo(napi_env env, napi_callback_info info, int32_t &token,
H A Djs_continuation_manager.cpp525 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 Dnapi_screenlock_ability.h95 void GetErrorInfo(int32_t errorCode, ErrorInfo &errorInfo);
/ohos5.0/base/startup/init/interfaces/kits/jskits/src_enhance/
H A Dnative_parameters_js.cpp40 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 Dweb_object_event.h155 virtual std::string GetErrorInfo(void* object) = 0;
H A Dweb_delegate_cross.cpp238 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 Dweb_delegate_cross.h307 std::string GetErrorInfo() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.cpp221 auto errorInfo = UdmfClient::GetInstance()->GetErrorInfo(ret); in GetData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1024 … JSClass<JSWebResourceError>::CustomMethod("getErrorInfo", &JSWebResourceError::GetErrorInfo); in JSBind()
1040 void GetErrorInfo(const JSCallbackInfo& args) in GetErrorInfo() function in OHOS::Ace::Framework::JSWebResourceError