Searched refs:QueryTableStatistic (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_impl.h | 140 …std::pair<bool, StatisticInfo> QueryTableStatistic(const std::string &tableName, AutoCache::Store …
|
H A D | cloud_service_impl.cpp | 463 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 D | cloud_data_test.cpp | 1721 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);
|