Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_meta_data.cpp112 StoreMetaData::StoreMetaData() in StoreMetaData() function in OHOS::DistributedData::StoreMetaData
120 StoreMetaData::StoreMetaData(const std::string &userId, const std::string &appId, const std::string… in StoreMetaData() function in OHOS::DistributedData::StoreMetaData
125 StoreMetaData::StoreMetaData(const StoreInfo &storeInfo) in StoreMetaData() function in OHOS::DistributedData::StoreMetaData
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp40 using StoreMetaData = OHOS::DistributedData::StoreMetaData; typedef
149 DistributedKv::Upgrade::Exporter exporter = [](const StoreMetaData &, DBPassword &) { in __anon5631c79e0102()
195 DistributedKv::Upgrade::Exporter exporter = [](const StoreMetaData &, DBPassword &) { in __anon5631c79e0302()
202 DistributedKv::Upgrade::Exporter test = [](const StoreMetaData &, DBPassword &) { in __anon5631c79e0402()
H A Dkvdb_general_store_test.cpp42 using StoreMetaData = OHOS::DistributedData::StoreMetaData; typedef
H A Drdb_general_store_test.cpp40 using StoreMetaData = OHOS::DistributedData::StoreMetaData; typedef
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.h42 using StoreMetaData = OHOS::DistributedData::StoreMetaData; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.h58 using StoreMetaData = DistributedData::StoreMetaData; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.h41 using StoreMetaData = DistributedData::StoreMetaData; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h40 using StoreMetaData = DistributedData::StoreMetaData; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp43 using StoreMetaData = OHOS::DistributedData::StoreMetaData; typedef
H A Dobject_manager.cpp41 using StoreMetaData = OHOS::DistributedData::StoreMetaData; typedef
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.cpp49 using StoreMetaData = OHOS::DistributedData::StoreMetaData; typedef
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp283 std::shared_ptr<DBDelegate> dbDelegate) -> int32_t { in Query()