Home
last modified time | relevance | path

Searched refs:VerifySystemApi (Results 1 – 14 of 14) 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()
H A Dbundle_mgr_host.cpp2854 bool ret = VerifySystemApi(beginApiVersion); in HandleVerifySystemApi()
H A Dbundle_mgr_proxy.cpp3557 bool BundleMgrProxy::VerifySystemApi(int32_t beginApiVersion) in VerifySystemApi() function in OHOS::AppExecFwk::BundleMgrProxy
/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/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/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp254 bundleMgrProxy.VerifySystemApi(); in DoSomethingInterestingWithMyAPI()
/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h783 virtual bool VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2360 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
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp1835 static bool VerifySystemApi() in VerifySystemApi() function
1842 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7923 auto res = bundleMgrProxy->VerifySystemApi(beginApiVersion);