Home
last modified time | relevance | path

Searched refs:compileSdkType (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h194 std::string compileSdkType = DEFAULT_COMPILE_SDK_TYPE; member
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/
H A Dquickfixdeployer_fuzzer.cpp139 bundleInfo.applicationInfo.compileSdkType = ""; in DoSomething2()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h307 std::string compileSdkType = DEFAULT_COMPILE_SDK_TYPE; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp234 {APPLICATION_COMPILE_SDK_TYPE, applicationInfo.compileSdkType}, in to_json()
854 applicationInfo.compileSdkType, in from_json()
H A Dmodule_profile.cpp251 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 Dapplication_info.cpp553 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 Dpacking-tool.md124 …rsionCode、debug属性相同,minAPIVersion、targetAPIVersion、compileSdkVersion、compileSdkType相同,moduleName唯一…
H A Dunpacking-tool.md186 | compileSdkType | String | 标识编译该应用时使用的sdk类别 …
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp113 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 Dmodule_profile.cpp243 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 Dbase_bundle_installer.cpp3938 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 Dinner_shared_bundle_installer.cpp111 (parsedBundles_.begin()->second).GetBaseApplicationInfo().compileSdkType; in ParseFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp351 (newInfos.begin()->second).GetBaseApplicationInfo().compileSdkType; in CheckAndParseFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp913 bundleInfo.applicationInfo.compileSdkType == COMPILE_SDK_TYPE_OPEN_HARMONY; in PrepareCodeSignatureParam()
/ohos5.0/docs/en/application-dev/tools/
H A Dpacking-tool.md124 …*minAPIVersion**, **targetAPIVersion**, **compileSdkVersion**, and **compileSdkType** configured i…
H A Dunpacking-tool.md186 | 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 Dbms_bundle_data_storage_database_test.cpp1046 "compileSdkType":"OpenHarmony",
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp4838 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 Dbms_bundle_quick_fix_test.cpp4823 bundleInfo.applicationInfo.compileSdkType = "";