Home
last modified time | relevance | path

Searched refs:GetMovingPhotoImageUri (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/resource/
H A Ddata_provider_manager.cpp109 std::string DataProviderManagerStandard::GetMovingPhotoImageUri(const std::string& uri) in GetMovingPhotoImageUri() function in OHOS::Ace::DataProviderManagerStandard
114 return helper_->GetMovingPhotoImageUri(uri); in GetMovingPhotoImageUri()
H A Ddata_ability_helper.h33 virtual std::string GetMovingPhotoImageUri(const std::string& uri) { return ""; } in GetMovingPhotoImageUri() function in OHOS::Ace::DataAbilityHelper
H A Ddata_provider_manager.h109 std::string GetMovingPhotoImageUri(const std::string& uri);
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddata_ability_helper_standard.cpp87 std::string DataAbilityHelperStandard::GetMovingPhotoImageUri(const std::string& uri) in GetMovingPhotoImageUri() function in OHOS::Ace::DataAbilityHelperStandard
90 return mgr_.GetMovingPhotoImageUri(uri); in GetMovingPhotoImageUri()
H A Ddata_ability_helper_standard.h58 std::string GetMovingPhotoImageUri(const std::string& uri) override;
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_library_manager.h222 EXPORT std::string GetMovingPhotoImageUri(const string &uri);
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_model_ng.cpp87 std::string imageSrc = dataProvider->GetMovingPhotoImageUri(value); in SetImageSrc()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/src/
H A Dmedia_library_manager_test.cpp837 std::string result = manager.GetMovingPhotoImageUri(uri); in HWTEST_F()
844 std::string result = manager.GetMovingPhotoImageUri(uri); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/
H A Dmedia_library_manager.cpp964 std::string MediaLibraryManager::GetMovingPhotoImageUri(const string &uri) in GetMovingPhotoImageUri() function in OHOS::Media::MediaLibraryManager

Completed in 10 milliseconds