Home
last modified time | relevance | path

Searched refs:beginSystemApiVersion (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_def_list_test.cpp217 int32_t beginSystemApiVersion = 1; variable
218 res = BundlePermissionMgr::VerifySystemApp(beginSystemApiVersion);
H A Dbms_bundle_permission_start_full_test.cpp170 int32_t beginSystemApiVersion = 100; variable
171 res = BundlePermissionMgr::VerifySystemApp(beginSystemApiVersion);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp427 bool BundlePermissionMgr::VerifySystemApp(int32_t beginSystemApiVersion) in VerifySystemApp() argument
445 if (beginSystemApiVersion != Constants::ALL_VERSIONCODE) { in VerifySystemApp()
451 if (apiVersion < beginSystemApiVersion) { in VerifySystemApp()