Home
last modified time | relevance | path

Searched refs:GetCompatibleVersion (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h166 …bool GetCompatibleVersion(const std::string& bundleName, int32_t userId, int32_t& compatibleVersio…
H A Dform_item_info.h278 uint32_t GetCompatibleVersion() const;
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H A Dformprovidermgr_fuzzer.cpp59 formItemInfo.GetCompatibleVersion(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp449 uint32_t FormItemInfo::GetCompatibleVersion() const in GetCompatibleVersion() function in OHOS::AppExecFwk::FormItemInfo
H A Dform_bms_helper.cpp336 bool FormBmsHelper::GetCompatibleVersion(const std::string& bundleName, int32_t userId, int32_t& co… in GetCompatibleVersion() function in OHOS::AppExecFwk::FormBmsHelper
H A Dform_data_mgr.cpp189 newRecord.compatibleVersion = formInfo.GetCompatibleVersion(); in CreateFormRecord()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp914 uint32_t compatible = (infos.begin()->second).GetCompatibleVersion(); in CheckAppLabelInfo()
949 if (compatible != info.second.GetCompatibleVersion()) { in CheckAppLabelInfo()
H A Dbase_bundle_installer.cpp4363 if (oldInfo.GetCompatibleVersion() != newInfo.GetCompatibleVersion()) { in CheckAppLabel()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h699 uint32_t GetCompatibleVersion() const in GetCompatibleVersion() function