Home
last modified time | relevance | path

Searched defs:compileSdkType (Results 1 – 13 of 13) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DModuleAppInfo.java128 private String compileSdkType = ""; field in ModuleAppInfo
206 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType()
DAppInfo.java122 private String compileSdkType = ""; field in AppInfo
262 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType()
DHapVerifyInfo.java141 private String compileSdkType = ""; field in HapVerifyInfo
513 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType()
DModuleJsonUtil.java1800 String compileSdkType = ""; in getFACompileSdkType() local
1831 String compileSdkType = ""; in getCompileSdkType() local
DHapVerify.java653 String compileSdkType = hapVerifyInfos.get(0).getCompileSdkType(); in checkCompileSdkIsValid() local
DUtility.java119 private String compileSdkType = ""; field in Utility
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json_stage.cpp446 bool ModuleJson::GetStageCompileSdkType(std::string& compileSdkType) in GetStageCompileSdkType()
456 …eJson::GetStageCompileSdkTypeByAppObj(std::unique_ptr<PtJson>& appObj, std::string& compileSdkType) in GetStageCompileSdkTypeByAppObj()
898 std::string compileSdkType; in SetStageHapVerifyInfoByModuleObj() local
Dmodule_json_fa.cpp399 bool ModuleJson::GetFaCompileSdkType(std::string& compileSdkType) in GetFaCompileSdkType()
409 …duleJson::GetFaCompileSdkTypeByAppObj(std::unique_ptr<PtJson>& appObj, std::string& compileSdkType) in GetFaCompileSdkTypeByAppObj()
761 std::string compileSdkType; in SetFaHapVerifyInfoByAppObj() local
Dhap_verify_info.cpp323 void HapVerifyInfo::SetCompileSdkType(const std::string& compileSdkType) in SetCompileSdkType()
Dhap_verify_utils.cpp1170 std::string compileSdkType = hapVerifyInfos.begin()->GetCompileSdkType(); in CheckCompileSdkIsValid() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_test/
Dmodule_json_test.cpp2095 std::string compileSdkType = ""; variable
2625 std::string compileSdkType = ""; variable
2640 std::string compileSdkType = "test"; variable
2654 std::string compileSdkType = ""; variable
3912 std::string compileSdkType = ""; variable
3929 std::string compileSdkType = ""; variable
4500 std::string compileSdkType = ""; variable
4654 std::string compileSdkType = ""; variable
7233 std::string compileSdkType = ""; variable
7884 std::string compileSdkType = ""; variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_info_test/
Dhap_verify_info_test.cpp541 std::string compileSdkType = "com.example.compileSdkType"; variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_stage_test/
Dmodule_json_stage_test.cpp1618 std::string compileSdkType = ""; variable