Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_cloud_test.cpp58 BindAssets bindAssets; variable
80 BindAssets bindAssets; variable
115 BindAssets bindAssets; variable
154 BindAssets bindAssets; variable
H A Drdb_asset_loader_test.cpp84 BindAssets bindAssets; variable
105 BindAssets bindAssets; variable
123 BindAssets bindAssets; variable
H A Drdb_general_store_test.cpp258 BindAssets bindAssets; variable
278 BindAssets bindAssets; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dsnapshot.h50 std::shared_ptr<std::map<std::string, std::shared_ptr<Snapshot>>> bindAssets; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_asset_loader.cpp27 …AssetLoader(std::shared_ptr<DistributedData::AssetLoader> cloudAssetLoader, BindAssets* bindAssets) in RdbAssetLoader()
H A Drdb_cloud.cpp29 RdbCloud::RdbCloud(std::shared_ptr<DistributedData::CloudDB> cloudDB, BindAssets* bindAssets) in RdbCloud()
H A Drdb_general_store.cpp169 …lStore::BindSnapshots(std::shared_ptr<std::map<std::string, std::shared_ptr<Snapshot>>> bindAssets) in BindSnapshots()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.cpp123 …reMock::BindSnapshots(std::shared_ptr<std::map<std::string, std::shared_ptr<Snapshot>>> bindAssets) in BindSnapshots()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp362 …auto bindAssets = ObjectStoreManager::GetInstance()->GetSnapShots(eventInfo.bundleName, eventInfo.… in ObjectServiceImpl() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp222 …lStore::BindSnapshots(std::shared_ptr<std::map<std::string, std::shared_ptr<Snapshot>>> bindAssets) in BindSnapshots()