Home
last modified time | relevance | path

Searched refs:compatibleVersion (Results 1 - 25 of 36) sorted by relevance

12

/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dmock_form_bms_helper.cpp36 bundleInfo.compatibleVersion = COMPATIBLE_VERSION; in GetBundleInfoDefault()
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H A Dformprovidermgr_fuzzer.cpp57 uint32_t compatibleVersion = static_cast<uint32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
58 formItemInfo.SetCompatibleVersion(compatibleVersion); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_js_info.h48 uint32_t compatibleVersion = 0; member
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_js_info.cpp40 compatibleVersion = parcel.ReadUint32(); in ReadFromParcel()
114 !parcel.WriteUint32(compatibleVersion)) { in Marshalling()
/foundation/ability/form_fwk/services/include/
H A Dform_record.h65 uint32_t compatibleVersion = 0; member in OHOS::AppExecFwk::FormRecord
H A Dform_bms_helper.h166 bool GetCompatibleVersion(const std::string& bundleName, int32_t userId, int32_t& compatibleVersion);
H A Dform_item_info.h281 * @param compatibleVersion API compatible version.
283 void SetCompatibleVersion(const uint32_t &compatibleVersion);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp92 return CheckApiInfo(bundleInfo.compatibleVersion, sdkVersion); in CheckApiInfo()
95 bool BmsExtensionDataMgr::CheckApiInfo(uint32_t compatibleVersion, uint32_t sdkVersion) in CheckApiInfo() argument
97 APP_LOGD("CheckApiInfo with compatibleVersion:%{public}d, sdkVersion:%{public}d", compatibleVersion, sdkVersion); in CheckApiInfo()
98 uint32_t compatibleVersionOHOS = compatibleVersion % API_VERSION_BASE; in CheckApiInfo()
/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp337 bool FormBmsHelper::GetCompatibleVersion(const std::string& bundleName, int32_t userId, int32_t& compatibleVersion) in GetCompatibleVersion() argument
352 compatibleVersion = static_cast<int32_t>(bundleInfo.compatibleVersion); in GetCompatibleVersion()
H A Dform_item_info.cpp455 * @param compatibleVersion bundle version name.
457 void FormItemInfo::SetCompatibleVersion(const uint32_t &compatibleVersion) in SetCompatibleVersion() argument
459 compatibleVersion_ = compatibleVersion; in SetCompatibleVersion()
H A Dform_dump_mgr.cpp171 formInfo += " compatibleVersion [" + std::to_string(formRecordInfo.compatibleVersion) + "]\n"; in DumpFormInfo()
H A Dform_data_mgr.cpp184 newRecord.compatibleVersion = formInfo.GetCompatibleVersion(); in CreateFormRecord()
231 formInfo.compatibleVersion = record.compatibleVersion; in CreateFormJsInfo()
H A Dform_render_mgr_inner.cpp235 want.SetParam(Constants::FORM_COMPATIBLE_VERSION_KEY, static_cast<int32_t>(bundleInfo.compatibleVersion)); in FillBundleInfo()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h90 int32_t compatibleVersion; member
/foundation/ability/form_fwk/test/mock/src/
H A Dmock_bundle_manager.cpp88 bundleInfo.compatibleVersion = COMPATIBLE_VERSION; in GetBundleInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_info.h110 uint32_t compatibleVersion = 0; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbms_extension_data_mgr.h41 bool CheckApiInfo(uint32_t compatibleVersion, uint32_t sdkVersion);
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dability_context.cpp74 TAG_LOGD(AAFwkTag::ABILITY_SIM, "compatibleVersion:%{public}d", options.compatibleVersion); in SetOptions()
H A Dsimulator.cpp271 options_.compatibleVersion = appInfo_->apiCompatibleVersion; in ParseBundleAndModuleInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp47 const char* BUNDLE_INFO_COMPATIBLE_VERSION = "compatibleVersion";
234 compatibleVersion = parcel.ReadUint32(); in ReadFromParcel()
396 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, compatibleVersion); in Marshalling()
651 {BUNDLE_INFO_COMPATIBLE_VERSION, bundleInfo.compatibleVersion}, in to_json()
814 bundleInfo.compatibleVersion, in from_json()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp199 "compatibleVersion":9,
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_data_storage.cpp401 distributedBundleInfo.compatibleVersionCode = bundleInfo.compatibleVersion; in ConvertToDistributedBundleInfo()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp262 compatibleVersion_ = options.compatibleVersion; in UIContentImpl()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp167 bundleInfo.compatibleVersion = COMPATIBLE_VERSION; in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bm_storage.cpp686 distributedBundleInfo.compatibleVersionCode = bundleInfo.compatibleVersion; in ConvertToDistributedBundleInfo()

Completed in 22 milliseconds

12