Home
last modified time | relevance | path

Searched refs:TARGET (Results 1 - 4 of 4) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dmodule_json_fa.cpp39 const std::string TARGET = "target"; member
279 if (apiVersionObj->Contains(TARGET.c_str())) { in GetFaModuleApiVersionByApiVersionObj()
280 if (apiVersionObj->GetInt(TARGET.c_str(), &moduleApiVersion.targetApiVersion) != Result::SUCCESS) { in GetFaModuleApiVersionByApiVersionObj()
281 LOGE("ApiVersion node get %s node failed!", TARGET.c_str()); in GetFaModuleApiVersionByApiVersionObj()
H A Dmodule_json_stage.cpp39 const std::string TARGET = "target"; member
H A Dmodule_json.cpp39 const std::string TARGET = "target"; member
/developtools/packing_tool/adapter/ohos/
H A DModuleJsonUtil.java43 private static final String TARGET = "target"; field in ModuleJsonUtil
233 if (apiVersionObj.containsKey(TARGET)) { in parseFAModuleApiVersion()
234 moduleApiVersion.setTargetApiVersion(apiVersionObj.getIntValue(TARGET)); in parseFAModuleApiVersion()

Completed in 15 milliseconds