Home
last modified time | relevance | path

Searched refs:SetModuleType (Results 1 – 7 of 7) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/
Dhap_verify_utils_test.cpp82 hapVerifyInfo1.SetModuleType("entry"); in InitHapVerifyInfo1()
140 hapVerifyInfo2.SetModuleType("entry"); in InitHapVerifyInfo2()
511 hapVerifyInfo3.SetModuleType("entry");
676 hapVerifyInfo3.SetModuleType("feature");
678 hapVerifyInfo4.SetModuleType("other");
684 hapVerifyInfo3.SetModuleType("entry");
963 hapVerifyInfo3.SetModuleType("entry");
968 hapVerifyInfo4.SetModuleType("entry");
1084 hapVerifyInfo3.SetModuleType("other");
1109 hapVerifyInfo3.SetModuleType("entry");
[all …]
/developtools/packing_tool/packing_tool/frameworks/include/json/
Dhap_verify_info.h59 void SetModuleType(const std::string& moduleType);
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dhap_verify_info.cpp132 void HapVerifyInfo::SetModuleType(const std::string& moduleType) in SetModuleType() function in OHOS::AppPackingTool::HapVerifyInfo
Dmodule_json_stage.cpp928 hapVerifyInfo.SetModuleType(moduleType); in SetStageHapVerifyInfoByModuleObj()
Dmodule_json_fa.cpp836 hapVerifyInfo.SetModuleType(moduleType); in SetFaHapVerifyInfoByModuleObj()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_utils_test/
Dmodule_json_utils_test.cpp619 hapVerifyInfo.SetModuleType("test1_module_type");
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_info_test/
Dhap_verify_info_test.cpp257 hapVerifyInfo.SetModuleType(moduleType);