Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmoving_photo_napi.h34 static int32_t OpenReadOnlyLivePhoto(const string& destLivePhotoUri);
67 std::string destLivePhotoUri; member
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp161 int32_t MovingPhotoNapi::OpenReadOnlyLivePhoto(const string& destLivePhotoUri) in OpenReadOnlyLivePhoto() argument
163 if (destLivePhotoUri.empty()) { in OpenReadOnlyLivePhoto()
167 if (MediaFileUtils::IsMediaLibraryUri(destLivePhotoUri)) { in OpenReadOnlyLivePhoto()
168 string livePhotoUri = destLivePhotoUri; in OpenReadOnlyLivePhoto()
253 if (!context->destLivePhotoUri.empty()) { in RequestContentToSandbox()
256 int32_t ret = WriteToSandboxUri(livePhotoFd, context->destLivePhotoUri); in RequestContentToSandbox()
375 context->destLivePhotoUri), JS_INNER_FAIL); in ParseArgsForRequestContent()

Completed in 2 milliseconds