Searched refs:VerifySystemApi (Results 1 – 14 of 14) sorted by relevance
105 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()
2854 bool ret = VerifySystemApi(beginApiVersion); in HandleVerifySystemApi()
3557 bool BundleMgrProxy::VerifySystemApi(int32_t beginApiVersion) in VerifySystemApi() function in OHOS::AppExecFwk::BundleMgrProxy
70 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in Register()109 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in Unregister()
337 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in CheckBundleMgrProxyPermission()
254 bundleMgrProxy.VerifySystemApi(); in DoSomethingInterestingWithMyAPI()
1109 virtual bool VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION)
929 virtual bool VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION) override;
138 if (!g_isSystemApp && !iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetBundleInstallerCompleted()227 if (!g_isSystemApp && !iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetBundleInstallerSync()
664 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in InnerGetDispatchInfo()
783 virtual bool VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION) override;
2360 if (!VerifySystemApi()) { in GetBundleInstaller()2919 if (!VerifySystemApi(ServiceConstants::API_VERSION_NINE)) { in GetAbilityInfo()3348 bool BundleMgrHostImpl::VerifySystemApi(int32_t beginApiVersion) in VerifySystemApi() function in OHOS::AppExecFwk::BundleMgrHostImpl
1835 static bool VerifySystemApi() in VerifySystemApi() function1842 return iBundleMgr->VerifySystemApi(); in VerifySystemApi()5108 … if (VerifyCallingPermission(Constants::PERMISSION_INSTALL_BUNDLE) && VerifySystemApi()) { in GetBundleInstaller()5159 … if (VerifyCallingPermission(Constants::PERMISSION_INSTALL_BUNDLE) && VerifySystemApi()) { in GetBundleInstaller()
7923 auto res = bundleMgrProxy->VerifySystemApi(beginApiVersion);