Home
last modified time | relevance | path

Searched refs:SetBusinessError (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_async_call.cpp112 void AsyncCall::SetBusinessError(napi_env env, std::shared_ptr<Error> error, napi_value *businessEr… in SetBusinessError() function in OHOS::RelationalStoreJsKit::AsyncCall
173 SetBusinessError(env, context->error, &error); in Sync()
230 SetBusinessError(env, context->error, &result[ARG_ERROR]); in OnReturn()
H A Dnapi_rdb_store.cpp1423 SetBusinessError(env, std::make_shared<InnerError>(ret), &argv[0]); in Sync()
1433 void RdbStoreProxy::SetBusinessError(napi_env env, std::shared_ptr<Error> error, napi_value *busine… in SetBusinessError() function in OHOS::RelationalStoreJsKit::RdbStoreProxy
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_async_call.cpp71 void AsyncCall::SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> er… in SetBusinessError() function in OHOS::AppDataMgrJsKit::AsyncCall
148 SetBusinessError(env, &businessError, context->error, context->apiversion); in OnComplete()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Dnapi_queue.cpp118 void NapiQueue::SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> er… in SetBusinessError() function in OHOS::ObjectStore::NapiQueue
142 SetBusinessError(ctxt->env, &businessError, ctxt->error); in GenerateOutput()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dasync_call.cpp101 void SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> error) in SetBusinessError() function
129 SetBusinessError(env, &businessError, context->ctx->error); in OnComplete()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Dnapi_async_call.cpp82 void AsyncCall::SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<JSError> … in SetBusinessError() function in OHOS::PreferencesJsKit::AsyncCall
181 SetBusinessError(env, &result[ARG_ERROR], context->error); in OnReturn()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_async_call.h64 …static void SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> error…
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_async_call.h72 …static void SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<JSError> err…
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Dnapi_queue.h91 …static void SetBusinessError(napi_env env, napi_value *businessError, std::shared_ptr<Error> error…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h103 …static void SetBusinessError(napi_env env, std::shared_ptr<Error> error, napi_value *businessError…
H A Dnapi_rdb_store.h97 …static void SetBusinessError(napi_env env, std::shared_ptr<Error> error, napi_value *businessError…
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Djs_datashare_ext_ability.h321 void SetBusinessError(DatashareBusinessError &businessError) in SetBusinessError() function
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp255 instance->SetBusinessError(businessError); in AsyncCallback()