Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h140 …std::pair<bool, StatisticInfo> QueryTableStatistic(const std::string &tableName, AutoCache::Store …
H A Dcloud_service_impl.cpp463 auto [success, info] = QueryTableStatistic(table.name, store); in QueryStatistics()
472 std::pair<bool, StatisticInfo> CloudServiceImpl::QueryTableStatistic(const std::string &tableName, in QueryTableStatistic() function in OHOS::CloudData::CloudServiceImpl
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1721 HWTEST_F(CloudDataTest, QueryTableStatistic, TestSize.Level0)
1728 auto [ret, result] = cloudServiceImpl_->QueryTableStatistic("test", store);
1734 std::tie(ret, result) = cloudServiceImpl_->QueryTableStatistic("test", store);
1740 std::tie(ret, result) = cloudServiceImpl_->QueryTableStatistic("test", store);