Searched refs:GetAssetFromI18n (Results 1 – 9 of 9) sorted by relevance
258 std::vector<RefPtr<Asset>> ret = assetManager->GetAssetFromI18n(assetName);262 std::vector<RefPtr<Asset>> ret2 = assetManager->GetAssetFromI18n(assetName);
51 …MOCK_METHOD(std::vector<RefPtr<Asset>>, GetAssetFromI18n, (const std::string& assetName), (overrid…
69 virtual std::vector<RefPtr<Asset>> GetAssetFromI18n(const std::string& assetName) = 0;
50 …MOCK_METHOD(std::vector<RefPtr<Asset>>, GetAssetFromI18n, (const std::string& assetName), (overrid…
57 std::vector<RefPtr<Asset>> GetAssetFromI18n(const std::string& assetName) override;
69 std::vector<RefPtr<Asset>> AssetManagerImpl::GetAssetFromI18n(const std::string& assetName) in GetAssetFromI18n() function in OHOS::Ace::AssetManagerImpl
83 std::vector<RefPtr<Asset>> GetAssetFromI18n(const std::string& assetName) override in GetAssetFromI18n() function
412 void GetAssetFromI18n(const std::string& fileFullPath, std::unique_ptr<JsonValue>& data);
212 GetAssetFromI18n(fileFullPath, data); in GetConfigurationCommon()228 void FrontendDelegateImpl::GetAssetFromI18n(const std::string& fileFullPath, std::unique_ptr<JsonVa… in GetAssetFromI18n() function in OHOS::Ace::Framework::FrontendDelegateImpl233 auto jsAssetVector = assetManager_->GetAssetFromI18n(fileFullPath); in GetAssetFromI18n()