Home
last modified time | relevance | path

Searched refs:CheckDataWithQuery (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h165 …int CheckDataWithQuery(QueryObject query, std::vector<DataItem> &dataItems, const DeviceInfo &devi…
337 int CheckDataWithQuery(std::vector<DataItem> &dataItems);
H A Dsqlite_single_ver_storage_executor_subscribe.cpp96 int SQLiteSingleVerStorageExecutor::CheckDataWithQuery(QueryObject query, std::vector<DataItem> &da… in CheckDataWithQuery() function in DistributedDB::SQLiteSingleVerStorageExecutor
H A Dsqlite_single_ver_storage_executor_cache.cpp302 int SQLiteSingleVerStorageExecutor::CheckDataWithQuery(std::vector<DataItem> &dataItems) in CheckDataWithQuery() function in DistributedDB::SQLiteSingleVerStorageExecutor
343 int errCode = CheckDataWithQuery(dataItems); in MigrateDataItems()
H A Dsqlite_single_ver_natural_store.cpp1261 errCode = handle->CheckDataWithQuery(query, dataItems, deviceInfo); in SaveSyncItems()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h174 …int CheckDataWithQuery(QueryObject query, std::vector<DataItem> &dataItems, const DeviceInfo &devi…
H A Drd_single_ver_storage_executor.cpp652 int RdSingleVerStorageExecutor::CheckDataWithQuery(QueryObject query, std::vector<DataItem> &dataIt… in CheckDataWithQuery() function in DistributedDB::RdSingleVerStorageExecutor