Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.h106 static std::vector<std::string> GetIntersection(std::vector<std::string> &&syncTables,
H A Drdb_general_store.cpp525 dbQuery.FromTable(GetIntersection(query.GetTables(), GetTables())); in Sync()
987 std::vector<std::string> RdbGeneralStore::GetIntersection(std::vector<std::string> &&syncTables, in GetIntersection() function in OHOS::DistributedRdb::RdbGeneralStore