Searched refs:GetLivePhotoCachePath (Results 1 – 4 of 4) sorted by relevance
54 …EXPORT static std::string GetLivePhotoCachePath(const std::string &imagePath, int32_t userId = -1);
350 string cachePath = GetLivePhotoCachePath(movingPhotoImagepath, userId); in ConvertToLivePhoto()774 string MovingPhotoFileUtils::GetLivePhotoCachePath(const string &imagePath, int32_t userId) in GetLivePhotoCachePath() function in OHOS::Media::MovingPhotoFileUtils
288 EXPECT_EQ(MovingPhotoFileUtils::GetLivePhotoCachePath(imagePath), extraDataPath);
2143 string livePhotoCachePath = MovingPhotoFileUtils::GetLivePhotoCachePath(path); in OnScanFinished()