Searched refs:GetCloudLog (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_cloud_kv_executor_utils.h | 69 static void GetCloudLog(sqlite3_stmt *stmt, VBucket &logInfo, uint32_t &totalSize);
|
H A D | sqlite_cloud_kv_executor_utils.cpp | 104 GetCloudLog(statement, log, totalSize); in GetCloudDataForSync() 134 void SqliteCloudKvExecutorUtils::GetCloudLog(sqlite3_stmt *stmt, VBucket &logInfo, in GetCloudLog() function in DistributedDB::SqliteCloudKvExecutorUtils
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.cpp | 596 void GetCloudLog(sqlite3_stmt *logStatement, VBucket &logInfo, uint32_t &totalSize) in GetCloudLog() function 1641 GetCloudLog(statement, log, totalSize); in GetCloudDataForSync()
|