Home
last modified time | relevance | path

Searched defs:StatisticInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h58 struct StatisticInfo { struct
59 std::string table;
60 int32_t inserted = 0;
61 int32_t updated = 0;
62 int32_t normal = 0;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Djs_cloud_utils.h32 using StatisticInfo = OHOS::CloudData::StatisticInfo; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.h31 using StatisticInfo = OHOS::CloudData::StatisticInfo; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/
H A Dcloud_types_util.h32 using StatisticInfo = OHOS::CloudData::StatisticInfo; variable