Home
last modified time | relevance | path

Searched refs:errName (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/tools/
H A Dets_error.h34 std::string errName = "BusinessError"; in ThrowError() local
36 napi_create_string_utf8(env, errName.c_str(), NAPI_AUTO_LENGTH, &name); in ThrowError()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dinterface_manager_test.cpp229 std::string errName = "test0"; variable
231 auto ret = InterfaceManager::SetIpAddress(errName, ipAddr);
237 std::string errName = "test0"; variable
238 auto ret = InterfaceManager::SetIffUp(errName);
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h46 std::string errName = "BusinessError"; variable
129 napi_create_string_utf8(env, errName.c_str(), NAPI_AUTO_LENGTH, &name);
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.cpp270 std::string errName = "BusinessError"; in ThrowError() local
273 napi_create_string_utf8(env, errName.c_str(), NAPI_AUTO_LENGTH, &name); in ThrowError()
H A Dnative_module_util.cpp133 std::string errName = "BusinessError"; in ThrowError() local
136 napi_create_string_utf8(env, errName.c_str(), NAPI_AUTO_LENGTH, &name); in ThrowError()
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/
H A Dnative_module_process.cpp513 std::string errName = "BuisnessError"; in ThrowError() local
516 napi_create_string_utf8(env, errName.c_str(), NAPI_AUTO_LENGTH, &name); in ThrowError()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1253 std::string errName = errorObj.name ? errorObj.name : "[none]"; in CreateCjExceptionInfo() local
1262 EVENT_KEY_REASON, errName, in CreateCjExceptionInfo()
1266 .name = errName, in CreateCjExceptionInfo()
1283 … bundleName.c_str(), errName.c_str(), summary.c_str(), errMsg.c_str(), errStack.c_str()); in CreateCjExceptionInfo()
1284 AAFwk::ExitReason exitReason = { REASON_CJ_ERROR, errName }; in CreateCjExceptionInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp2601 std::string errName = BASE_BUNDLE_NAME + "e"; variable
2610 std::string appType = bundleMgrProxy->GetAppType(errName);