Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_change_request_napi.h114 sptr<PhotoProxy> GetPhotoProxyObj();
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp228 sptr<PhotoProxy> MediaAssetChangeRequestNapi::GetPhotoProxyObj() in GetPhotoProxyObj() function in OHOS::Media::MediaAssetChangeRequestNapi
1948 valuesBucket.Put(PhotoColumn::PHOTO_ID, context.objectInfo->GetPhotoProxyObj()->GetPhotoId()); in AddPhotoProxyResourceExecute()
1949 …NAPI_INFO_LOG("photoId: %{public}s", context.objectInfo->GetPhotoProxyObj()->GetPhotoId().c_str()); in AddPhotoProxyResourceExecute()
1951 static_cast<int32_t>(context.objectInfo->GetPhotoProxyObj()->GetDeferredProcType())); in AddPhotoProxyResourceExecute()
1960 int err = SavePhotoProxyImage(destFd, context.objectInfo->GetPhotoProxyObj()); in AddPhotoProxyResourceExecute()