Home
last modified time | relevance | path

Searched refs:GetDistributedLogTableName (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Drelational_store_client.h33 static std::string GetDistributedLogTableName(const std::string &tableName);
H A Dmock.cpp112 __attribute__((visibility("default"))) std::string DistributedDB::RelationalStoreManager::GetDistributedLogTableName( in GetDistributedLogTableName() function in DistributedDB::RelationalStoreManager
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_manager.h32 DB_API static std::string GetDistributedLogTableName(const std::string &tableName);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/
H A Drelationalstoremanager_fuzzer.cpp132 g_mgr.GetDistributedLogTableName(userId); in CombineTest()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp160 DB_API std::string RelationalStoreManager::GetDistributedLogTableName(const std::string &tableName) in GetDistributedLogTableName() function in DistributedDB::RelationalStoreManager
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp623 auto logTable = RelationalStoreManager::GetDistributedLogTableName(table); in BuildSql()
979 localTables.count(RelationalStoreManager::GetDistributedLogTableName(it))) {
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp1266 std::string logTableName = RelationalStoreManager::GetDistributedLogTableName(tableName); in HWTEST_F()
1319 std::string logTableName = RelationalStoreManager::GetDistributedLogTableName(tableName); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp152 auto logTable = DistributedDB::RelationalStoreManager::GetDistributedLogTableName(table); in GetModifyTime()
230 return DistributedDB::RelationalStoreManager::GetDistributedLogTableName(tableName); in GetLogTableName()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp520 std::string logTable = DistributedDB::RelationalStoreManager::GetDistributedLogTableName(tableName); in BuildStatisticSql()

Completed in 13 milliseconds