Home
last modified time | relevance | path

Searched refs:StatisticInfo (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.h31 using StatisticInfo = OHOS::CloudData::StatisticInfo; variable
59 bool Marshalling(const StatisticInfo &input, MessageParcel &data);
61 bool Unmarshalling(StatisticInfo &output, MessageParcel &data);
H A Dcloud_types_util.cpp79 bool Marshalling(const StatisticInfo &input, MessageParcel &data) in Marshalling()
85 bool Unmarshalling(StatisticInfo &output, MessageParcel &data) in Unmarshalling()
H A Dcloud_service_impl.h140 …std::pair<bool, StatisticInfo> QueryTableStatistic(const std::string &tableName, AutoCache::Store …
H A Dcloud_service_impl.cpp454 std::vector<StatisticInfo> infos; in QueryStatistics()
472 std::pair<bool, StatisticInfo> CloudServiceImpl::QueryTableStatistic(const std::string &tableName, in QueryTableStatistic()
475 StatisticInfo info; in QueryTableStatistic()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Djs_cloud_utils.h32 using StatisticInfo = OHOS::CloudData::StatisticInfo; variable
64 napi_value Convert2JSValue(napi_env env, const StatisticInfo &value);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/
H A Dcloud_types_util.h32 using StatisticInfo = OHOS::CloudData::StatisticInfo; variable
76 bool Unmarshalling(StatisticInfo &output, MessageParcel &data);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h58 struct StatisticInfo { struct
90 using StatisticInfos = std::vector<StatisticInfo>;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_types_util.cpp131 bool Unmarshalling(StatisticInfo &output, MessageParcel &data) in Unmarshalling()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp228 napi_value Convert2JSValue(napi_env env, const StatisticInfo &value) in Convert2JSValue()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudData-sys.md78 ## StatisticInfo<sup>12+</sup>
679 …dleName: string, storeId?: string): Promise&lt;Record&lt;string, Array&lt;StatisticInfo&gt;&gt;&gt;
699 | Promise&lt;Record&lt;string, Array&lt;[StatisticInfo](#statisticinfo12)&gt;&gt;&gt; | 返回表名以及统计信息结…
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudData-sys.md78 ## StatisticInfo<sup>12+</sup>
679 …dleName: string, storeId?: string): Promise&lt;Record&lt;string, Array&lt;StatisticInfo&gt;&gt;&gt;
699 | Promise&lt;Record&lt;string, Array&lt;[StatisticInfo](#statisticinfo12)&gt;&gt;&gt; | Promise use…