/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_info_test/ |
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/bundlemanager/bundle_framework/test/benchmarktest/application_info_test/ |
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/quick_fix/ |
D | app_quick_fix.cpp | 39 {APP_QUICK_FIX_VERSION_NAME, appQuickFix.versionName}, in to_json() 60 APP_QUICK_FIX_VERSION_NAME, appQuickFix.versionName, in from_json() 82 versionName = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 103 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(versionName)); in Marshalling()
|
D | appqf_info.cpp | 39 {APP_QF_INFO_VERSION_NAME, appqfInfo.versionName}, in to_json() 57 APP_QF_INFO_VERSION_NAME, appqfInfo.versionName, in from_json() 88 versionName = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 109 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(versionName)); in Marshalling()
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
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/services/bundlemgr/src/quick_fix/ |
D | quick_fix_checker.cpp | 53 if (appQuickFix.versionName != info.second.versionName) { in CheckAppQuickFixInfos() 61 … if (appQuickFix.deployingAppqfInfo.versionName != info.second.deployingAppqfInfo.versionName) { in CheckAppQuickFixInfos() 99 if (bundleInfo.versionName != appQuickFix.versionName) { in CheckPatchWithInstalledBundle() 101 appQuickFix.versionName.c_str(), bundleInfo.versionName.c_str()); in CheckPatchWithInstalledBundle()
|
D | patch_profile.cpp | 50 std::string versionName; member 89 app.versionName, in from_json() 205 appQuickFix.versionName = patchJson.app.versionName; in ToPatchInfo() 207 appQuickFix.deployingAppqfInfo.versionName = patchJson.app.patchVersionName; in ToPatchInfo()
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/ability_info_test/ |
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/ |
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/ |
D | fms_form_js_info_base_test.cpp | 89 std::string versionName = "versionName"; variable 90 parcel.WriteString16(Str8ToStr16(versionName)); 136 std::string versionName = "versionName"; variable 137 parcel.WriteString16(Str8ToStr16(versionName)); 178 std::string versionName = "versionName"; variable 179 parcel.WriteString16(Str8ToStr16(versionName)); 223 std::string versionName = "versionName"; variable 224 parcel.WriteString16(Str8ToStr16(versionName));
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
D | distributed_bundle_info.cpp | 48 versionName = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 75 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(versionName)); in Marshalling() 104 jsonObject[JSON_KEY_VERSION_NAME] = versionName; in ToString() 160 versionName, in FromJsonString()
|
D | app_provision_info.cpp | 36 versionName = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 53 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(versionName)); in Marshalling()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/shared/ |
D | shared_module_info.cpp | 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() 118 sharedModuleInfo.versionName, JsonType::STRING, false, parseResult, in from_json()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
D | ace_application_info.h | 43 std::string versionName; member 95 void SetAppVersionName(const std::string& versionName) in SetAppVersionName() argument 97 versionName_ = versionName; in SetAppVersionName()
|
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/bms_interfaces/ |
D | bundle_info.h | 42 char *versionName; member
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
D | app_module.cpp | 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/filemanagement/app_file_service/utils/include/b_json/ |
D | b_json_entity_caps.h | 28 std::string versionName; member 55 arrObj["versionName"] = item.versionName; in SetBundleInfos()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
D | event_report.cpp | 313 const auto& versionName = data.baseInfo.versionName; in ReportEventComplete() local 330 EVENT_KEY_VERSION_NAME, versionName, in ReportEventComplete() 350 const auto& versionName = data.baseInfo.versionName; in ReportEventJankFrame() local 368 EVENT_KEY_VERSION_NAME, versionName, in ReportEventJankFrame()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/quick_fix/ |
D | app_quick_fix.h | 29 std::string versionName; // original bundle version name member
|
D | appqf_info.h | 29 std::string versionName; // quick fix version name member
|
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
D | svc_session_manager_mock.cpp | 291 void SvcSessionManager::SetBundleVersionName(const std::string &bundleName, std::string versionName) in SetBundleVersionName() argument 297 it->second.versionName = versionName; in SetBundleVersionName() 306 return it->second.versionName; in GetBundleVersionName()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_query_test/ |
D | bms_bundle_quick_fix_query_test.cpp | 117 EXPECT_EQ(QUICK_FIX_VERSION_NAME, appqfInfo.versionName); in CheckAppQuickFixInfo() 125 EXPECT_EQ(EMPTY_STRING, appqfInfo.versionName); in CheckAppQuickFixInfoEmpty() 135 bundleInfo.versionName = BUNDLE_VERSION_NAME; in MockInstallBundleInfo() 233 appqfInfo.versionName = QUICK_FIX_VERSION_NAME; in MockDeployQuickFix() 240 appQuickFix.versionName = QUICK_FIX_VERSION_NAME; in MockDeployQuickFix()
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
D | bundle_info.h | 84 char *versionName; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/ |
D | shared_module_info.h | 29 std::string versionName; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
D | app_provision_info.h | 33 std::string versionName; member
|