Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Ddfx_types.h163 struct DbStat { struct
164 std::string userId;
165 std::string appId;
166 std::string storeId;
167 int dbSize;
168 std::shared_ptr<DistributedKv::DbMetaCallbackDelegate> delegate;
170 KVSTORE_API std::string GetKey() const in GetKey()