Home
last modified time | relevance | path

Searched refs:CheckApi10Version (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_parser.h38 static uint8_t CheckApi10Version(int32_t compatibleApiVersion);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp247 uint8_t checkRet = CheckApi10Version(bundleProfile.profileApiVersion.minApiVersion); in CheckApiVersion()
253 uint8_t GtBundleParser::CheckApi10Version(int32_t compatibleApiVersion) in CheckApi10Version() function in OHOS::GtBundleParser