Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp419 auto systemApiVersion = GetSdkApiVersion(); in GetHapApiVersion() local
420 // api version is the minimum value of {appApiVersion, systemApiVersion} in GetHapApiVersion()
421 return systemApiVersion < appApiVersion ? systemApiVersion :appApiVersion; in GetHapApiVersion()
642 auto systemApiVersion = GetSdkApiVersion(); in VerifyCallingBundleSdkVersion() local
644 // api version is the minimum value of {appApiVersion, systemApiVersion} in VerifyCallingBundleSdkVersion()
645 appApiVersion = systemApiVersion < appApiVersion ? systemApiVersion : appApiVersion; in VerifyCallingBundleSdkVersion()

Completed in 2 milliseconds