Home
last modified time | relevance | path

Searched refs:ExecutePutCloudData (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.h86 static int ExecutePutCloudData(sqlite3 *db, bool isMemory, DownloadData &downloadData,
H A Dsqlite_cloud_kv_executor_utils.cpp372 int errCode = ExecutePutCloudData(db, isMemory, downloadData, statisticMap); in PutCloudData()
385 int SqliteCloudKvExecutorUtils::ExecutePutCloudData(sqlite3 *db, bool isMemory, in ExecutePutCloudData() function in DistributedDB::SqliteCloudKvExecutorUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h290 int ExecutePutCloudData(const std::string &tableName, const TableSchema &tableSchema,
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp250 int SQLiteSingleVerRelationalStorageExecutor::ExecutePutCloudData(const std::string &tableName, in ExecutePutCloudData() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
626 errCode = ExecutePutCloudData(tableName, tableSchema, trackerTable, downloadData, statisticMap); in PutCloudSyncData()