Home
last modified time | relevance | path

Searched refs:rawfileList (Results 1 - 8 of 8) sorted by relevance

/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_impl.cpp95 int32_t ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) in GetRawFileList() argument
97 RState state = resMgr_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()
102 static_cast<uint64_t>(rawfileList.size())); in GetRawFileList()
H A Dresource_manager_interface.h38 virtual int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) = 0;
H A Dresource_manager_impl.h47 int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) override;
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h248 * @param rawfileList the rawfile list write to
251 RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList);
H A Dresource_manager_impl.h498 * @param rawfileList the rawfile list write to
501 virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp2025 std::vector<std::string> rawfileList; in HWTEST_F() local
2026 RState state = rm->GetRawFileList("", rawfileList); in HWTEST_F()
2039 std::vector<std::string> rawfileList; in HWTEST_F() local
2040 RState state = rm->GetRawFileList("no_exist_dir", rawfileList); in HWTEST_F()
/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h171 virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList) = 0;
/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1372 RState ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) in GetRawFileList() argument
1374 return hapManager_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()

Completed in 12 milliseconds