Home
last modified time | relevance | path

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

/ohos5.0/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
/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 …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;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp623 bool BundlePermissionMgr::VerifyCallingBundleSdkVersion(int32_t beginApiVersion) in VerifyCallingBundleSdkVersion() argument
650 if ((appApiVersion % BASE_API_VERSION) < beginApiVersion) { in VerifyCallingBundleSdkVersion()
H A Dbundle_mgr_host_impl.cpp3348 bool BundleMgrHostImpl::VerifySystemApi(int32_t beginApiVersion) in VerifySystemApi() argument
3353 return BundlePermissionMgr::VerifySystemApp(beginApiVersion); in VerifySystemApi()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp760 int32_t beginApiVersion = 0; variable
761 ret = BundlePermissionMgr::VerifyCallingBundleSdkVersion(beginApiVersion);
/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/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2852 int32_t beginApiVersion = data.ReadInt32(); in HandleVerifySystemApi() local
2854 bool ret = VerifySystemApi(beginApiVersion); in HandleVerifySystemApi()
H A Dbundle_mgr_proxy.cpp3557 bool BundleMgrProxy::VerifySystemApi(int32_t beginApiVersion) in VerifySystemApi() argument
3566 if (!data.WriteInt32(beginApiVersion)) { in VerifySystemApi()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7922 int32_t beginApiVersion = 1; variable
7923 auto res = bundleMgrProxy->VerifySystemApi(beginApiVersion);