/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_info_test/ |
H A D | bundle_info_test.cpp | 35 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 D | dp_utils.cpp | 79 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 D | bundle_info_utils.cpp | 53 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 D | appqf_info.cpp | 29 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 D | app_quick_fix.cpp | 30 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 D | application_info_test.cpp | 36 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 D | shared_module_info.cpp | 29 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 D | ability_info_test.cpp | 51 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 D | extension_ability_info_test.cpp | 45 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 D | fms_form_js_info_base_test.cpp | 89 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 D | svc_restore_deps_manager_test.cpp | 94 .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 D | distributed_bundle_info.cpp | 32 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 D | app_provision_info.cpp | 36 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 D | app_module.cpp | 28 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 D | event_report.cpp | 371 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 D | bundle_info.h | 42 char *versionName; member
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_application_info.h | 48 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 D | patch_profile.cpp | 31 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 D | app_quick_fix.h | 29 std::string versionName; // original bundle version name member
|
H A D | appqf_info.h | 29 std::string versionName; // quick fix version name member
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixchecker_fuzzer/ |
H A D | quickfixchecker_fuzzer.cpp | 44 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 D | distributed_bundle_info.h | 30 std::string versionName; member
|
H A D | app_provision_info.h | 33 std::string versionName; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/ |
H A D | shared_module_info.h | 31 std::string versionName; member
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | bundle_info.h | 84 char *versionName; member
|