Home
last modified time | relevance | path

Searched defs:fileAssetId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_smartalbum_map_operations.cpp439 static int32_t RemoveTrashAssetsInfoUtil(const int32_t fileAssetId) in RemoveTrashAssetsInfoUtil()
454 static int32_t UpdateFavoriteAssetsInfoUtil(const int32_t fileAssetId, const bool isFavorites) in UpdateFavoriteAssetsInfoUtil()
572 static int32_t InsertTrashAssetsInfoUtil(const int32_t fileAssetId) in InsertTrashAssetsInfoUtil()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp3858 static shared_ptr<FileAsset> getFileAsset(const std::string fileAssetId) in getFileAsset()