Searched refs:rawfileList (Results 1 - 8 of 8) sorted by relevance
/base/global/resource_management/interfaces/cj/src/ |
H A D | resource_manager_impl.cpp | 95 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 D | resource_manager_interface.h | 38 virtual int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) = 0;
|
H A D | resource_manager_impl.h | 47 int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) override;
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_manager.h | 248 * @param rawfileList the rawfile list write to 251 RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList);
|
H A D | resource_manager_impl.h | 498 * @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 D | resource_manager_test.cpp | 2025 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 D | resource_manager.h | 171 virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList) = 0;
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 1372 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