Home
last modified time | relevance | path

Searched defs:deviceTableName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_sync_test.cpp793 std::string deviceTableName = g_mgr.GetDistributedTableName(DEVICE_B, "student_1"); variable
881 std::string deviceTableName = g_mgr.GetDistributedTableName(DEVICE_B, "student_1"); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp348 … std::string deviceTableName = DBConstant::RELATIONAL_PREFIX + tablePattern + "_" + devicePattern; in GetDeviceTableName() local
1404 …std::string deviceTableName = DBCommon::GetDistributedTableName(device, baseTbl.GetTableName(), in… in CreateDistributedDeviceTable() local
H A Dsqlite_relational_store.cpp262 for (const auto &deviceTableName : missingTables) { in CleanDistributedDeviceTable() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_assets_operation_sync_test.cpp973 std::string deviceTableName = "devTable"; variable
/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()