Home
last modified time | relevance | path

Searched refs:rawfileList (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_impl.cpp81 …ceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) in GetRawFileList() argument
83 RState state = resMgr_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()
88 static_cast<uint64_t>(rawfileList.size())); in GetRawFileList()
H A Dresource_manager_interface.h38 …l int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) = 0;
H A Dresource_manager_impl.h45 …int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) overr…
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h248 RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList);
H A Dresource_manager_impl.h499 …irtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h452 …irtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp280 …ceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) in GetRawFileList() argument
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp2027 std::vector<std::string> rawfileList; variable
2028 RState state = rm->GetRawFileList("", rawfileList);
2041 std::vector<std::string> rawfileList; variable
2042 RState state = rm->GetRawFileList("no_exist_dir", rawfileList);
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h171 …al RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1391 …ceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) in GetRawFileList() argument
1393 return hapManager_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()