Home
last modified time | relevance | path

Searched refs:GetAssetList (Results 1 - 25 of 29) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/common/rosen/
H A Drosen_asset_manager.cpp56 void RSAssetManager::GetAssetList(const std::string& path, std::vector<std::string>& assetList) const in GetAssetList() function in OHOS::Ace::RSAssetManager
59 provider->GetAssetList(path, assetList); in GetAssetList()
H A Drosen_asset_manager.h106 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) const override;
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dasset_manager.h45 virtual void GetAssetList(const std::string& path, std::vector<std::string>& assetList) = 0;
79 virtual void GetAssetList(const std::string& path, std::vector<std::string>& assetList) const = 0;
/foundation/arkui/ace_engine/test/unittest/core/common/asset/
H A Dmock_asset.h38 MOCK_METHOD(void, GetAssetList, (const std::string& path, std::vector<std::string>& assetList), (override));
58 MOCK_METHOD(void, GetAssetList, (const std::string& path, std::vector<std::string>& assetList),
H A Dasset_test.cpp126 EXPECT_CALL(*assetProvider, GetAssetList(ASSET_TEST, assetList)).WillOnce(Return()); in HWTEST_F()
130 * @tc.steps: step4. Call GetAssetList. in HWTEST_F()
134 assetManager->GetAssetList(ASSET_TEST, assetList); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/common/rosen/
H A Dmock_rosen.h37 MOCK_METHOD(void, GetAssetList, (const std::string& path, std::vector<std::string>& assetList), (override));
57 MOCK_METHOD(void, GetAssetList, (const std::string& path, std::vector<std::string>& assetList),
H A Drosen_test.cpp346 * @tc.steps: step2. callback GetAssetList input provider is not null. in HWTEST_F()
354 EXPECT_CALL(*assetProvider, GetAssetList(path, assetList)).WillOnce(Return()); in HWTEST_F()
356 object.GetAssetList(path, assetList); in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/
H A Ddata_center.h28 virtual std::vector<const std::shared_ptr<Asset>> GetAssetList() const = 0;
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_asset_manager.cpp68 assetManager_->GetAssetList(filePath, files); in ParseWorkerUri()
94 assetManager_->GetAssetList(filePath, files); in ParseFileUri()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dasset_manager_impl.cpp119 void AssetManagerImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) const in GetAssetList() function in OHOS::Ace::AssetManagerImpl
122 assetProvider->GetAssetList(path, assetList); in GetAssetList()
H A Dasset_manager_impl.h62 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) const override;
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/impl/
H A Ddata_center_impl.h35 std::vector<const std::shared_ptr<Asset>> GetAssetList() const override;
H A Ddata_center_impl.cpp64 std::vector<const std::shared_ptr<Asset>> DataCenterImpl::GetAssetList() const in GetAssetList() function in OHOS::Media::DataCenterImpl
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider_impl.h53 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) override;
H A Dhap_asset_provider_impl.cpp79 void HapAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() function in OHOS::Ace::Plugin::HapAssetProviderImpl
H A Dhap_asset_provider.cpp79 void HapAssetProvider::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() function in OHOS::Ace::Plugin::HapAssetProvider
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.cpp57 assetManager->GetAssetList(filePath, files); in ParseWorkerUri()
83 assetManager->GetAssetList(filePath, files); in ParseFileUri()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.h43 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) override;
H A Dfile_asset_provider_impl.h45 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) override;
H A Dfile_asset_provider_impl.cpp120 void FileAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() function in OHOS::Ace::FileAssetProviderImpl
H A Dhap_asset_provider_impl.cpp120 void HapAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() function in OHOS::Ace::HapAssetProviderImpl
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Drs_dir_asset_provider.h117 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) override
H A Dui_content_impl.cpp76 dirAsset.GetAssetList("", fileList); in SetFontMgrConfig()
H A Dace_ability.cpp64 dirAsset.GetAssetList("", fileList); in SetFontMgrConfig()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp479 assetManager->GetAssetList(STYLES_FOLDER_PATH, files); in LoadCustomStyle()

Completed in 10 milliseconds

12