Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h35 using ProgressDetail = DistributedKv::ProgressDetail; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h36 using ProgressDetail = DistributedRdb::ProgressDetail; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h621 struct ProgressDetail { struct
630 using AsyncDetail = std::function<void(ProgressDetail &&)>; argument
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h145 struct ProgressDetail { struct
152 using Details = std::map<std::string, ProgressDetail>; argument