Home
last modified time | relevance | path

Searched defs:errMessage (Results 1 – 11 of 11) sorted by relevance

/base/customization/enterprise_device_management/interfaces/kits/common/src/
Dnapi_edm_error.cpp47 napi_value CreateErrorWithInnerCode(napi_env env, ErrCode errorCode, std::string &errMessage) in CreateErrorWithInnerCode()
57 napi_value CreateError(napi_env env, int32_t errorCode, const std::string &errMessage) in CreateError()
/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/
Dbundle_manager_proxy.cpp183 AppExecFwk::InstallParam &installParam, std::string &errMessage) in Install()
222 std::vector<std::string> &servicePaths, std::string &errMessage) in WriteFileToInner()
259 std::vector<std::string> &servicePaths, std::string &errMessage) in WriteFileToStream()
297 std::string &realPath, std::string &errMessage) in checkHapFilePath()
/base/msdp/device_status/frameworks/js/napi/src/
Ddevicestatus_napi_error.cpp29 napi_value CreateNapiError(const napi_env &env, int32_t errCode, const std::string &errMessage) in CreateNapiError()
/base/sensors/miscdevice/interfaces/plugin/vibrator/src/
Dvibrator_napi_error.cpp25 …alue CreateBusinessError(const napi_env &env, const int32_t errCode, const std::string &errMessage) in CreateBusinessError()
/base/sensors/sensor/interfaces/plugin/src/
Dsensor_napi_error.cpp25 …alue CreateBusinessError(const napi_env &env, const int32_t errCode, const std::string &errMessage) in CreateBusinessError()
/base/time/time_service/framework/js/napi/common/include/
Dnapi_work.h43 std::string errMessage; member
/base/customization/enterprise_device_management/interfaces/kits/common/include/
Dnapi_edm_common.h38 std::string errMessage; member
/base/customization/enterprise_device_management/test/unittest/bundle_manager_proxy/
Dbundle_manager_proxy_test.cpp246 string errMessage; variable
/base/customization/config_policy/interfaces/kits/js/src/
Dconfig_policy_napi.cpp284 …alue ConfigPolicyNapi::ThrowNapiError(napi_env env, int32_t errCode, const std::string &errMessage) in ThrowNapiError()
/base/location/frameworks/native/source/
Dnapi_util.cpp803 std::string errMessage = "BussinessError "; in GetErrorMsgByCode() local
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp127 const std::string &errMessage, bool funcIgnoreReturnVal = false, int errorCode = ERROR_DEFAULT) in NapiAsyncCompleteCallback()