Home
last modified time | relevance | path

Searched refs:beginApiVersion (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_permission_mgr.cpp182 bool BundlePermissionMgr::VerifySystemApp(int32_t beginApiVersion) in VerifySystemApp() argument
193 bool BundlePermissionMgr::VerifyCallingBundleSdkVersion(int32_t beginApiVersion) in VerifyCallingBundleSdkVersion() argument
198 bool BundlePermissionMgr::VerifySystemApp(int32_t beginApiVersion) in VerifySystemApp() argument
209 bool BundlePermissionMgr::VerifyCallingBundleSdkVersion(int32_t beginApiVersion) in VerifyCallingBundleSdkVersion() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_permission_mgr.h78 static bool VerifySystemApp(int32_t beginApiVersion = Constants::INVALID_API_VERSION);
107 static 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;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp621 bool BundlePermissionMgr::VerifyCallingBundleSdkVersion(int32_t beginApiVersion) in VerifyCallingBundleSdkVersion() argument
648 if ((appApiVersion % BASE_API_VERSION) < beginApiVersion) { in VerifyCallingBundleSdkVersion()
H A Dbundle_mgr_host_impl.cpp3307 bool BundleMgrHostImpl::VerifySystemApi(int32_t beginApiVersion) in VerifySystemApi() argument
3312 return BundlePermissionMgr::VerifySystemApp(beginApiVersion); in VerifySystemApi()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1104 * @param beginApiVersion Indicates version since this api became to be system api.
1108 virtual bool VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION) in VerifySystemApi()
H A Dbundle_mgr_proxy.h929 virtual bool VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp760 int32_t beginApiVersion = 0; in HWTEST_F() local
761 ret = BundlePermissionMgr::VerifyCallingBundleSdkVersion(beginApiVersion); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2844 int32_t beginApiVersion = data.ReadInt32(); in HandleVerifySystemApi() local
2846 bool ret = VerifySystemApi(beginApiVersion); in HandleVerifySystemApi()
H A Dbundle_mgr_proxy.cpp3590 bool BundleMgrProxy::VerifySystemApi(int32_t beginApiVersion) in VerifySystemApi() argument
3599 if (!data.WriteInt32(beginApiVersion)) { in VerifySystemApi()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7974 int32_t beginApiVersion = 1; in HWTEST_F() local
7975 auto res = bundleMgrProxy->VerifySystemApi(beginApiVersion); in HWTEST_F()

Completed in 52 milliseconds