Home
last modified time | relevance | path

Searched defs:asset (Results 26 - 50 of 86) sorted by relevance

1234

/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_data_manager.cpp130 auto asset = GetRingtoneAssetFromId(to_string(outRowId)); in Insert() local
174 auto asset = fetchResult->GetObjectFromRdb(resultSet, i); in DeleteFileFromResultSet() local
312 auto asset = GetRingtoneAssetFromId(toneId); in OpenRingtoneFile() local
334 auto asset = GetVibrateAssetFromId(toneId); OpenVibrateFile() local
[all...]
/foundation/multimedia/ringtone_library/services/ringtone_helper/src/
H A Dringtone_fetch_result.cpp269 void RingtoneFetchResult<T>::SetRingtoneAsset(unique_ptr<T>& asset, shared_ptr<NativeRdb::ResultSet> &resultSet) in SetRingtoneAsset() argument
294 void RingtoneFetchResult<T>::GetObjectFromResultSet(unique_ptr<T>& asset, shared_ptr<NativeRdb::ResultSet> &resultSet) in GetObjectFromResultSet() argument
302 unique_ptr<T> asset = make_unique<T>(); in GetObject() local
/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/
H A Dringtone_fetch_result_test.cpp147 unique_ptr<RingtoneAsset> asset = nullptr; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_tag_assets.cpp21 void TagSingleAssetForDownload(AssetOpType flag, Asset &asset, Assets &res, int &errCode) in TagSingleAssetForDownload() argument
54 TagSingleAssetForUpload(AssetOpType flag, Asset &asset, Assets &res) TagSingleAssetForUpload() argument
86 TagAssetWithNormalStatus(const bool isNormalStatus, AssetOpType flag, Asset &asset, Assets &res, int &errCode) TagAssetWithNormalStatus() argument
277 MarkAssetForUpload(bool isInsert, Asset &asset) MarkAssetForUpload() argument
322 Asset &asset = std::get<Asset>(GetAssetsCaseInsensitive(filedName, coveredData)); TagAssetForUpload() local
[all...]
H A Dcloud_sync_utils.cpp106 void CloudSyncUtils::StatusToFlagForAsset(Asset &asset) in StatusToFlagForAsset() argument
515 auto &asset = *it; in FillAssetIdToAssetsData() local
[all...]
H A Dcloud_db_proxy.cpp619 auto asset = std::get_if<Asset>(&entry.second); in IsRecordActionFail() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.cpp180 ValueProxy::Asset::Asset(DistributedData::Asset asset) in Asset() argument
185 ValueProxy::Asset::Asset(NativeRdb::AssetValue asset) in Asset() argument
200 Asset(CommonType::AssetValue asset) Asset() argument
215 Asset(DistributedDB::Asset asset) Asset() argument
297 ConvertToDataStatus(const DistributedDB::Asset &asset) ConvertToDataStatus() argument
533 TempAsset(DistributedDB::Asset asset) TempAsset() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_result_set_impl_test.cpp242 NativeRdb::ValueObject::Asset asset; in HWTEST_F() local
275 NativeRdb::ValueObject::Asset asset; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.cpp289 auto* asset = Traits::get_if<DistributedData::Asset>(&value); in PostEvent() local
301 void RdbCloud::PostEventAsset(DistributedData::Asset& asset, DataBucket& extend, std::set<std::string>& skipAssets, in PostEventAsset() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.cpp326 Asset asset; in GetBlobByStatement() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp133 int32_t ObjectAssetMachine::DFAPostEvent(AssetEvent eventId, ChangedAssetInfo& changedAssetInfo, Asset& asset, in DFAPostEvent() argument
161 static int32_t DoTransfer(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, in DoTransfer() argument
259 auto* asset = Traits::get_if<DistributedData::Asset>(&value); MergeAssetData() local
306 CompensateTransferring(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, const std::pair<std::string, Asset>& newAsset) CompensateTransferring() argument
313 CompensateSync(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, const std::pair<std::string, Asset>& newAsset) CompensateSync() argument
322 SaveNewAsset(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, const std::pair<std::string, Asset>& newAsset) SaveNewAsset() argument
330 ChangeAssetToNormal(int32_t eventId, ChangedAssetInfo& changedAssetInfo, Asset& asset, const std::pair<std::string, Asset>& newAsset) ChangeAssetToNormal() argument
337 Recover(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, const std::pair<std::string, Asset>& newAsset) Recover() argument
[all...]
H A Dobject_service_impl.cpp99 BindAssetStore(const std::string &bundleName, const std::string &sessionId, ObjectStore::Asset &asset, ObjectStore::AssetBindInfo &bindInfo) BindAssetStore() argument
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_cursor_test.cpp156 void RdbNativeCursorTest::SetAsset(Data_Asset *asset, int index) in SetAsset() argument
516 Data_Asset *asset = OH_Data_Asset_CreateOne(); HWTEST_F() local
584 Data_Asset *asset = assets[1]; HWTEST_F() local
636 Data_Asset *asset = OH_Data_Asset_CreateOne(); HWTEST_F() local
712 Data_Asset *asset = OH_Data_Asset_CreateOne(); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_shared_result_set.cpp266 ValueObject::Asset asset; in GetCustomerValue() local
H A Drd_statement.cpp195 ValueObject::Asset asset; in InnerBindBlobTypeArgs() local
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_utils.cpp48 NativeRdb::ValueObject::Asset asset = { in ValueTypeToValueObjectAsset() local
65 Asset asset in ValueTypeToValueObjectAssets() local
130 Asset asset = Asset { ValueObjectToValueTypeAsset() local
[all...]
H A Drelational_store_impl_resultsetproxy.cpp185 NativeRdb::ValueObject::Asset asset; in GetAsset() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_value_bucket_test.cpp292 AssetValue asset; in HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfetch_result.cpp458 void FetchResult<T>::GetObjectFromResultSet(FileAsset *asset, shared_ptr<NativeRdb::ResultSet> &resultSet) in GetObjectFromResultSet() argument
464 void FetchResult<T>::GetObjectFromResultSet(AlbumAsset *asset, shared_ptr<NativeRdb::ResultSet> &resultSet) in GetObjectFromResultSet() argument
470 void FetchResult<T>::GetObjectFromResultSet(PhotoAlbum *asset, shared_ptr<NativeRdb::ResultSet> &resultSet) in GetObjectFromResultSet() argument
476 void FetchResult<T>::GetObjectFromResultSet(SmartAlbumAsset *asset, shared_ptr<NativeRdb::ResultSet> &resultSet) in GetObjectFromResultSet() argument
484 unique_ptr<T> asset = make_unique<T>(); in GetObject() local
[all...]
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_dualfwk_restore.cpp178 static void AssetToFileInfo(std::shared_ptr<FileInfo> infoPtr, const std::unique_ptr<FileAsset> &asset) in AssetToFileInfo() argument
233 std::unique_ptr<FileAsset> asset = fetchFileResult->GetNextObject(); QueryMediaLibForFileInfo() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h73 Asset asset; member
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp492 auto asset = assetManager->GetAsset(fileFullPath); in LoadCustomStyle() local
531 void ThemeConstants::LoadFile(const RefPtr<Asset>& asset) in LoadFile() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp181 Asset asset; in PrepareDataBaseForAsset() local
H A Ddistributeddb_cloud_assets_operation_sync_test.cpp216 Asset asset = g_localAsset; in InsertUserTableRecord() local
238 Asset asset; in GetAssets() local
263 Asset asset; UpdateCloudTableRecord() local
532 Asset asset = g_localAsset; HWTEST_F() local
625 Asset asset; InsertLocalAssetData() local
[all...]
H A Ddistributeddb_cloud_reference_sync_test.cpp280 Asset asset = cloudAsset1_; in InsertCloudSharedTableRecord() local
318 Asset asset = cloudAsset2_; in UpdateCloudSharedTableRecord() local
[all...]

Completed in 21 milliseconds

1234