Home
last modified time | relevance | path

Searched refs:VerifySystemApi (Results 1 - 13 of 13) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp104 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in RegisterCallback()
129 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in UnRegisterCallback()
149 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetAbilityList()
198 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetAllLauncherAbilityInfos()
259 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetShortcutInfos()
H A Dbundle_mgr_host.cpp2846 bool ret = VerifySystemApi(beginApiVersion); in HandleVerifySystemApi()
H A Dbundle_mgr_proxy.cpp3590 bool BundleMgrProxy::VerifySystemApi(int32_t beginApiVersion) in VerifySystemApi() function in OHOS::AppExecFwk::BundleMgrProxy
3595 APP_LOGE("fail to VerifySystemApi due to write InterfaceToken fail"); in VerifySystemApi()
3600 APP_LOGE("fail to VerifySystemApi due to write apiVersion fail"); in VerifySystemApi()
/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()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp254 bundleMgrProxy.VerifySystemApi(); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1108 virtual bool VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION) in VerifySystemApi() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h929 virtual bool VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION) override;
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp136 if (!g_isSystemApp && !iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetBundleInstallerCompleted()
225 if (!g_isSystemApp && !iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetBundleInstallerSync()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.cpp664 if (!iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in InnerGetDispatchInfo()
/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;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp52 const std::string FUNCATION_VERIFY_SYSTEM_API = "BundleMgrHostImpl::VerifySystemApi";
2306 if (!VerifySystemApi()) { in GetBundleInstaller()
2874 if (!VerifySystemApi(ServiceConstants::API_VERSION_NINE)) { in GetAbilityInfo()
3307 bool BundleMgrHostImpl::VerifySystemApi(int32_t beginApiVersion) in VerifySystemApi() function in OHOS::AppExecFwk::BundleMgrHostImpl
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp1834 static bool VerifySystemApi() in VerifySystemApi() function
1841 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()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7966 * @tc.name: test VerifySystemApi proxy
7975 auto res = bundleMgrProxy->VerifySystemApi(beginApiVersion); in HWTEST_F()

Completed in 59 milliseconds