Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfile_asset.h163 EXPORT void SetCameraShotKey(const std::string &cameraShotKey);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfile_asset.cpp455 void FileAsset::SetCameraShotKey(const std::string &cameraShotKey) in SetCameraShotKey() function in OHOS::Media::FileAsset
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp1215 changeRequest->GetFileAssetInstance()->SetCameraShotKey(cameraShotKey); in JSSetCameraShotKey()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp561 fileAsset.SetCameraShotKey(cameraShotKey); in SetCameraShotKeyFromCmd()