Home
last modified time | relevance | path

Searched refs:targetApiVersion (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/utils/bundle_utils/src/
H A Dnet_bundle_impl.cpp114 auto targetApiVersion = bundleInfo.applicationInfo.apiTargetVersion % API_VERSION_MOD; in ObtainTargetApiVersionForSelf() local
115 NETMGR_LOG_I("Got target API version %{public}d.", targetApiVersion); in ObtainTargetApiVersionForSelf()
116 return targetApiVersion; in ObtainTargetApiVersionForSelf()
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Duri_permission_utils.h42 static bool GetBundleApiTargetVersion(const std::string &bundleName, int32_t &targetApiVersion);
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dapp-deviceconfig-switch.md15 | 应用运行所需的目标API版本 | "apiVersion": {<br/> "target": 8,<br/>} | "targetApiVersion"&nbsp;:&nbsp;8&n…
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp175 bool UPMSUtils::GetBundleApiTargetVersion(const std::string &bundleName, int32_t &targetApiVersion) in GetBundleApiTargetVersion() argument
188 targetApiVersion = (appInfo.apiTargetVersion % API_VERSION_MOD); in GetBundleApiTargetVersion()
/ohos5.0/docs/en/application-dev/application-models/
H A Dapp-deviceconfig-switch.md14 …r application running| "apiVersion": {<br> "target": 8,<br>} | "targetApiVersion"&nbsp;:&nbsp;…
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp927 bool NetConnClient::IsAPIVersionSupported(int targetApiVersion) in IsAPIVersionSupported() argument
931 return currentApiVersion.value_or(targetApiVersion) >= targetApiVersion; in IsAPIVersionSupported()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h448 static bool IsAPIVersionSupported(int targetApiVersion);
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dunpacking-tool.md170 | targetApiVersion | int | 标识应用运行需要的API目标版本 …
/ohos5.0/docs/en/application-dev/tools/
H A Dunpacking-tool.md170 | targetApiVersion | int | Target API version required for running the applicatio…