Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json_fa.cpp282 std::unique_ptr<PtJson> apiVersionObj; in GetFaModuleApiVersionByAppObj() local
291 std::unique_ptr<PtJson>& apiVersionObj, ModuleApiVersion& moduleApiVersion) in GetFaModuleApiVersionByApiVersionObj()
419 std::unique_ptr<PtJson> apiVersionObj; in GetFaCompileSdkTypeByAppObj() local
455 std::unique_ptr<PtJson> apiVersionObj; in GetFaCompileSdkVersionByAppObj() local
622 std::unique_ptr<PtJson> apiVersionObj; in GetFaReleaseTypeByAppObj() local
886 std::unique_ptr<PtJson> apiVersionObj; in SetFaMinAPIVersion() local
907 std::unique_ptr<PtJson> apiVersionObj; in SetFaTargetAPIVersion() local
928 std::unique_ptr<PtJson> apiVersionObj; in SetFaApiReleaseType() local
Dpack_info.cpp310 std::unique_ptr<PtJson>& apiVersionObj) in GetApiVersionObjectByModuleObj()
731 std::unique_ptr<PtJson> apiVersionObj; in SetMinAPIVersion() local
765 std::unique_ptr<PtJson> apiVersionObj; in SetTargetAPIVersion() local
799 std::unique_ptr<PtJson> apiVersionObj; in SetApiReleaseType() local
Ddistro_filter.cpp99 std::unique_ptr<PtJson> apiVersionObj; in ParseApiVersion() local
Dmodule_json.cpp238 bool ModuleJson::GetApiVersionObject(std::unique_ptr<PtJson>& apiVersionObj) in GetApiVersionObject()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/pack_info_test/
Dpack_info_test.cpp3361 std::unique_ptr<AppPackingTool::PtJson> apiVersionObj; variable
3376 std::unique_ptr<AppPackingTool::PtJson> apiVersionObj; variable
3394 std::unique_ptr<AppPackingTool::PtJson> apiVersionObj; variable
3411 std::unique_ptr<AppPackingTool::PtJson> apiVersionObj; variable
/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java250 JSONObject apiVersionObj = appObj.getJSONObject(API_VERSION); in parseFAModuleApiVersion() local
1780 JSONObject apiVersionObj = appObj.getJSONObject(API_VERSION); in getFACompileSdkVersion() local
1799 JSONObject apiVersionObj = appObj.getJSONObject(API_VERSION); in getFACompileSdkType() local
1935 JSONObject apiVersionObj = appObj.getJSONObject(API_VERSION); in getFAReleaseType() local
DCompressor.java4117 JSONObject apiVersionObj = appObject.getJSONObject(API_VERSION); in parseAndModifyGeneralConfigJson() local
4330 JSONObject apiVersionObj = moduleJson.getJSONObject(API_VERSION); in setApiVersion() local