Home
last modified time | relevance | path

Searched defs:hapVerifyInfoMap (Results 1 – 5 of 5) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/mock/
Dmock_fast_app_module_json_utils.cpp210 std::map<std::string, std::shared_ptr<HapVerifyInfo>>& hapVerifyInfoMap) in GetHapVerifyInfosMapfromFileList()
267 std::map<std::string, std::shared_ptr<HapVerifyInfo>>& hapVerifyInfoMap, in ProcessZipFile()
327 std::map<std::string, std::shared_ptr<HapVerifyInfo>>& hapVerifyInfoMap) in CheckAppAtomicServiceCompressedSizeValid()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/
Dmock_module_json_utils.cpp209 std::map<std::string, std::shared_ptr<HapVerifyInfo>>& hapVerifyInfoMap) in GetHapVerifyInfosMapfromFileList()
266 std::map<std::string, std::shared_ptr<HapVerifyInfo>>& hapVerifyInfoMap, in ProcessZipFile()
326 std::map<std::string, std::shared_ptr<HapVerifyInfo>>& hapVerifyInfoMap) in CheckAppAtomicServiceCompressedSizeValid()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/multiapp_packager_test/mock/
Dmock_multiapp_module_json_utils.cpp210 std::map<std::string, std::shared_ptr<HapVerifyInfo>>& hapVerifyInfoMap) in GetHapVerifyInfosMapfromFileList()
267 std::map<std::string, std::shared_ptr<HapVerifyInfo>>& hapVerifyInfoMap, in ProcessZipFile()
327 std::map<std::string, std::shared_ptr<HapVerifyInfo>>& hapVerifyInfoMap) in CheckAppAtomicServiceCompressedSizeValid()
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json_utils.cpp175 std::shared_ptr<HapVerifyInfo>>& hapVerifyInfoMap) in GetHapVerifyInfosMapfromFileList()
223 std::map<std::string, std::shared_ptr<HapVerifyInfo>>& hapVerifyInfoMap) in CheckAppAtomicServiceCompressedSizeValid()
/developtools/packing_tool/adapter/ohos/
DCompressor.java217 private HashMap<String, HapVerifyInfo> hapVerifyInfoMap = new HashMap<>(); field in Compressor