/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_info_test/ |
H A D | bundle_info_test.cpp | 37 info.releaseType = "Release"; in BenchmarkTestForReadFromParcel() 76 info.releaseType = "Release"; in BenchmarkTestForMarshalling() 114 info.releaseType = "Release"; in BenchmarkTestForUnmarshalling()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_pack_info.h | 72 std::string releaseType; member
|
H A D | bundle_info.h | 119 std::string releaseType; member
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | options.h | 96 std::string releaseType; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/ |
H A D | bms_bundle_parser_test.cpp | 78 "releaseType": "Beta1" 227 "releaseType":"Release", 299 "releaseType":"Release",
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_ability.cpp | 433 auto releaseType = appInfo->GetApiReleaseType(); in InitializeAppInfo() local 441 "", compatibleVersion_, targetVersion, releaseType, !enablePartialUpdate); in InitializeAppInfo() 452 auto releaseType = appInfo->GetApiReleaseType(); in InitializeAppInfo() local 454 AceNewPipeJudgement::QueryAceNewPipeEnabledFA("", compatibleVersion_, targetVersion, releaseType); in InitializeAppInfo()
|
H A D | ui_content_impl.cpp | 273 auto releaseType = options.releaseType; in UIContentImpl() local 276 "", compatibleVersion_, targetVersion_, releaseType, !enablePartialUpdate); in UIContentImpl()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_pack_info.cpp | 60 const char* PACK_SUMMARY_MODULE_API_VERSION_RELEASE_TYPE = "releaseType"; 318 {PACK_SUMMARY_MODULE_API_VERSION_RELEASE_TYPE, apiVersion.releaseType}, in to_json() 338 apiVersion.releaseType, in from_json()
|
H A D | bundle_info.cpp | 49 const char* BUNDLE_INFO_RELEASE_TYPE = "releaseType"; 241 releaseType = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 404 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(releaseType)); in Marshalling() 653 {BUNDLE_INFO_RELEASE_TYPE, bundleInfo.releaseType}, in to_json() 830 bundleInfo.releaseType, in from_json()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | ability_context.cpp | 80 TAG_LOGD(AAFwkTag::ABILITY_SIM, "releaseType:%{public}s", options.releaseType.c_str()); in SetOptions()
|
H A D | simulator.cpp | 274 options_.releaseType = appInfo_->apiReleaseType; in ParseBundleAndModuleInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 92 char* releaseType; member
|
H A D | bundle_manager_convert.cpp | 263 appInfo.releaseType = MallocCString(cAppInfo.apiReleaseType); in ConvertApplicationInfo() 618 appInfo.releaseType = MallocCString(""); in InitApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/ |
H A D | free_install.cpp | 309 napi_value releaseType; in ConvertModulesApiVersion() local 311 env, napi_create_string_utf8(env, module.apiVersion.releaseType.c_str(), NAPI_AUTO_LENGTH, &releaseType)); in ConvertModulesApiVersion() 312 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, apiVersion, "releaseType", releaseType)); in ConvertModulesApiVersion()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 109 std::string releaseType = "Release"; member 408 apiVersion.releaseType, in from_json() 1995 applicationInfo.apiReleaseType = configJson.app.apiVersion.releaseType; in ToApplicationInfo() 2073 bundleInfo.releaseType = applicationInfo.apiReleaseType; in ToBundleInfo()
|
H A D | bundle_install_checker.cpp | 906 auto [isHsp, moduleName, releaseType] = GetValidReleaseType(infos); in CheckAppLabelInfo() 933 if (releaseType != info.second.GetReleaseType()) { in CheckAppLabelInfo() 934 LOG_W(BMS_TAG_INSTALLER, "releaseType not same: [%{public}s, %{public}s] vs [%{public}s, %{public}s]", in CheckAppLabelInfo() 935 moduleName.c_str(), releaseType.c_str(), in CheckAppLabelInfo() 938 LOG_E(BMS_TAG_INSTALLER, "releaseType not same"); in CheckAppLabelInfo()
|
H A D | inner_bundle_info.cpp | 4598 if (baseBundleInfo_->releaseType.empty() || in UpdateReleaseType() 4601 baseBundleInfo_->releaseType = newInfo.GetBaseBundleInfo().releaseType; in UpdateReleaseType()
|
H A D | module_profile.cpp | 2007 bundleInfo.releaseType = applicationInfo.apiReleaseType; in ToBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 560 "releaseType":"Beta3", 612 "releaseType":"Beta3", 1208 "releaseType": "Beta1",
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_checker_test.cpp | 586 oldInfo.baseBundleInfo_->releaseType = "release_type";
in HWTEST_F() 587 newInfo.baseBundleInfo_->releaseType = "normal_type";
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 716 return baseBundleInfo_->releaseType; in GetReleaseType()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 6877 info.releaseType = "Release"; in HWTEST_F()
|