/foundation/arkui/ace_engine/frameworks/core/common/rosen/ |
H A D | rosen_asset_manager.cpp | 56 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 D | rosen_asset_manager.h | 106 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) const override;
|
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | asset_manager.h | 45 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 D | mock_asset.h | 38 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 D | asset_test.cpp | 126 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 D | mock_rosen.h | 37 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 D | rosen_test.cpp | 346 * @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 D | data_center.h | 28 virtual std::vector<const std::shared_ptr<Asset>> GetAssetList() const = 0;
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/ |
H A D | js_backend_asset_manager.cpp | 68 assetManager_->GetAssetList(filePath, files); in ParseWorkerUri() 94 assetManager_->GetAssetList(filePath, files); in ParseFileUri()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | asset_manager_impl.cpp | 119 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 D | asset_manager_impl.h | 62 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 D | data_center_impl.h | 35 std::vector<const std::shared_ptr<Asset>> GetAssetList() const override;
|
H A D | data_center_impl.cpp | 64 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 D | hap_asset_provider_impl.h | 53 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) override;
|
H A D | hap_asset_provider_impl.cpp | 79 void HapAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() function in OHOS::Ace::Plugin::HapAssetProviderImpl
|
H A D | hap_asset_provider.cpp | 79 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 D | frontend_delegate.cpp | 57 assetManager->GetAssetList(filePath, files); in ParseWorkerUri() 83 assetManager->GetAssetList(filePath, files); in ParseFileUri()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | hap_asset_provider_impl.h | 43 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) override;
|
H A D | file_asset_provider_impl.h | 45 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) override;
|
H A D | file_asset_provider_impl.cpp | 120 void FileAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() function in OHOS::Ace::FileAssetProviderImpl
|
H A D | hap_asset_provider_impl.cpp | 120 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 D | rs_dir_asset_provider.h | 117 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) override
|
H A D | ui_content_impl.cpp | 76 dirAsset.GetAssetList("", fileList); in SetFontMgrConfig()
|
H A D | ace_ability.cpp | 64 dirAsset.GetAssetList("", fileList); in SetFontMgrConfig()
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 479 assetManager->GetAssetList(STYLES_FOLDER_PATH, files); in LoadCustomStyle()
|