Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h137 std::string GetDevTableName(const std::string &device, const std::string &hashDev) const;
H A Dsqlite_relational_store.cpp833 std::string SQLiteRelationalStore::GetDevTableName(const std::string &device, const std::string &ha… in GetDevTableName() function in DistributedDB::SQLiteRelationalStore
877 devTableName = GetDevTableName(mappingDev, hashHexDev); in RemoveDeviceDataInner()