Home
last modified time | relevance | path

Searched refs:targetAPIVersion (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/user_auth_icon/AppScope/
H A Dapp.json524 "targetAPIVersion": 12,
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dapp-configuration-file.md19 "targetAPIVersion": 9,
65 | targetAPIVersion | 标识应用运行需要的API目标版本。取值范围为0~2147483647。 | 数值 | 应用编译构建时由build-profile.json5中的compil…
H A Dhap-package.md23 …ersionCode、versionName、minCompatibleVersionCode、debug、minAPIVersion、targetAPIVersion、apiReleaseTyp…
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/AppScope/
H A Dapp.json524 "targetAPIVersion": 12,
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/AppScope/
H A Dapp.json524 "targetAPIVersion": 12,
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dpacking-tool.md89 …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 Djs_ui_ability.h317 bool CheckSatisfyTargetAPIVersion(int32_t targetAPIVersion);
/ohos5.0/docs/en/application-dev/tools/
H A Dpacking-tool.md89 …, **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 Dhap-package.md23 …me**, **minCompatibleVersionCode**, **debug**, **minAPIVersion**, **targetAPIVersion**, and **apiR…
H A Dapp-configuration-file.md19 "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 Dmodule_profile.cpp236 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 Dmodule_profile.cpp228 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 Dwindow_session_impl.h121 void SetTargetAPIVersion(uint32_t targetAPIVersion);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp4347 void WindowSessionImpl::SetTargetAPIVersion(uint32_t targetAPIVersion) in SetTargetAPIVersion() argument
4349 targetAPIVersion_ = targetAPIVersion; in SetTargetAPIVersion()