/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_async_call.cpp | 112 void AsyncCall::SetBusinessError(napi_env env, std::shared_ptr<Error> error, napi_value *businessError)
in SetBusinessError() function in OHOS::RelationalStoreJsKit::AsyncCall 114 LOG_DEBUG("SetBusinessError enter");
in SetBusinessError() 173 SetBusinessError(env, context->error, &error);
in Sync() 230 SetBusinessError(env, context->error, &result[ARG_ERROR]);
in OnReturn()
|
H A D | napi_rdb_store.cpp | 1432 SetBusinessError(env, std::make_shared<InnerError>(ret), &argv[0]); in Sync() 1442 void RdbStoreProxy::SetBusinessError(napi_env env, std::shared_ptr<Error> error, napi_value *businessError) in SetBusinessError() function in OHOS::RdbStoreProxy
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | napi_queue.cpp | 122 void NapiQueue::SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> error) in SetBusinessError() function in OHOS::ObjectStore::NapiQueue 146 SetBusinessError(ctxt->env, &businessError, ctxt->error); in GenerateOutput()
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | async_call.cpp | 103 void SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> error) in SetBusinessError() function 131 SetBusinessError(env, &businessError, context->ctx->error); in OnComplete()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_async_call.cpp | 71 void AsyncCall::SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> error, int apiversion)
in SetBusinessError() function in OHOS::AppDataMgrJsKit::AsyncCall 73 LOG_DEBUG("SetBusinessError enter");
in SetBusinessError() 148 SetBusinessError(env, &businessError, context->error, context->apiversion);
in OnComplete()
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | napi_async_call.h | 72 static void SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<JSError> error);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/ |
H A D | napi_async_call.h | 64 static void SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> error, int apiversion);
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/ |
H A D | napi_queue.h | 92 static void SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> error);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_async_call.h | 103 static void SetBusinessError(napi_env env, std::shared_ptr<Error> error, napi_value *businessError);
|
H A D | napi_rdb_store.h | 97 static void SetBusinessError(napi_env env, std::shared_ptr<Error> error, napi_value *businessError);
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | napi_async_call.cpp | 82 void AsyncCall::SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<JSError> error) in SetBusinessError() function in OHOS::PreferencesJsKit::AsyncCall 181 SetBusinessError(env, &result[ARG_ERROR], context->error); in OnReturn()
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/ |
H A D | js_datashare_ext_ability.h | 321 void SetBusinessError(DatashareBusinessError &businessError) in SetBusinessError() function in OHOS::DataShare::JsDataShareExtAbility
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | js_datashare_ext_ability.cpp | 255 instance->SetBusinessError(businessError); in AsyncCallback()
|