Home
last modified time | relevance | path

Searched refs:releaseType (Results 1 - 22 of 22) sorted by relevance

/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()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_pack_info.h72 std::string releaseType; member
H A Dbundle_info.h119 std::string releaseType; member
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h96 std::string releaseType; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp78 "releaseType": "Beta1"
227 "releaseType":"Release",
299 "releaseType":"Release",
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp433 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 Dui_content_impl.cpp273 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 Dbundle_pack_info.cpp60 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 Dbundle_info.cpp49 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 Dability_context.cpp80 TAG_LOGD(AAFwkTag::ABILITY_SIM, "releaseType:%{public}s", options.releaseType.c_str()); in SetOptions()
H A Dsimulator.cpp274 options_.releaseType = appInfo_->apiReleaseType; in ParseBundleAndModuleInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h92 char* releaseType; member
H A Dbundle_manager_convert.cpp263 appInfo.releaseType = MallocCString(cAppInfo.apiReleaseType); in ConvertApplicationInfo()
618 appInfo.releaseType = MallocCString(""); in InitApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.cpp309 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 Dbundle_profile.cpp109 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 Dbundle_install_checker.cpp906 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 Dinner_bundle_info.cpp4598 if (baseBundleInfo_->releaseType.empty() || in UpdateReleaseType()
4601 baseBundleInfo_->releaseType = newInfo.GetBaseBundleInfo().releaseType; in UpdateReleaseType()
H A Dmodule_profile.cpp2007 bundleInfo.releaseType = applicationInfo.apiReleaseType; in ToBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp560 "releaseType":"Beta3",
612 "releaseType":"Beta3",
1208 "releaseType": "Beta1",
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp586 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 Dinner_bundle_info.h716 return baseBundleInfo_->releaseType; in GetReleaseType()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp6877 info.releaseType = "Release"; in HWTEST_F()

Completed in 65 milliseconds