Home
last modified time | relevance | path

Searched refs:MediaFileInfo (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dasset_manager.h23 struct MediaFileInfo { struct
49 virtual bool GetFileInfo(const std::string& /* fileName */, MediaFileInfo& /* fileInfo */) const in GetFileInfo() argument
81 virtual bool GetFileInfo(const std::string& fileName, MediaFileInfo& fileInfo) const = 0;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/asset/
H A Dmock_asset.h39 … MOCK_METHOD(bool, GetFileInfo, (const std::string& /* fileName */, MediaFileInfo& /* fileInfo */),
60 … MOCK_METHOD(bool, GetFileInfo, (const std::string& /* fileName */, MediaFileInfo& /* fileInfo */),
H A Dasset_test.cpp34 MediaFileInfo MEDIA_FILE_INFO = { .fileName = ASSET_TEST, .length = 1, .lastModTime = 1, .lastModDa…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/rosen/
H A Dmock_rosen.h38 … MOCK_METHOD(bool, GetFileInfo, (const std::string& /* fileName */, MediaFileInfo& /* fileInfo */),
59 … MOCK_METHOD(bool, GetFileInfo, (const std::string& /* fileName */, MediaFileInfo& /* fileInfo */),
H A Drosen_test.cpp374MediaFileInfo fileInfo = { .fileName = hapPath, .offset = 1, .length = 1, .lastModTime = 1, .lastM…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/rosen/
H A Drosen_asset_manager.cpp63 bool RSAssetManager::GetFileInfo(const std::string& fileName, MediaFileInfo& fileInfo) const in GetFileInfo()
H A Drosen_asset_manager.h108 bool GetFileInfo(const std::string& fileName, MediaFileInfo& fileInfo) const override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider_impl.h55 bool GetFileInfo(const std::string& fileName, MediaFileInfo& fileInfo) const override;
H A Dhap_asset_provider.cpp98 bool HapAssetProvider::GetFileInfo(const std::string& /* fileName */, MediaFileInfo& /* fileInfo */… in GetFileInfo()
H A Dhap_asset_provider_impl.cpp99 bool HapAssetProviderImpl::GetFileInfo(const std::string& /* fileName */, MediaFileInfo& /* fileInf… in GetFileInfo()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.h44 bool GetFileInfo(const std::string& fileName, MediaFileInfo& fileInfo) const override;
H A Dhap_asset_provider_impl.cpp150 bool HapAssetProviderImpl::GetFileInfo(const std::string& fileName, MediaFileInfo& fileInfo) const in GetFileInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_media_player.cpp189 MediaFileInfo fileInfo; in MediaPlay()
271 MediaFileInfo fileInfo; in RawFilePlay()
306 MediaFileInfo fileInfo; in RelativePathPlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dasset_manager_impl.h63 bool GetFileInfo(const std::string& fileName, MediaFileInfo& fileInfo) const override;
H A Dasset_manager_impl.cpp126 bool AssetManagerImpl::GetFileInfo(const std::string& fileName, MediaFileInfo& fileInfo) const in GetFileInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp391 MediaFileInfo fileInfo; in MediaPlay()
416 MediaFileInfo fileInfo; in RawFilePlay()
440 MediaFileInfo fileInfo; in RelativePathPlay()