Home
last modified time | relevance | path

Searched refs:indexOfPhotoId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp281 int indexOfPhotoId = -1; in QueryPhotoStatus() local
282 resultSet->GetColumnIndex(PhotoColumn::PHOTO_ID, indexOfPhotoId); in QueryPhotoStatus()
283 resultSet->GetString(indexOfPhotoId, photoId); in QueryPhotoStatus()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp285 int indexOfPhotoId = -1; in QueryPhotoStatus() local
286 resultSet->GetColumnIndex(PhotoColumn::PHOTO_ID, indexOfPhotoId); in QueryPhotoStatus()
287 resultSet->GetString(indexOfPhotoId, photoId); in QueryPhotoStatus()