Home
last modified time | relevance | path

Searched refs:releaseType (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_info_test/
H A Dbundle_info_test.cpp37 info.releaseType = "Release"; in BenchmarkTestForReadFromParcel()
76 info.releaseType = "Release"; in BenchmarkTestForMarshalling()
114 info.releaseType = "Release"; in BenchmarkTestForUnmarshalling()
/ohos5.0/docs/zh-cn/application-dev/device/driver/
H A Dexternaldevice-faqs.md19 安装HAP时提示 “compileSdkVersion and releaseType of the app do not match the apiVersion and releaseType
/ohos5.0/base/startup/init/interfaces/innerkits/syspara/
H A Dparameter.c252 const char *releaseType = GetOsReleaseType(); in BuildOSFullName() local
254 if (fullName == NULL || releaseType == NULL) { in BuildOSFullName()
257 if (strncmp(releaseType, release, sizeof(release) - 1) != 0) { in BuildOSFullName()
262 int length = sprintf_s(value, OS_FULL_NAME_LEN, "%s(%s)", fullName, releaseType); in BuildOSFullName()
/ohos5.0/base/startup/init/simulator/parameter/src/
H A Dparameter_common.c164 const char *releaseType = GetOsReleaseType(); in BuildOSFullName() local
166 if (strncmp(releaseType, release, sizeof(release) - 1) == 0) { in BuildOSFullName()
171 … OHOS_OS_NAME, MAJOR_VERSION, SENIOR_VERSION, FEATURE_VERSION, BUILD_VERSION, releaseType); in BuildOSFullName()
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dapp-structure.md36 | releaseType | 用于标识应用运行时SDK的状态。<br/>canary:面向特定开发者早期预览版本,不承诺质量,不承诺API稳定。<br/>beta:公开发布的Beta版本,早期Be…
51 "releaseType": "Beta1"
/ohos5.0/docs/en/application-dev/device/driver/
H A Dexternaldevice-faqs.md19 The message "compileSdkVersion and releaseType of the app do not match the apiVersion and releaseTy…
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dbm-tool.md618 ### 9568258 安装应用的releaseType与已安装应用的releaseType不相同
621 Error: install releaseType target not same.
627 在启动调试或运行应用/服务时,安装HAP出现错误,提示“error: install releaseType target not same”错误信息。
631 * 场景一:设备上已安装的旧HAP和现在要安装的新HAP所使用的SDK中的releaseType值不一样。
632 * 场景二:安装的应用为多HAP时,每个HAP所使用的SDK中的releaseType值不一致。
637 * 场景二:使用相同版本的SDK对HAP重新打包,保证多HAP的releaseType值一致。
/ohos5.0/base/security/device_security_level/oem_property/include/
H A Ddslm_cred.h43 char releaseType[CRED_INFO_TYPE_LEN]; // debug or release member
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dapp-deviceconfig-switch.md16 | 应用运行所需的目标API版本的类型 | "apiVersion": {<br/> "releaseType": Release,<br/>} | "apiReleaseType":&nb…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_pack_info.h71 std::string releaseType; member
H A Dbundle_info.h119 std::string releaseType; member
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp430 auto releaseType = appInfo->GetApiReleaseType(); in InitializeAppInfo() local
438 "", compatibleVersion_, targetVersion, releaseType, !enablePartialUpdate); in InitializeAppInfo()
449 auto releaseType = appInfo->GetApiReleaseType(); in InitializeAppInfo() local
451 … AceNewPipeJudgement::QueryAceNewPipeEnabledFA("", compatibleVersion_, targetVersion, releaseType); in InitializeAppInfo()
H A Dui_content_impl.cpp273 auto releaseType = options.releaseType; in UIContentImpl() local
276 "", compatibleVersion_, targetVersion_, releaseType, !enablePartialUpdate); in UIContentImpl()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h96 std::string releaseType; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp78 "releaseType": "Beta1"
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-BundlePackInfo-sys.md134 | releaseType | string | 是 | 否 | 版本的名称。 |
H A Djs-apis-bundleManager-applicationInfo.md43 | releaseType<sup>12+</sup> | string | 是 | 否 | 标识应用打包时使用的SDK的发布类型。当前SDK的发布类型可能为Canary、Bet…
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfull-sdk-switch-guide.md71 "releaseType": "Release",
/ohos5.0/docs/en/application-dev/quick-start/
H A Dapp-structure.md36 | releaseType | SDK status when the application is running.<br>**canary**: preliminary release open…
51 "releaseType": "Beta1"
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.cpp309 napi_value releaseType; in ConvertModulesApiVersion() local
311 …nv, napi_create_string_utf8(env, module.apiVersion.releaseType.c_str(), NAPI_AUTO_LENGTH, &release… in ConvertModulesApiVersion()
312 … NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, apiVersion, "releaseType", releaseType)); in ConvertModulesApiVersion()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dability_context.cpp80 TAG_LOGD(AAFwkTag::ABILITY_SIM, "releaseType:%{public}s", options.releaseType.c_str()); in SetOptions()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp241 releaseType = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
404 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(releaseType)); in Marshalling()
667 {BUNDLE_INFO_RELEASE_TYPE, bundleInfo.releaseType}, in to_json()
870 bundleInfo.releaseType, in from_json()
H A Dbundle_pack_info.cpp338 {PACK_SUMMARY_MODULE_API_VERSION_RELEASE_TYPE, apiVersion.releaseType}, in to_json()
358 apiVersion.releaseType, in from_json()
/ohos5.0/docs/en/application-dev/application-models/
H A Dapp-deviceconfig-switch.md15 … API version required for application running| "apiVersion": {<br> "releaseType": Release,<br>…
/ohos5.0/base/security/device_security_level/oem_property/ohos/common/
H A Ddslm_ohos_verify.c58 if (strncmp(info->releaseType, CRED_VALUE_TYPE_DEBUG, strlen(CRED_VALUE_TYPE_DEBUG)) == 0) { in CheckCredInfo()

123