Home
last modified time | relevance | path

Searched refs:INVALID_API_VERSION (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp105 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in RegisterCallback()
130 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in UnRegisterCallback()
150 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetAbilityList()
199 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetAllLauncherAbilityInfos()
260 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetShortcutInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_permission_mgr.h78 static bool VerifySystemApp(int32_t beginApiVersion = Constants::INVALID_API_VERSION);
107 …tatic bool VerifyCallingBundleSdkVersion(int32_t beginApiVersion = Constants::INVALID_API_VERSION);
H A Dbundle_mgr_host_impl.h783 virtual bool VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Dbundle_monitor.cpp70 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in Register()
109 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in Unregister()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp405 return Constants::INVALID_API_VERSION; in GetHapApiVersion()
410 return Constants::INVALID_API_VERSION; in GetHapApiVersion()
417 return Constants::INVALID_API_VERSION; in GetHapApiVersion()
447 if (apiVersion == Constants::INVALID_API_VERSION) { in VerifySystemApp()
H A Dbundle_mgr_host_impl.cpp1164 … int32_t apiVersion = fromV9 ? Constants::INVALID_API_VERSION : ServiceConstants::API_VERSION_NINE; in GetBundleArchiveInfoBySandBoxPath()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h41 constexpr int8_t INVALID_API_VERSION = -1; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp577 EXPECT_EQ(ret, Constants::INVALID_API_VERSION);
590 EXPECT_EQ(ret, Constants::INVALID_API_VERSION);
689 ret = BundlePermissionMgr::VerifyCallingBundleSdkVersion(Constants::INVALID_API_VERSION);
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.cpp337 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in CheckBundleMgrProxyPermission()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1109 virtual bool VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION)
H A Dbundle_mgr_proxy.h929 virtual bool VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp138 if (!g_isSystemApp && !iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetBundleInstallerCompleted()
227 if (!g_isSystemApp && !iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetBundleInstallerSync()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.cpp664 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in InnerGetDispatchInfo()