Home
last modified time | relevance | path

Searched defs:apiVersionObj (Results 1 – 4 of 4) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json_fa.cpp258 std::unique_ptr<PtJson> apiVersionObj; in GetFaModuleApiVersionByAppObj() local
267 std::unique_ptr<PtJson>& apiVersionObj, ModuleApiVersion& moduleApiVersion) in GetFaModuleApiVersionByApiVersionObj()
395 std::unique_ptr<PtJson> apiVersionObj; in GetFaCompileSdkTypeByAppObj() local
431 std::unique_ptr<PtJson> apiVersionObj; in GetFaCompileSdkVersionByAppObj() local
598 std::unique_ptr<PtJson> apiVersionObj; in GetFaReleaseTypeByAppObj() local
Ddistro_filter.cpp99 std::unique_ptr<PtJson> apiVersionObj; in ParseApiVersion() local
Dmodule_json.cpp237 bool ModuleJson::GetApiVersionObject(std::unique_ptr<PtJson>& apiVersionObj) in GetApiVersionObject()
/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java249 JSONObject apiVersionObj = appObj.getJSONObject(API_VERSION); in parseFAModuleApiVersion() local
1749 JSONObject apiVersionObj = appObj.getJSONObject(API_VERSION); in getFACompileSdkVersion() local
1768 JSONObject apiVersionObj = appObj.getJSONObject(API_VERSION); in getFACompileSdkType() local
1904 JSONObject apiVersionObj = appObj.getJSONObject(API_VERSION); in getFAReleaseType() local