Home
last modified time | relevance | path

Searched refs:BindAsset (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_snapshot_test.cpp91 snapshot->BindAsset(asset_, AssetBindInfo_, storeInfo_);
107 snapshot->BindAsset(asset_, AssetBindInfo_, storeInfo_);
130 snapshot->BindAsset(asset_, AssetBindInfo_, storeInfo_);
146 snapshot->BindAsset(asset_, AssetBindInfo_, storeInfo_);
169 snapshot->BindAsset(asset_, AssetBindInfo_, storeInfo_);
185 snapshot->BindAsset(asset_, AssetBindInfo_, storeInfo_);
208 snapshot->BindAsset(asset_, AssetBindInfo_, storeInfo_);
224 snapshot->BindAsset(asset_, AssetBindInfo_, storeInfo_);
247 snapshot->BindAsset(asset_, AssetBindInfo_, storeInfo_);
367 snapshot->BindAsset(asset, AssetBindInfo_, storeInfo_);
[all …]
H A Dobject_manager_test.cpp890 auto result = manager->BindAsset(tokenId, bundleName, sessionId_, assetValue_, assetBindInfo_);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_statement.h75 static int32_t BindAsset(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
82 BindBlob, BindAsset, BindAssets, BindFloats, BindBigInt };
/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() function in OHOS::DistributedData::Snapshot
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
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/service/object/
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() function in OHOS::DistributedObject::ObjectSnapshot
H A Dobject_manager.h106 … int32_t BindAsset(const uint32_t tokenId, const std::string& appId, const std::string& sessionId,
H A Dobject_service_impl.cpp107 …status = ObjectStoreManager::GetInstance()->BindAsset(tokenId, bundleName, sessionId, asset, bindI… in BindAssetStore()
H A Dobject_manager.cpp1155 int32_t ObjectStoreManager::BindAsset(const uint32_t tokenId, const std::string& appId, const std::… in BindAsset() function in OHOS::DistributedObject::ObjectStoreManager
1188 … value->BindAsset(ValueProxy::Convert(std::move(asset)), ConvertBindInfo(bindInfo), storeInfo); in BindAsset()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h33 …static int BindAsset(int index, const VBucket &vBucket, const Field &field, sqlite3_stmt *upsertSt…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp645 int32_t SqliteStatement::BindAsset(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindAsset() function in OHOS::NativeRdb::SqliteStatement
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp91 bindCloudFieldFuncMap_[TYPE_INDEX<Asset>] = &CloudStorageUtils::BindAsset; in SQLiteSingleVerRelationalStorageExecutor()
92 bindCloudFieldFuncMap_[TYPE_INDEX<Assets>] = &CloudStorageUtils::BindAsset; in SQLiteSingleVerRelationalStorageExecutor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp150 int CloudStorageUtils::BindAsset(int index, const VBucket &vBucket, const Field &field, sqlite3_stm… in BindAsset() function in DistributedDB::CloudStorageUtils