Home
last modified time | relevance | path

Searched refs:compatibleApiVersion (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcircle_progress_component.cpp37 const uint8_t compatibleApiVersion = 8; in CreateNativeViews() local
38 if (JsAppContext::GetInstance()->GetCompatibleApi() >= compatibleApiVersion) { in CreateNativeViews()
/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.cpp253 uint8_t GtBundleParser::CheckApi10Version(int32_t compatibleApiVersion) in CheckApi10Version() argument
266 …CHECK_IS_TRUE((deviceVersion >= compatibleApiVersion), ERR_APPEXECFWK_INSTALL_FAILED_PARSE_API_VER… in CheckApi10Version()
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dunpacking-tool.md171 | compatibleApiVersion | int | 标识应用兼容的API版本 …
/ohos5.0/docs/en/application-dev/tools/
H A Dunpacking-tool.md171 | compatibleApiVersion | int | API version compatible with the application. …