Home
last modified time | relevance | path

Searched refs:NETCONN_BEARER_CELLULAR (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Dnet__connection__type_8h.md67 | [NetConn_NetBearerType](_net_connection.md#netconn_netbearertype) {<br/>[NETCONN_BEARER_CELLULAR]…
H A D_net_connection.md72 | [NetConn_NetBearerType](#netconn_netbearertype) {<br/>NETCONN_BEARER_CELLULAR = 0,<br/>NETCONN_BE…
305 | NETCONN_BEARER_CELLULAR | 蜂窝网络。 |
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection_type.h95 NETCONN_BEARER_CELLULAR = 0, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Dnet__connection__type_8h.md67 | [NetConn_NetBearerType](_net_connection.md#netconn_netbearertype) {<br>[NETCONN_BEARER_CELLULAR](…
H A D_net_connection.md72 | [NetConn_NetBearerType](#netconn_netbearertype) {<br>NETCONN_BEARER_CELLULAR = 0,<br>NETCONN_BEAR…
305 | NETCONN_BEARER_CELLULAR | Cellular network. |
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection_adapter.cpp31 static BearTypeMap bearTypeMap = {{BEARER_CELLULAR, NETCONN_BEARER_CELLULAR},
37 static ReverseBearTypeMap reverseBearTypeMap = {{NETCONN_BEARER_CELLULAR, BEARER_CELLULAR},