Home
last modified time | relevance | path

Searched refs:movingPhotoVideoRealPath_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_asset_change_request_impl.h102 std::string movingPhotoVideoRealPath_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_change_request_impl.cpp156 movingPhotoVideoRealPath_ = realPath; in AddResourceWithUri()
628 string srcRealPath = isMovingPhotoVideo ? movingPhotoVideoRealPath_ : realPath_; in CopyFileToMediaLibrary()
684 string realPath = isMovingPhotoVideo ? movingPhotoVideoRealPath_ : realPath_; in SendToCacheFile()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_change_request_napi.h162 std::string movingPhotoVideoRealPath_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp443 return movingPhotoVideoRealPath_; in GetMovingPhotoVideoPath()
1494 changeRequest->movingPhotoVideoRealPath_ = asyncContext->realPath; in AddMovingPhotoVideoResource()
1638 string srcRealPath = isMovingPhotoVideo ? movingPhotoVideoRealPath_ : realPath_; in CopyFileToMediaLibrary()