Searched refs:errName (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/tools/ |
H A D | ets_error.h | 34 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 D | interface_manager_test.cpp | 229 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 D | error_helper.h | 46 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 D | js_textdecoder.cpp | 270 std::string errName = "BusinessError"; in ThrowError() local 273 napi_create_string_utf8(env, errName.c_str(), NAPI_AUTO_LENGTH, &name); in ThrowError()
|
H A D | native_module_util.cpp | 133 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 D | native_module_process.cpp | 513 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 D | main_thread.cpp | 1253 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 D | acts_bms_kit_system_test.cpp | 2601 std::string errName = BASE_BUNDLE_NAME + "e"; variable 2610 std::string appType = bundleMgrProxy->GetAppType(errName);
|