Home
last modified time | relevance | path

Searched refs:AssetBindInfo (Results 1 - 25 of 31) sorted by relevance

12

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dobject_types_util.h23 using AssetBindInfo = OHOS::ObjectStore::AssetBindInfo;
27 bool Marshalling(const AssetBindInfo &input, MessageParcel &data);
29 bool Unmarshalling(AssetBindInfo &output, MessageParcel &data);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_types_utils.h22 using AssetBindInfo = OHOS::ObjectStore::AssetBindInfo;
24 bool Unmarshalling(AssetBindInfo &output, MessageParcel &data);
H A Dobject_asset_machine.h31 AssetBindInfo bindInfo;
34 ChangedAssetInfo(const Asset& bindAsset, const AssetBindInfo& assetBindInfo, const StoreInfo& store) in ChangedAssetInfo()
H A Dobject_types_utils.cpp20 bool Unmarshalling(AssetBindInfo &output, MessageParcel &data) in Unmarshalling()
H A Dobject_asset_machine.cpp61 static VBuckets GetMigratedData(AutoCache::Store& store, AssetBindInfo& assetBindInfo, const Asset& newAsset);
62 static void MergeAssetData(VBucket& record, const Asset& newAsset, const AssetBindInfo& assetBindInfo);
64 static std::string BuildSql(const AssetBindInfo& bindInfo, Values& args);
199 static VBuckets GetMigratedData(AutoCache::Store& store, AssetBindInfo& assetBindInfo, const Asset& newAsset) in GetMigratedData()
228 static std::string BuildSql(const AssetBindInfo& bindInfo, Values& args) in BuildSql()
240 static void MergeAssetData(VBucket& record, const Asset& newAsset, const AssetBindInfo& assetBindInfo) in MergeAssetData()
H A Dobject_snapshot.h37 int32_t BindAsset(const Asset& asset, const DistributedData::AssetBindInfo& bindInfo,
H A Dobject_manager.h107 ObjectStore::Asset& asset, ObjectStore::AssetBindInfo& bindInfo);
216 DistributedData::AssetBindInfo ConvertBindInfo(ObjectStore::AssetBindInfo& bindInfo);
H A Dobject_service_impl.h53 ObjectStore::Asset &asset, ObjectStore::AssetBindInfo &bindInfo) override;
H A Dobject_snapshot.cpp84 int32_t ObjectSnapshot::BindAsset(const Asset& asset, const DistributedData::AssetBindInfo& bindInfo, in BindAsset()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_asset_machine_test.cpp37 AssetBindInfo AssetBindInfo_;
60 AssetBindInfo AssetBindInfo{ in SetUp()
67 AssetBindInfo_ = AssetBindInfo; in SetUp()
76 ChangedAssetInfo changedAssetInfo(asset, AssetBindInfo, storeInfo); in SetUp()
199 AssetBindInfo bindInfo{ in HWTEST_F()
243 AssetBindInfo AssetBindInfo{ in HWTEST_F()
257 ChangedAssetInfo changedAssetInfo(asset, AssetBindInfo, storeInfo); in HWTEST_F()
H A Dobject_snapshot_test.cpp36 AssetBindInfo AssetBindInfo_;
55 AssetBindInfo AssetBindInfo{ in SetUp()
62 AssetBindInfo_ = AssetBindInfo; in SetUp()
71 ChangedAssetInfo changedAssetInfo(asset, AssetBindInfo, storeInfo); in SetUp()
H A Dobject_manager_test.cpp51 OHOS::ObjectStore::AssetBindInfo assetBindInfo_;
85 OHOS::ObjectStore::AssetBindInfo AssetBindInfo{ in SetUp()
91 assetBindInfo_ = AssetBindInfo; in SetUp()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_types_util.cpp20 bool Marshalling(const AssetBindInfo &input, MessageParcel &data) in Marshalling()
26 bool Unmarshalling(AssetBindInfo &output, MessageParcel &data) in Unmarshalling()
H A Dobject_service_proxy.cpp214 Asset &asset, AssetBindInfo &bindInfo) in BindAssetStore()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dmachine_status.h46 struct AssetBindInfo { struct
H A Dsnapshot.h41 virtual int32_t BindAsset(const Asset& asset, const AssetBindInfo& bindInfo, const StoreInfo& storeInfo) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/snapshot/
H A Dsnapshot.cpp47 int32_t Snapshot::BindAsset(const Asset& asset, const AssetBindInfo& bindInfo, const StoreInfo& storeInfo) in BindAsset()
/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Dobject_types.h24 struct AssetBindInfo { struct
H A Ddistributed_object.h164 virtual uint32_t BindAssetStore(const std::string &assetKey, AssetBindInfo &bindInfo) = 0;
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Ddistributed_object_impl.h40 uint32_t BindAssetStore(const std::string &assetKey, AssetBindInfo &bindInfo) override;
H A Dflat_object_store.h86 uint32_t BindAssetStore(const std::string &sessionId, AssetBindInfo &bindInfo, Asset &assetValue);
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Dobject_service_proxy.h43 ObjectStore::Asset &asset, ObjectStore::AssetBindInfo &bindInfo) override;
H A Dobject_service.h41 ObjectStore::Asset &asset, ObjectStore::AssetBindInfo &bindInfo) = 0;
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Djs_util.h65 static napi_status GetValue(napi_env env, napi_value in, AssetBindInfo &out);
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_impl.cpp152 uint32_t DistributedObjectImpl::BindAssetStore(const std::string &assetKey, AssetBindInfo &bindInfo) in BindAssetStore()

Completed in 9 milliseconds

12