Home
last modified time | relevance | path

Searched refs:versionName (Results 1 – 25 of 121) sorted by relevance

12345

/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_info_test/
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/bundlemanager/bundle_framework/test/benchmarktest/application_info_test/
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/quick_fix/
Dapp_quick_fix.cpp39 {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()
Dappqf_info.cpp39 {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/
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/services/bundlemgr/src/quick_fix/
Dquick_fix_checker.cpp53 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()
Dpatch_profile.cpp50 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/
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/
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/
Dfms_form_js_info_base_test.cpp89 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/
Ddistributed_bundle_info.cpp48 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()
Dapp_provision_info.cpp36 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/
Dshared_module_info.cpp43 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/
Dace_application_info.h43 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/
Dbundle_info.h42 char *versionName; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
Dapp_module.cpp59 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/
Db_json_entity_caps.h28 std::string versionName; member
55 arrObj["versionName"] = item.versionName; in SetBundleInfos()
/foundation/arkui/ace_engine/adapter/ohos/osal/
Devent_report.cpp313 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/
Dapp_quick_fix.h29 std::string versionName; // original bundle version name member
Dappqf_info.h29 std::string versionName; // quick fix version name member
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
Dsvc_session_manager_mock.cpp291 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/
Dbms_bundle_quick_fix_query_test.cpp117 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/
Dbundle_info.h84 char *versionName; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/
Dshared_module_info.h29 std::string versionName; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dapp_provision_info.h33 std::string versionName; member

12345