Home
last modified time | relevance | path

Searched defs:logTableName (Results 1 – 2 of 2) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_relational_storage_executor.cpp1230 std::string logTableName = DBConstant::RELATIONAL_PREFIX + tableName + "_log"; in DeleteDistributedLogTable() local
1962 std::string logTableName = DBCommon::GetLogTableName(tableName); in DoCleanLogs() local
1975 …SQLiteSingleVerRelationalStorageExecutor::CleanCloudDataOnLogTable(const std::string &logTableName) in CleanCloudDataOnLogTable()
1984 const std::string &logTableName) in CleanCloudDataAndLogOnUserTable()
2007 int SQLiteSingleVerRelationalStorageExecutor::GetCleanCloudDataKeys(const std::string &logTableName, in GetCleanCloudDataKeys()
2040 std::string logTableName = DBCommon::GetLogTableName(tableName); in DoCleanLogAndData() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_relational_cloud_syncable_storage_test.cpp1275 std::string logTableName = RelationalStoreManager::GetDistributedLogTableName(tableName); variable
1330 std::string logTableName = RelationalStoreManager::GetDistributedLogTableName(tableName); variable