Home
last modified time | relevance | path

Searched refs:GetTableWeightWithShared (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.h96 …static std::map<std::string, int> GetTableWeightWithShared(const std::map<std::string, int> &table…
H A Dsqlite_single_relational_storage_engine.cpp987 tableWeight = GetTableWeightWithShared(tableWeight, sharedTableOriginNames); in CalTableRef()
1064 std::map<std::string, int> SQLiteSingleRelationalStorageEngine::GetTableWeightWithShared( in GetTableWeightWithShared() function in DistributedDB::SQLiteSingleRelationalStorageEngine