Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h97 int32_t QueryLastSyncInfo(const std::vector<QueryKey> &queryKeys, QueryLastResults &results);
H A Dcloud_service_impl.cpp578 std::vector<QueryKey> queryKeys; in QueryLastSyncInfo() local
587 queryKeys.push_back({ id, bundleName, database.name }); in QueryLastSyncInfo()
590 if (queryKeys.empty()) { in QueryLastSyncInfo()
596 auto ret = syncManager_.QueryLastSyncInfo(queryKeys, results); in QueryLastSyncInfo()
H A Dsync_manager.cpp681 int32_t SyncManager::QueryLastSyncInfo(const std::vector<QueryKey> &queryKeys, QueryLastResults &re… in QueryLastSyncInfo() argument
683 for (const auto &queryKey : queryKeys) { in QueryLastSyncInfo()