Home
last modified time | relevance | path

Searched defs:targetModuleName (Results 1 – 9 of 9) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DHapVerifyInfo.java124 private String targetModuleName = ""; field in HapVerifyInfo
449 public void setTargetModuleName(String targetModuleName) { in setTargetModuleName()
DModuleJsonUtil.java1498 String targetModuleName = ""; in parseTargetModuleName() local
DCompressor.java893 String targetModuleName = ModuleJsonUtil.getStageTargetModuleName(jsonString); in checkStageOverlayCfg() local
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json.cpp426 bool ModuleJson::GetTargetModuleName(std::string& targetModuleName) in GetTargetModuleName()
436 …::GetTargetModuleNameByModuleObj(std::unique_ptr<PtJson>& moduleObj, std::string& targetModuleName) in GetTargetModuleNameByModuleObj()
1235 std::string targetModuleName; in CheckStageOverlayCfg() local
Dhap_verify_info.cpp243 void HapVerifyInfo::SetTargetModuleName(const std::string& targetModuleName) in SetTargetModuleName()
Dmodule_json_stage.cpp706 std::string targetModuleName; in SetStageHapVerifyInfoByModuleObj() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_info_test/
Dhap_verify_info_test.cpp429 std::string targetModuleName = "com.example.targetModuleName"; variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_test/
Dmodule_json_test.cpp2998 std::string targetModuleName = ""; variable
3013 std::string targetModuleName = "test"; variable
3027 std::string targetModuleName = "test"; variable
4891 std::string targetModuleName; variable
6083 std::string targetModuleName; variable
/developtools/packing_tool/modulecheck/
Dmodule.json1520 "targetModuleName": { object