Home
last modified time | relevance | path

Searched refs:execCode_ (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_async_call.cpp171 if (context->execCode_ != NativeRdb::E_OK) { in Sync()
189 context->execCode_ = context->exec_(); in OnExecute()
197 if (context->execCode_ != NativeRdb::E_OK) { in OnComplete()
198 context->SetError(std::make_shared<InnerError>(context->execCode_)); in OnComplete()
H A Dnapi_rdb_store.cpp1507 context->execCode_ = rdbStore->Sync(option, context->tablesNames, async); in CloudSync()
1509 context->execCode_ = rdbStore->Sync(option, *(context->rdbPredicates), async); in CloudSync()
1515 if (context->execCode_ != E_OK && context->asyncHolder != nullptr) { in CloudSync()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Dnapi_async_call.cpp143 context->execCode_ = context->exec_(); in OnExecute()
151 if (context->execCode_ != NativePreferences::E_OK) { in OnComplete()
152 context->SetError(std::make_shared<InnerError>(context->execCode_)); in OnComplete()
153 LOG_ERROR("The execute status is %{public}d", context->execCode_); in OnComplete()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_async_call.h48 int execCode_ = ERR; member in OHOS::PreferencesJsKit::BaseContext
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h77 int execCode_ = OK; member in OHOS::RelationalStoreJsKit::ContextBase

Completed in 6 milliseconds