Home
last modified time | relevance | path

Searched refs:GetDeviceFromName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h87 …static void GetDeviceFromName(const std::string &deviceTableName, std::string &deviceHash, std::st…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp389 void DBCommon::GetDeviceFromName(const std::string &deviceTableName, std::string &deviceHash, std::… in GetDeviceFromName() function in DistributedDB::DBCommon
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp265 DBCommon::GetDeviceFromName(deviceTableName, deviceHash, tableName); in CleanDistributedDeviceTable()