Searched refs:targetAPIVersion (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/user_auth_icon/AppScope/ |
H A D | app.json5 | 24 "targetAPIVersion": 12,
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | app-configuration-file.md | 19 "targetAPIVersion": 9, 65 | targetAPIVersion | 标识应用运行需要的API目标版本。取值范围为0~2147483647。 | 数值 | 应用编译构建时由build-profile.json5中的compil…
|
H A D | hap-package.md | 23 …ersionCode、versionName、minCompatibleVersionCode、debug、minAPIVersion、targetAPIVersion、apiReleaseTyp…
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/AppScope/ |
H A D | app.json5 | 24 "targetAPIVersion": 12,
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/AppScope/ |
H A D | app.json5 | 24 "targetAPIVersion": 12,
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | packing-tool.md | 89 …bundleName、versionCode、minCompatibleVersionCode、debug、minAPIVersion、targetAPIVersion相同,moduleName唯… 124 …leName、versionCode、minCompatibleVersionCode、debug属性相同,minAPIVersion、targetAPIVersion、compileSdkVer… 253 …bundleName、versionCode、minCompatibleVersionCode、debug、minAPIVersion、targetAPIVersion相同,moduleName唯…
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.h | 317 bool CheckSatisfyTargetAPIVersion(int32_t targetAPIVersion);
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | packing-tool.md | 89 …, **minCompatibleVersionCode**, **debug**, **minAPIVersion**, and **targetAPIVersion** configured … 124 …de**, **minCompatibleVersionCode**, **debug**, **minAPIVersion**, **targetAPIVersion**, **compileS… 253 …, **minCompatibleVersionCode**, **debug**, **minAPIVersion**, and **targetAPIVersion** configured …
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | hap-package.md | 23 …me**, **minCompatibleVersionCode**, **debug**, **minAPIVersion**, **targetAPIVersion**, and **apiR…
|
H A D | app-configuration-file.md | 19 "targetAPIVersion": 9, 64 | targetAPIVersion | Target API version required for running the application. The value ranges from…
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 236 int32_t targetAPIVersion = 0; member 873 app.targetAPIVersion, in from_json() 1462 applicationInfo.apiTargetVersion = app.targetAPIVersion; in ToApplicationInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 228 int32_t targetAPIVersion = 0; member 1022 app.targetAPIVersion, in from_json() 2054 applicationInfo.apiTargetVersion = app.targetAPIVersion; in ToApplicationInfo()
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 121 void SetTargetAPIVersion(uint32_t targetAPIVersion);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 4347 void WindowSessionImpl::SetTargetAPIVersion(uint32_t targetAPIVersion) in SetTargetAPIVersion() argument 4349 targetAPIVersion_ = targetAPIVersion; in SetTargetAPIVersion()
|