Home
last modified time | relevance | path

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

/ohos5.0/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 …ibility("default"))) std::string DistributedDB::RelationalStoreManager::GetDistributedLogTableName( in GetDistributedLogTableName() function in DistributedDB::RelationalStoreManager
/ohos5.0/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);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/
H A Drelationalstoremanager_fuzzer.cpp132 g_mgr.GetDistributedLogTableName(userId); in CombineTest()
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp1256 std::string logTableName = RelationalStoreManager::GetDistributedLogTableName(tableName);
1312 std::string logTableName = RelationalStoreManager::GetDistributedLogTableName(tableName);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp153 auto logTable = DistributedDB::RelationalStoreManager::GetDistributedLogTableName(table); in GetModifyTime()
231 return DistributedDB::RelationalStoreManager::GetDistributedLogTableName(tableName); in GetLogTableName()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp637 auto logTable = RelationalStoreManager::GetDistributedLogTableName(table); in BuildSql()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp505 …std::string logTable = DistributedDB::RelationalStoreManager::GetDistributedLogTableName(tableName… in BuildStatisticSql()