Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
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/relational_store/frameworks/js/napi/relationalstore/src/
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()
Dnapi_rdb_store.cpp1498 context->execCode_ = rdbStore->Sync(option, context->tablesNames, async); in CloudSync()
1500 context->execCode_ = rdbStore->Sync(option, *(context->rdbPredicates), async); in CloudSync()
1506 if (context->execCode_ != E_OK && context->asyncHolder != nullptr) { in CloudSync()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
Dnapi_async_call.h48 int execCode_ = ERR; variable
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
Dnapi_async_call.h77 int execCode_ = OK; variable