Home
last modified time | relevance | path

Searched refs:UpdateRecordStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h205 …int UpdateRecordStatus(const std::string &tableName, const std::string &status, const Key &hashKey…
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1149 int SQLiteSingleVerRelationalStorageExecutor::UpdateRecordStatus(const std::string &tableName, in UpdateRecordStatus() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1901 int errCode = handle->UpdateRecordStatus(tableName, CloudDbConstant::TO_LOCAL_CHANGE, in UpdateRecordFlagAfterUpload()