Home
last modified time | relevance | path

Searched refs:CheckApiInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbms_extension_data_mgr.h39 bool CheckApiInfo(const BundleInfo &bundleInfo, uint32_t sdkVersion);
40 bool CheckApiInfo(uint32_t compatibleVersion, uint32_t sdkVersion);
H A Dbundle_mgr_ext.h37 virtual bool CheckApiInfo(const BundleInfo& bundleInfo) = 0;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp81 bool BmsExtensionDataMgr::CheckApiInfo(const BundleInfo &bundleInfo, uint32_t sdkVersion) in CheckApiInfo() function in OHOS::AppExecFwk::BmsExtensionDataMgr
87 return bundleMgrExtPtr->CheckApiInfo(bundleInfo); in CheckApiInfo()
93 return CheckApiInfo(bundleInfo.compatibleVersion, sdkVersion); in CheckApiInfo()
96 bool BmsExtensionDataMgr::CheckApiInfo(uint32_t compatibleVersion, uint32_t sdkVersion) in CheckApiInfo() function in OHOS::AppExecFwk::BmsExtensionDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp108 bool CheckApiInfo(const BundleInfo& bundleInfo);
141 bool BundleMgrExtTest::CheckApiInfo(const BundleInfo& bundleInfo) in CheckApiInfo() function in OHOS::BundleMgrExtTest
156 bool res = bmsExtensionDataMgr.CheckApiInfo(bundleInfo, SDK_VERSION);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h621 bool CheckApiInfo(const std::unordered_map<std::string, InnerBundleInfo> &infos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp3926 if (!CheckApiInfo(infos)) { in CheckAppLabelInfo()
3936 bool BaseBundleInstaller::CheckApiInfo(const std::unordered_map<std::string, InnerBundleInfo> &info… in CheckApiInfo() function in OHOS::AppExecFwk::BaseBundleInstaller
3944 return bmsExtensionDataMgr.CheckApiInfo(infos.begin()->second.GetBaseBundleInfo(), in CheckApiInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp4842 bool res = installer.CheckApiInfo(info);
4863 bool res = installer.CheckApiInfo(info);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp293 bool CheckApiInfo(const BundleInfo& bundleInfo) override in CheckApiInfo() function in OHOS::MockBundleMgrExt