Searched refs:targetApiVersion (Results 1 – 9 of 9) sorted by relevance
114 auto targetApiVersion = bundleInfo.applicationInfo.apiTargetVersion % API_VERSION_MOD; in ObtainTargetApiVersionForSelf() local115 NETMGR_LOG_I("Got target API version %{public}d.", targetApiVersion); in ObtainTargetApiVersionForSelf()116 return targetApiVersion; in ObtainTargetApiVersionForSelf()
42 static bool GetBundleApiTargetVersion(const std::string &bundleName, int32_t &targetApiVersion);
15 | 应用运行所需的目标API版本 | "apiVersion": {<br/> "target": 8,<br/>} | "targetApiVersion" : 8&n…
175 bool UPMSUtils::GetBundleApiTargetVersion(const std::string &bundleName, int32_t &targetApiVersion) in GetBundleApiTargetVersion() argument188 targetApiVersion = (appInfo.apiTargetVersion % API_VERSION_MOD); in GetBundleApiTargetVersion()
14 …r application running| "apiVersion": {<br> "target": 8,<br>} | "targetApiVersion" : …
927 bool NetConnClient::IsAPIVersionSupported(int targetApiVersion) in IsAPIVersionSupported() argument931 return currentApiVersion.value_or(targetApiVersion) >= targetApiVersion; in IsAPIVersionSupported()
448 static bool IsAPIVersionSupported(int targetApiVersion);
170 | targetApiVersion | int | 标识应用运行需要的API目标版本 …
170 | targetApiVersion | int | Target API version required for running the applicatio…