Lines Matching refs:network
6 Provides the C APIs of the network connection module for network management.
18 …h.md) | Provides the C APIs of the network connection module for network management.<br>**File to …
19 … | Declares the structs for the C APIs of the network connection module.<br>**File to include**: \…
33 | [NetConn_NetConnCallback](_net_conn___net_conn_callback.md) | Defines network status callbacks.|
34 …et_conn___net_specifier.md) | Defines the network feature set, including a network capability set …
64 | [NetConn_NetConnCallback](#netconn_netconncallback) | Defines network status callbacks.|
65 …ier](#netconn_netspecifier) | Defines the network feature set, including a network capability set …
79 …ultnet) (int32_t \*hasDefaultNet) | Checks whether a default activated data network is available.|
80 …_NetHandle](_net_conn___net_handle.md) \*netHandle) | Obtains the default activated data network.|
81 …red) (int32_t \*isMetered) | Checks whether data traffic usage on the current network is metered.|
82 …](_net_conn___connection_properties.md) \*prop) | Obtains the link information of a data network.|
83 …](_net_conn___net_capabilities.md) \*netCapacities) | Obtains the capabilities of a data network.|
84 …([NetConn_HttpProxy](_net_conn___http_proxy.md) \*httpProxy) | Obtains the default network proxy.|
92 …Conn_NetHandle](_net_conn___net_handle.md) \*netHandle) | Binds a socket to the specified network.|
96 …ack, uint32_t timeoutMS, uint32_t \*callbackId) | Registers a callback for network status changes.|
97 …Callback, uint32_t \*callbackId) | Registers a callback for status changes of the default network.|
98 …isternetconncallback) (uint32_t callbackId) | Unregisters the callback for network status changes.|
270 Defines network status callbacks.
283 Defines the network feature set, including a network capability set and a network ID.
305 | NETCONN_BEARER_CELLULAR | Cellular network. |
309 | NETCONN_BEARER_VPN | Virtual private network.<br>**Since**: 12|
327 | NETCONN_NET_CAPABILITY_NOT_METERED | Non-metered network.|
460 Obtains the link information of a data network.
498 Obtains the default network proxy.
531 Obtains the default activated data network.
568 Obtains the capabilities of a data network.
606 Checks whether a default activated data network is available.
616 | hasDefaultNet | Whether there is a default network.|
643 Checks whether metering is enabled for the default data network.
824 Binds a socket to the specified network.
932 Registers a callback to for status changes of the specified network.
976 Registers a callback to for status changes of the default network.
1018 Unregisters the callback for network status changes.