Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_asset_machine_test.cpp37 AssetBindInfo AssetBindInfo_;
60 AssetBindInfo AssetBindInfo{ in SetUp() local
67 AssetBindInfo_ = AssetBindInfo; in SetUp()
76 ChangedAssetInfo changedAssetInfo(asset, AssetBindInfo, storeInfo); in SetUp()
199 AssetBindInfo bindInfo{
243 AssetBindInfo AssetBindInfo{ variable
257 ChangedAssetInfo changedAssetInfo(asset, AssetBindInfo, storeInfo);
H A Dobject_snapshot_test.cpp34 AssetBindInfo AssetBindInfo_;
53 AssetBindInfo AssetBindInfo{ in SetUp() local
60 AssetBindInfo_ = AssetBindInfo; in SetUp()
69 ChangedAssetInfo changedAssetInfo(asset, AssetBindInfo, storeInfo); in SetUp()
H A Dobject_manager_test.cpp49 OHOS::ObjectStore::AssetBindInfo assetBindInfo_;
83 OHOS::ObjectStore::AssetBindInfo AssetBindInfo{ in SetUp() local
89 assetBindInfo_ = AssetBindInfo; in SetUp()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dobject_types_util.h23 using AssetBindInfo = OHOS::ObjectStore::AssetBindInfo; variable
27 bool Marshalling(const AssetBindInfo &input, MessageParcel &data);
29 bool Unmarshalling(AssetBindInfo &output, MessageParcel &data);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_types_utils.h22 using AssetBindInfo = OHOS::ObjectStore::AssetBindInfo; variable
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& stor… in ChangedAssetInfo()
H A Dobject_asset_machine.cpp61 static VBuckets GetMigratedData(AutoCache::Store& store, AssetBindInfo& assetBindInfo, const Asset&…
62 static void MergeAssetData(VBucket& record, const Asset& newAsset, const AssetBindInfo& assetBindIn…
64 static std::string BuildSql(const AssetBindInfo& bindInfo, Values& args);
199 static VBuckets GetMigratedData(AutoCache::Store& store, AssetBindInfo& assetBindInfo, const Asset&… 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& assetBindIn… in MergeAssetData()
H A Dobject_types_utils.cpp20 bool Unmarshalling(AssetBindInfo &output, MessageParcel &data) in Unmarshalling()
H A Dobject_manager.h107 ObjectStore::Asset& asset, ObjectStore::AssetBindInfo& bindInfo);
216 DistributedData::AssetBindInfo ConvertBindInfo(ObjectStore::AssetBindInfo& bindInfo);
H A Dobject_snapshot.h37 int32_t BindAsset(const Asset& asset, const DistributedData::AssetBindInfo& bindInfo,
H A Dobject_snapshot.cpp84 int32_t ObjectSnapshot::BindAsset(const Asset& asset, const DistributedData::AssetBindInfo& bindInf… in BindAsset()
H A Dobject_service_impl.h53 ObjectStore::Asset &asset, ObjectStore::AssetBindInfo &bindInfo) override;
H A Dobject_service_stub.cpp80 ObjectStore::AssetBindInfo bindInfo; in ObjectStoreBindAssetOnRemote()
/ohos5.0/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()
/ohos5.0/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& stor…
/ohos5.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& sto… in BindAsset()
/ohos5.0/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;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Dobject_service.h41 ObjectStore::Asset &asset, ObjectStore::AssetBindInfo &bindInfo) = 0;
H A Dobject_service_proxy.h43 ObjectStore::Asset &asset, ObjectStore::AssetBindInfo &bindInfo) override;
/ohos5.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);
/ohos5.0/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()
/ohos5.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);

12