/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | _net_conn___route.md | 23 | [hasGateway](#hasgateway) | 是否存在网关。 | 52 ### hasGateway subsection 55 int32_t NetConn_Route::hasGateway
|
H A D | js-apis-net-vpnExtension.md | 494 hasGateway: true,
|
H A D | js-apis-net-connection.md | 2717 | hasGateway | boolean | 是 |是否有网关。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | _net_conn___route.md | 23 | [hasGateway](#hasgateway) | Whether a gateway exists.| 52 ### hasGateway subsection 55 int32_t NetConn_Route::hasGateway
|
H A D | js-apis-net-vpnExtension.md | 494 hasGateway: true,
|
H A D | js-apis-net-connection.md | 2717 | hasGateway | boolean | Yes|Whether a gateway is present. |
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/include/ |
H A D | common.h | 60 bool hasGateway; member
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/ |
H A D | net_connection_type.h | 169 int32_t hasGateway; member
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/js/ |
H A D | @ohos.net.connection.d.ts | 1237 hasGateway: boolean;
|
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | networkvpn_service.cpp | 335 cJSON *hasGateway = cJSON_GetObjectItem(mem, "hasGateway"); in ConvertRouteToConfig() local 336 if (hasGateway != nullptr && cJSON_IsBool(hasGateway)) { in ConvertRouteToConfig() 337 tmp.hasGateway_ = cJSON_IsTrue(hasGateway) ? true : false; in ConvertRouteToConfig()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/ |
H A D | net_connection_callback.cpp | 163 .hasGateway = it->hasGateway_, in SetConnectionProp()
|
H A D | net_connection_ffi.cpp | 246 .hasGateway = it->hasGateway_, in SetRoute()
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | native_net_conn_test.cpp | 149 std::cout << "hasGateway: " << route.hasGateway << std::endl; in LogRoute()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-network.md | 143 | ohos.net.connection | RouteInfo | hasGateway: boolean; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-network.md | 143 | ohos.net.connection | RouteInfo | hasGateway: boolean; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-communication.md | 524 |type有变化|类名:RouteInfo;<br>方法or属性:hasGateway: boolean;<br>旧版本信息:|类名:RouteInfo;<br>方法or属性:hasGateway:…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-communication.md | 524 … or attribute name: hasGateway: boolean;<br>Old version information: |Class name: RouteInfo;<br>Me…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-communication.md | 1595 |type有变化|类名:RouteInfo;<br>方法or属性:hasGateway: boolean;<br>旧版本信息:|类名:RouteInfo;<br>方法or属性:hasGateway:…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-communication.md | 1595 … or attribute name: hasGateway: boolean;<br>Old version information: |Class name: RouteInfo;<br>Me…
|