Home
last modified time | relevance | path

Searched refs:GetDataProviderFile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Ddata_provider_manager.h65 virtual int32_t GetDataProviderFile(const std::string& uriStr, const std::string& mode) = 0;
82 …int32_t GetDataProviderFile(const std::string& /* uriStr */, const std::string& /* mode */) overri… in GetDataProviderFile() function
107 int32_t GetDataProviderFile(const std::string& uriStr, const std::string& mode) override;
H A Ddata_provider_manager.cpp93 int32_t DataProviderManagerStandard::GetDataProviderFile(const std::string& uriStr, const std::stri… in GetDataProviderFile() function in OHOS::Ace::DataProviderManagerStandard
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_loader.cpp710 int32_t fd = dataProvider->GetDataProviderFile(path, "r"); in GetThumbnailOrientation()
886 int32_t fd = dataProvider->GetDataProviderFile(path, "r"); in GetThumbnailOrientation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_media_player.cpp371 fd = dataProvider->GetDataProviderFile(filePath, "r"); in SetMediaSource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp486 fd = dataProvider->GetDataProviderFile(filePath, "r"); in SetMediaSource()