Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_change_request_impl.cpp300 cacheMovingPhotoVideoName_ = cacheFileName; in OpenWriteCacheHandler()
715 CHECK_AND_RETURN_RET_LOG(!cacheFileName_.empty() || !cacheMovingPhotoVideoName_.empty(), E_FAIL, in SubmitCache()
731 creationValuesBucket_.Put(CACHE_MOVING_PHOTO_VIDEO_NAME, cacheMovingPhotoVideoName_); in SubmitCache()
743 valuesBucket.Put(CACHE_MOVING_PHOTO_VIDEO_NAME, cacheMovingPhotoVideoName_); in SubmitCache()
752 cacheMovingPhotoVideoName_.clear(); in SubmitCache()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_asset_change_request_impl.h93 std::string cacheMovingPhotoVideoName_; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_change_request_napi.h163 std::string cacheMovingPhotoVideoName_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp217 DeleteCache(assetChangeRequest->cacheMovingPhotoVideoName_); in Destructor()
418 cacheMovingPhotoVideoName_ = fileName; in SetCacheMovingPhotoVideoName()
463 return cacheMovingPhotoVideoName_; in GetCacheMovingPhotoVideoName()
1806 CHECK_COND_RET(!cacheFileName_.empty() || !cacheMovingPhotoVideoName_.empty(), E_FAIL, in SubmitCache()
1822 creationValuesBucket_.Put(CACHE_MOVING_PHOTO_VIDEO_NAME, cacheMovingPhotoVideoName_); in SubmitCache()
1832 valuesBucket.Put(CACHE_MOVING_PHOTO_VIDEO_NAME, cacheMovingPhotoVideoName_); in SubmitCache()
1836 valuesBucket.Put(CACHE_MOVING_PHOTO_VIDEO_NAME, cacheMovingPhotoVideoName_); in SubmitCache()
1845 cacheMovingPhotoVideoName_.clear(); in SubmitCache()