Home
last modified time | relevance | path

Searched refs:sourceLivePhotoPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmoving_photo_file_utils_test.cpp350 string sourceLivePhotoPath; variable
351 …T(MovingPhotoFileUtils::ConvertToSourceLivePhoto(movingPhotoImagepath, sourceLivePhotoPath), E_OK);
352 EXPECT_EQ(sourceLivePhotoPath, "");
358 string sourceLivePhotoPath; variable
362 …Q(MovingPhotoFileUtils::ConvertToSourceLivePhoto(movingPhotoImagepath, sourceLivePhotoPath), E_OK);
363 EXPECT_EQ(sourceLivePhotoPath, result);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmoving_photo_file_utils.h41 std::string &sourceLivePhotoPath, int32_t userId = -1);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp395 string& sourceLivePhotoPath, int32_t userId) in ConvertToSourceLivePhoto() argument
408 sourceLivePhotoPath = sourceCachePath; in ConvertToSourceLivePhoto()
437 sourceLivePhotoPath = absSourceCachePath; in ConvertToSourceLivePhoto()