Home
last modified time | relevance | path

Searched defs:fileMap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_file_repository.cpp42 auto& fileMap = moduleFileMap_[hmpName]; in InitRepository() local
86 std::unordered_map<std::string, ModuleFile> &fileMap, const Timer &timer) const in ProcessFile()
129 std::unordered_map<std::string, ModuleFile> fileMap = mapIter->second; in GetModuleFile() local
165 std::unordered_map<std::string, ModuleFile> &fileMap = mapIter->second; in Clear() local
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/
H A Dohos_resource_adapter_test.cpp183 …std::unique_ptr<OHOS::AbilityBase::FileMapper> fileMap = std::make_unique<OHOS::AbilityBase::FileM… variable
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp243 OhosFileMapperImpl::OhosFileMapperImpl(std::unique_ptr<OHOS::AbilityBase::FileMapper> fileMap, in OhosFileMapperImpl()
506 std::unique_ptr<OHOS::AbilityBase::FileMapper> fileMap; in GetRawFileMapper() local
/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_instructionhelper_unittest.cpp96 const static std::unordered_map<std::string, FileInfo> fileMap { in GetFileInfo() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp472 std::vector<std::pair<std::string, std::string>> fileMap; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3077 std::vector<std::pair<std::string, std::string>> &fileMap) in GetHqfFileAndHapPath()