Home
last modified time | relevance | path

Searched refs:assetList (Results 1 - 22 of 22) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_asset_compare_test.cpp274 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord(DATA_BASELINE, DATA_EMPTY); in HWTEST_F() local
282 ASSERT_TRUE(CheckAssetDownloadList(FIELD_HOUSE, assetList, expectedList)); in HWTEST_F()
283 ASSERT_TRUE(CheckAssetDownloadList(FIELD_CARS, assetList, expectedList)); in HWTEST_F()
295 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord(DATA_BASELINE, DATA_EMPTY_ASSET); in HWTEST_F() local
303 ASSERT_TRUE(CheckAssetDownloadList(FIELD_HOUSE, assetList, expectedList)); in HWTEST_F()
304 ASSERT_TRUE(CheckAssetDownloadList(FIELD_CARS, assetList, expectedList)); in HWTEST_F()
316 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord(DATA_BASELINE, DATA_ASSET_SAME_NAME_BUT_CHANGE); in HWTEST_F() local
321 ASSERT_TRUE(CheckAssetDownloadList(FIELD_HOUSE, assetList, expectedList)); in HWTEST_F()
322 ASSERT_TRUE(CheckAssetDownloadList(FIELD_CARS, assetList, expectedList)); in HWTEST_F()
334 auto assetList in HWTEST_F() local
353 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
371 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
390 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
410 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
431 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
453 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
475 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
496 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
517 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
541 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
564 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord(DATA_ASSET_SAME_NAME_BUT_CHANGE, DATA_BASELINE); HWTEST_F() local
582 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord(DATA_BASELINE, DATA_ASSET_SAME_NAME_BUT_CHANGE); HWTEST_F() local
595 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
611 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
628 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
644 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
674 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
695 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
726 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
747 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
771 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord(DATA_BASELINE, DATA_NULL_ASSETS, true); HWTEST_F() local
789 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord(DATA_BASELINE, DATA_EMPTY_ASSETS, true); HWTEST_F() local
805 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
826 auto assetList = g_cloudSyncer->TestTagAssetsInSingleRecord( HWTEST_F() local
[all...]
/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()
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/adapter/preview/entrance/
H A Drs_dir_asset_provider.h117 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) override
126 assetList.push_back(fileInfo.cFileName);
140 assetList.push_back(dptr->d_name);
/foundation/arkui/ace_engine/test/unittest/core/common/asset/
H A Dasset_test.cpp124 std::vector<std::string> assetList; in HWTEST_F() local
126 EXPECT_CALL(*assetProvider, GetAssetList(ASSET_TEST, assetList)).WillOnce(Return()); in HWTEST_F()
134 assetManager->GetAssetList(ASSET_TEST, assetList); in HWTEST_F()
135 EXPECT_TRUE(assetList.empty()); in HWTEST_F()
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),
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider_impl.cpp79 void HapAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() argument
92 res = runtimeExtractor_->GetFileList(assetPath, assetList); in GetAssetList()
H A Dhap_asset_provider.cpp79 void HapAssetProvider::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() argument
91 res = runtimeExtractor_->GetFileList(assetPath, assetList); in GetAssetList()
H A Dhap_asset_provider_impl.h53 void GetAssetList(const std::string& path, std::vector<std::string>& assetList) 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/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.cpp351 std::vector<std::string> assetList; in HWTEST_F() local
354 EXPECT_CALL(*assetProvider, GetAssetList(path, assetList)).WillOnce(Return()); in HWTEST_F()
356 object.GetAssetList(path, assetList); in HWTEST_F()
357 EXPECT_TRUE(assetList.empty()); in HWTEST_F()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp48 std::vector<std::string> &assetList) in GetTreeFileList()
54 assetList.push_back(rootPath); in GetTreeFileList()
61 GetTreeFileList(child.second, prefix + child.first, assetList); in GetTreeFileList()
376 void ZipFile::GetAllFileList(const std::string &srcPath, std::vector<std::string> &assetList) in GetAllFileList() argument
385 assetList.push_back(fileName); in GetAllFileList()
412 GetAllFileListCache(tmpDir, assetList); in GetAllFileList()
414 GetAllFileListNormal(tmpDir, assetList); in GetAllFileList()
482 void ZipFile::GetAllFileListCache(const std::string &srcPath, std::vector<std::string> &assetList) in GetAllFileListCache() argument
512 GetTreeFileList(parent, rootName, assetList); in GetAllFileListCache()
560 void ZipFile::GetAllFileListNormal(const std::string &srcPath, std::vector<std::string> &assetList) in GetAllFileListNormal() argument
47 GetTreeFileList(std::shared_ptr<DirTreeNode> root, const std::string &rootPath, std::vector<std::string> &assetList) GetTreeFileList() argument
[all...]
H A Dextractor.cpp64 bool Extractor::GetFileList(const std::string& srcPath, std::vector<std::string>& assetList) in GetFileList() argument
76 zipFile_.GetAllFileList(srcPath, assetList); in GetFileList()
77 if (assetList.empty()) { in GetFileList()
/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()
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/arkui/ace_engine/adapter/ohos/entrance/
H A Dfile_asset_provider_impl.cpp120 void FileAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() argument
132 assetList.push_back(dptr->d_name); in GetAssetList()
H A Dhap_asset_provider_impl.cpp120 void HapAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList() argument
133 res = runtimeExtractor_->GetFileList(assetPath, assetList); in GetAssetList()
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;
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h198 void GetAllFileList(const std::string &srcPath, std::vector<std::string> &assetList);
291 void GetAllFileListCache(const std::string &srcPath, std::vector<std::string> &assetList);
295 void GetAllFileListNormal(const std::string &srcPath, std::vector<std::string> &assetList);
H A Dextractor.h74 bool GetFileList(const std::string& srcPath, std::vector<std::string>& assetList);

Completed in 11 milliseconds