/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 194 std::string compileSdkType = DEFAULT_COMPILE_SDK_TYPE; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 139 bundleInfo.applicationInfo.compileSdkType = ""; in DoSomething2()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 307 std::string compileSdkType = DEFAULT_COMPILE_SDK_TYPE; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 234 {APPLICATION_COMPILE_SDK_TYPE, applicationInfo.compileSdkType}, in to_json() 854 applicationInfo.compileSdkType, in from_json()
|
H A D | module_profile.cpp | 251 std::string compileSdkType = Profile::COMPILE_SDK_TYPE_OPEN_HARMONY; member 1140 app.compileSdkType, in from_json() 1511 applicationInfo.compileSdkType = app.compileSdkType; in ToApplicationInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 553 compileSdkType = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 744 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(compileSdkType)); in Marshalling() 1005 {APPLICATION_COMPILE_SDK_TYPE, applicationInfo.compileSdkType}, in to_json() 1191 applicationInfo.compileSdkType, JsonType::STRING, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | packing-tool.md | 124 …rsionCode、debug属性相同,minAPIVersion、targetAPIVersion、compileSdkVersion、compileSdkType相同,moduleName唯一…
|
H A D | unpacking-tool.md | 186 | compileSdkType | String | 标识编译该应用时使用的sdk类别 …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 113 std::string compileSdkType = Profile::COMPILE_SDK_TYPE_OPEN_HARMONY; member 428 apiVersion.compileSdkType, in from_json() 2180 applicationInfo.compileSdkType = configJson.app.apiVersion.compileSdkType; in ToApplicationInfo()
|
H A D | module_profile.cpp | 243 std::string compileSdkType = Profile::COMPILE_SDK_TYPE_OPEN_HARMONY; member 1301 app.compileSdkType, in from_json() 2133 applicationInfo.compileSdkType = app.compileSdkType; in ToApplicationInfo()
|
H A D | base_bundle_installer.cpp | 3938 std::string compileSdkType = infos.begin()->second.GetBaseApplicationInfo().compileSdkType; in CheckApiInfo() local 3940 if (compileSdkType == COMPILE_SDK_TYPE_OPEN_HARMONY) { in CheckApiInfo() 5048 const std::string compileSdkType = info.GetBaseApplicationInfo().compileSdkType; in VerifyCodeSignatureForNativeFiles() local 5058 codeSignatureParam.isCompileSdkOpenHarmony = (compileSdkType == COMPILE_SDK_TYPE_OPEN_HARMONY); in VerifyCodeSignatureForNativeFiles() 5074 const std::string compileSdkType = (iter->second).GetBaseApplicationInfo().compileSdkType; in VerifyCodeSignatureForHap() local 5091 codeSignatureParam.isCompileSdkOpenHarmony = (compileSdkType == COMPILE_SDK_TYPE_OPEN_HARMONY); in VerifyCodeSignatureForHap()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 111 (parsedBundles_.begin()->second).GetBaseApplicationInfo().compileSdkType; in ParseFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 351 (newInfos.begin()->second).GetBaseApplicationInfo().compileSdkType; in CheckAndParseFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 913 bundleInfo.applicationInfo.compileSdkType == COMPILE_SDK_TYPE_OPEN_HARMONY; in PrepareCodeSignatureParam()
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | packing-tool.md | 124 …*minAPIVersion**, **targetAPIVersion**, **compileSdkVersion**, and **compileSdkType** configured i…
|
H A D | unpacking-tool.md | 186 | compileSdkType | String | SDK type used for compiling the application. …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 1046 "compileSdkType":"OpenHarmony",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 4838 innerBundleInfo.baseApplicationInfo_->compileSdkType = "OpenHarmony"; 4858 innerBundleInfo.baseApplicationInfo_->compileSdkType = "OpenHarmony1";
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 4823 bundleInfo.applicationInfo.compileSdkType = "";
|