/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/ |
H A D | napi_async_work.cpp | 143 NAPI_CALL_RETURN_VOID(napiAsyncTask->env, napi_get_undefined(napiAsyncTask->env, &result[RESULT_ERROR])); in GenerateOutput() 154 napi_create_error(napiAsyncTask->env, nullptr, message, &result[RESULT_ERROR])); in GenerateOutput() 157 napi_set_named_property(napiAsyncTask->env, result[RESULT_ERROR], "code", code)); in GenerateOutput() 169 napi_reject_deferred(napiAsyncTask->env, napiAsyncTask->deferred, result[RESULT_ERROR])); in GenerateOutput()
|
/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_async_work.cpp | 139 napi_get_undefined(ctxt->env, &result[RESULT_ERROR]); in CommonCallbackRoutine() 148 napi_create_error(ctxt->env, nullptr, message, &result[RESULT_ERROR]); in CommonCallbackRoutine() 150 napi_set_named_property(ctxt->env, result[RESULT_ERROR], "code", code); in CommonCallbackRoutine() 159 napi_reject_deferred(ctxt->env, ctxt->deferred, result[RESULT_ERROR]); in CommonCallbackRoutine()
|
H A D | napi_async_work.h | 131 RESULT_ERROR = 0, enumerator
|
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | napi_async_work.cpp | 129 napi_get_undefined(ctxt->env, &result[RESULT_ERROR]); in CommonCallbackRoutine() 138 napi_create_error(ctxt->env, nullptr, message, &result[RESULT_ERROR]); in CommonCallbackRoutine() 140 napi_set_named_property(ctxt->env, result[RESULT_ERROR], "code", code); in CommonCallbackRoutine() 149 napi_reject_deferred(ctxt->env, ctxt->deferred, result[RESULT_ERROR]); in CommonCallbackRoutine()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_async_work.cpp | 131 napi_get_undefined(ctxt->env, &result[RESULT_ERROR]); in GenerateOutput() 140 napi_create_error(ctxt->env, nullptr, message, &result[RESULT_ERROR]); in GenerateOutput() 142 napi_set_named_property(ctxt->env, result[RESULT_ERROR], "code", code); in GenerateOutput() 151 napi_reject_deferred(ctxt->env, ctxt->deferred, result[RESULT_ERROR]); in GenerateOutput()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | napi_queue.cpp | 130 napi_get_undefined(ctx.env, &result[RESULT_ERROR]); in GenerateOutput() 138 napi_create_error(ctx.env, nullptr, message, &result[RESULT_ERROR]); in GenerateOutput() 147 napi_reject_deferred(ctx.env, ctx.deferred, result[RESULT_ERROR]); in GenerateOutput()
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | napi_queue.cpp | 139 napi_get_undefined(ctxt->env, &result[RESULT_ERROR]); in GenerateOutput() 147 result[RESULT_ERROR] = businessError; in GenerateOutput() 156 napi_reject_deferred(ctxt->env, ctxt->deferred, result[RESULT_ERROR]); in GenerateOutput()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | napi_queue.cpp | 130 napi_get_undefined(ctx.env, &result[RESULT_ERROR]); in GenerateOutput() 146 napi_create_error(ctx.env, errorCode, message, &result[RESULT_ERROR]); in GenerateOutput() 155 napi_reject_deferred(ctx.env, ctx.deferred, result[RESULT_ERROR]); in GenerateOutput()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | napi_queue.cpp | 138 napi_get_undefined(ctx.env, &result[RESULT_ERROR]); in GenerateOutput() 154 napi_create_error(ctx.env, errorCode, message, &result[RESULT_ERROR]); in GenerateOutput() 163 napi_reject_deferred(ctx.env, ctx.deferred, result[RESULT_ERROR]); in GenerateOutput()
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/ |
H A D | napi_queue.cpp | 106 napi_get_undefined(ctxt->env, &result[RESULT_ERROR]); in GenerateOutput() 122 napi_create_error(ctxt->env, code, message, &result[RESULT_ERROR]); in GenerateOutput() 132 napi_reject_deferred(ctxt->env, ctxt->deferred, result[RESULT_ERROR]); in GenerateOutput()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_async_work.cpp | 145 stat = napi_get_undefined(contextBase->env, &result[RESULT_ERROR]); in GenerateOutput() 157 stat = napi_create_error(contextBase->env, nullptr, message, &result[RESULT_ERROR]); in GenerateOutput() 161 stat = napi_set_named_property(contextBase->env, result[RESULT_ERROR], "code", code); in GenerateOutput() 172 stat = napi_reject_deferred(contextBase->env, contextBase->deferred, result[RESULT_ERROR]); in GenerateOutput()
|
H A D | napi_async_work.h | 98 RESULT_ERROR = 0, enumerator
|
/foundation/filemanagement/user_file_service/interfaces/kits/picker/ |
H A D | picker.js | 51 RESULT_ERROR: 13900042, 58 [ErrCode.RESULT_ERROR, 'Unknown error'], 211 selectResult.error = getErr(ErrCode.RESULT_ERROR); 322 selectResult.error = getErr(ErrCode.RESULT_ERROR); 423 selectResult.error = getErr(ErrCode.RESULT_ERROR); 453 saveResult.error = getErr(ErrCode.RESULT_ERROR);
|
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/ |
H A D | napi_async_work.h | 70 RESULT_ERROR = 0, enumerator
|
/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_async_work.h | 71 RESULT_ERROR = 0, enumerator
|
/foundation/multimedia/drm_framework/services/utils/include/ |
H A D | napi_async_work.h | 128 RESULT_ERROR = 0, enumerator
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/ |
H A D | napi_queue.h | 97 RESULT_ERROR = 0, enumerator
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | napi_queue.h | 115 RESULT_ERROR = 0, enumerator
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | napi_queue.h | 111 RESULT_ERROR = 0, enumerator
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/ |
H A D | napi_queue.h | 122 RESULT_ERROR = 0, enumerator
|
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/ |
H A D | napi_queue.h | 177 RESULT_ERROR = 0, enumerator
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | photoaccesshelperinf.js | 606 RESULT_ERROR: 13900042, 618 [ErrCode.RESULT_ERROR, 'Unknown error'], 700 selectResult.error = getErr(ErrCode.RESULT_ERROR);
|