Home
last modified time | relevance | path

Searched refs:versionName (Results 1 - 25 of 138) sorted by relevance

123456

/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_info_test/
H A Dbundle_info_test.cpp35 info.versionName = "1.0"; in BenchmarkTestForReadFromParcel()
46 info.applicationInfo.versionName = "1.0"; in BenchmarkTestForReadFromParcel()
74 info.versionName = "1.0"; in BenchmarkTestForMarshalling()
85 info.applicationInfo.versionName = "1.0"; in BenchmarkTestForMarshalling()
112 info.versionName = "1.0"; in BenchmarkTestForUnmarshalling()
123 info.applicationInfo.versionName = "1.0"; in BenchmarkTestForUnmarshalling()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/
H A Ddp_utils.cpp79 std::string versionName = bundleInfo.versionName; in GetClientBundle() local
80 if (versionName.empty()) { in GetClientBundle()
81 DP_ERR_LOG("get versionName form application failed."); in GetClientBundle()
84 DP_INFO_LOG("bundle name is %{public}s versionName:%{public}s", bundleName.c_str(), versionName.c_str()); in GetClientBundle()
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_info_utils.cpp53 SetBundleInfoVersionName(des, src.versionName); in CopyBundleInfo()
94 des->versionName = src.versionName; in CopyBundleInfoNoReplication()
164 bool BundleInfoUtils::SetBundleInfoVersionName(BundleInfo *bundleInfo, const char *versionName) in SetBundleInfoVersionName() argument
166 if (bundleInfo == nullptr || versionName == nullptr) { in SetBundleInfoVersionName()
170 AdapterFree(bundleInfo->versionName); in SetBundleInfoVersionName()
171 bundleInfo->versionName = Utils::Strdup(versionName); in SetBundleInfoVersionName()
172 return bundleInfo->versionName != nullptr; in SetBundleInfoVersionName()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/quick_fix/
H A Dappqf_info.cpp29 const char* APP_QF_INFO_VERSION_NAME = "versionName";
40 {APP_QF_INFO_VERSION_NAME, appqfInfo.versionName}, in to_json()
58 APP_QF_INFO_VERSION_NAME, appqfInfo.versionName, in from_json()
86 versionName = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
107 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(versionName)); in Marshalling()
H A Dapp_quick_fix.cpp30 const char* APP_QUICK_FIX_VERSION_NAME = "versionName";
40 {APP_QUICK_FIX_VERSION_NAME, appQuickFix.versionName}, in to_json()
60 APP_QUICK_FIX_VERSION_NAME, appQuickFix.versionName, in from_json()
81 versionName = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
102 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(versionName)); in Marshalling()
/foundation/bundlemanager/bundle_framework/test/benchmarktest/application_info_test/
H A Dapplication_info_test.cpp36 info.versionName = "1.0"; in BenchmarkTestForReadFromParcel()
65 info.versionName = "1.0"; in BenchmarkTestForReadMetaDataFromParcel()
94 info.versionName = "1.0"; in BenchmarkTestForMarshalling()
122 info.versionName = "1.0"; in BenchmarkTestForUnmarshalling()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/shared/
H A Dshared_module_info.cpp29 const char* SHARED_MODULE_INFO_VERSION_NAME = "versionName";
43 versionName = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
63 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(versionName)); in Marshalling()
93 {SHARED_MODULE_INFO_VERSION_NAME, sharedModuleInfo.versionName}, in to_json()
117 sharedModuleInfo.versionName, false, parseResult); in from_json()
/foundation/bundlemanager/bundle_framework/test/benchmarktest/ability_info_test/
H A Dability_info_test.cpp51 info.versionName = "1.0"; in BenchmarkTestForReadFromParcel()
89 info.versionName = "1.0"; in BenchmarkTestForMarshalling()
126 info.versionName = "1.0"; in BenchmarkTestForUnmarshalling()
/foundation/bundlemanager/bundle_framework/test/benchmarktest/extension_ability_info_test/
H A Dextension_ability_info_test.cpp45 info.applicationInfo.versionName = "1.0"; in BenchmarkTestForReadFromParcel()
83 info.applicationInfo.versionName = "1.0"; in BenchmarkTestForMarshalling()
120 info.applicationInfo.versionName = "1.0"; in BenchmarkTestForUnmarshalling()
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/
H A Dfms_form_js_info_base_test.cpp89 std::string versionName = "versionName"; in HWTEST_F() local
90 parcel.WriteString16(Str8ToStr16(versionName)); in HWTEST_F()
137 std::string versionName = "versionName"; in HWTEST_F() local
138 parcel.WriteString16(Str8ToStr16(versionName)); in HWTEST_F()
180 std::string versionName = "versionName"; in HWTEST_F() local
181 parcel.WriteString16(Str8ToStr16(versionName)); in HWTEST_F()
226 std::string versionName in HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_restore_deps_manager_test.cpp94 .versionName = "1.0.0", in HWTEST_F()
102 .versionName = "1.0.0", in HWTEST_F()
130 .versionName = "1.0.0", in HWTEST_F()
278 .versionName = "1.0.0", in HWTEST_F()
410 .versionName = "1.0.0", in HWTEST_F()
418 .versionName = "1.0.0", in HWTEST_F()
426 .versionName = "1.0.0", in HWTEST_F()
454 .versionName = "1.0.0", in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Ddistributed_bundle_info.cpp32 const char* JSON_KEY_VERSION_NAME = "versionName";
49 versionName = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
77 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(versionName)); in Marshalling()
107 jsonObject[JSON_KEY_VERSION_NAME] = versionName; in ToString()
162 versionName, in FromJsonString()
H A Dapp_provision_info.cpp36 versionName = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
56 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(versionName)); in Marshalling()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dapp_module.cpp28 const char * const AppModule::KEY_VERSION_NAME = "versionName";
59 cJSON *versionName = cJSON_GetObjectItem(manifest, KEY_VERSION_NAME); in GetInfo() local
66 if (versionName != nullptr && versionName->type == cJSON_String) { in GetInfo()
67 JSI::SetStringProperty(result, KEY_VERSION_NAME, versionName->valuestring); in GetInfo()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Devent_report.cpp371 const auto& versionName = data.baseInfo.versionName; in ReportEventComplete() local
389 EVENT_KEY_VERSION_NAME, versionName, in ReportEventComplete()
447 EVENT_KEY_VERSION_NAME, data.baseInfo.versionName, in ReportEventJankFrame()
478 const auto& versionName = info.baseInfo.versionName; in ReportJankFrameApp() local
488 EVENT_KEY_VERSION_NAME, versionName, in ReportJankFrameApp()
505 const auto& versionName = info.baseInfo.versionName; in ReportJankFrameFiltered() local
516 EVENT_KEY_VERSION_NAME, versionName, in ReportJankFrameFiltered()
531 const auto& versionName = info.baseInfo.versionName; ReportJankFrameUnFiltered() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/bms_interfaces/
H A Dbundle_info.h42 char *versionName; member
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_application_info.h48 std::string versionName; member
105 void SetAppVersionName(const std::string& versionName) in SetAppVersionName() argument
107 versionName_ = versionName; in SetAppVersionName()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp31 constexpr const char* BUNDLE_PATCH_PROFILE_APP_KEY_VERSION_NAME = "versionName";
49 std::string versionName; member
85 app.versionName, in from_json()
192 appQuickFix.versionName = patchJson.app.versionName; in ToPatchInfo()
194 appQuickFix.deployingAppqfInfo.versionName = patchJson.app.patchVersionName; in ToPatchInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/quick_fix/
H A Dapp_quick_fix.h29 std::string versionName; // original bundle version name member
H A Dappqf_info.h29 std::string versionName; // quick fix version name member
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixchecker_fuzzer/
H A Dquickfixchecker_fuzzer.cpp44 appInfo.versionName = QUICK_FIX_VERSION_NAME; in CreateAppQuickFix()
53 appQuickFix.versionName = BUNDLE_VERSION_NAME; in CreateAppQuickFix()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Ddistributed_bundle_info.h30 std::string versionName; member
H A Dapp_provision_info.h33 std::string versionName; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/
H A Dshared_module_info.h31 std::string versionName; member
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_info.h84 char *versionName; member

Completed in 13 milliseconds

123456