Searched refs:StatisticInfo (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_types_util.h | 31 using StatisticInfo = OHOS::CloudData::StatisticInfo; variable 59 bool Marshalling(const StatisticInfo &input, MessageParcel &data); 61 bool Unmarshalling(StatisticInfo &output, MessageParcel &data);
|
H A D | cloud_types_util.cpp | 79 bool Marshalling(const StatisticInfo &input, MessageParcel &data) in Marshalling() 85 bool Unmarshalling(StatisticInfo &output, MessageParcel &data) in Unmarshalling()
|
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 | 454 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 D | js_cloud_utils.h | 32 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 D | cloud_types_util.h | 32 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 D | cloud_types.h | 58 struct StatisticInfo { struct 90 using StatisticInfos = std::vector<StatisticInfo>;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_types_util.cpp | 131 bool Unmarshalling(StatisticInfo &output, MessageParcel &data) in Unmarshalling()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_utils.cpp | 228 napi_value Convert2JSValue(napi_env env, const StatisticInfo &value) in Convert2JSValue()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudData-sys.md | 78 ## StatisticInfo<sup>12+</sup> 679 …dleName: string, storeId?: string): Promise<Record<string, Array<StatisticInfo>>> 699 | Promise<Record<string, Array<[StatisticInfo](#statisticinfo12)>>> | 返回表名以及统计信息结…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudData-sys.md | 78 ## StatisticInfo<sup>12+</sup> 679 …dleName: string, storeId?: string): Promise<Record<string, Array<StatisticInfo>>> 699 | Promise<Record<string, Array<[StatisticInfo](#statisticinfo12)>>> | Promise use…
|