Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp282 int indexOfPhotoId = -1; in QueryPhotoStatus() local
283 resultSet->GetColumnIndex(PhotoColumn::PHOTO_ID, indexOfPhotoId); in QueryPhotoStatus()
284 resultSet->GetString(indexOfPhotoId, photoId); in QueryPhotoStatus()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp315 int indexOfPhotoId = -1; in QueryPhotoStatus() local
316 resultSet->GetColumnIndex(PhotoColumn::PHOTO_ID, indexOfPhotoId); in QueryPhotoStatus()
317 resultSet->GetString(indexOfPhotoId, photoId); in QueryPhotoStatus()

Completed in 5 milliseconds