Home
last modified time | relevance | path

Searched defs:errCode (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/utils_lite/js/builtin/common/src/
Dnativeapi_common.cpp44 JSIValue errCode = JSI::CreateNumber(ret); in FailCallBack() local
/commonlibrary/c_utils/base/include/
Derrors.h145 #define SUCCEEDED(errCode) ((errCode) == ERR_OK) argument
146 #define FAILED(errCode) ((errCode) != ERR_OK) argument
/commonlibrary/ets_utils/js_util_module/util/
Djs_textdecoder.cpp267 uint32_t errCode = 10200019; in ThrowError() local
Dnative_module_util.cpp130 uint32_t errCode = 401; in ThrowError() local
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.cpp1627 void Worker::AddGlobalCallError(int32_t errCode, napi_value errData) in AddGlobalCallError()
1637 int32_t errCode = pair.first; in HandleGlobalCallError() local
2360 void Worker::WorkerThrowError(napi_env env, int32_t errCode, const char* errMessage) in WorkerThrowError()
/commonlibrary/ets_utils/js_sys_module/process/
Dnative_module_process.cpp510 uint32_t errCode = 401; // 401:The code parameter of this error is 401 in ThrowError() local