Home
last modified time | relevance | path

Searched refs:NetConn_NetHandle (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection_type.h112 typedef struct NetConn_NetHandle { struct
115 } NetConn_NetHandle; typedef
230 NetConn_NetHandle netHandles[NETCONN_MAX_NET_SIZE];
256 typedef void (*OH_NetConn_NetworkAvailable)(NetConn_NetHandle *netHandle);
258 typedef void (*OH_NetConn_NetCapabilitiesChange)(NetConn_NetHandle *netHandle,
261 typedef void (*OH_NetConn_NetConnectionPropertiesChange)(NetConn_NetHandle *netHandle,
264 typedef void (*OH_NetConn_NetLost)(NetConn_NetHandle *netHandle);
268 typedef void (*OH_NetConn_NetBlockStatusChange)(NetConn_NetHandle *netHandle, bool blocked);
H A Dnet_connection.h75 int32_t OH_NetConn_GetDefaultNet(NetConn_NetHandle *netHandle);
104 int32_t OH_NetConn_GetConnectionProperties(NetConn_NetHandle *netHandle, NetConn_ConnectionProperti…
119 int32_t OH_NetConn_GetNetCapabilities(NetConn_NetHandle *netHandle, NetConn_NetCapabilities *netCap…
256 int32_t OH_NetConn_BindSocket(int32_t socketFd, NetConn_NetHandle *netHandle);
H A Dnet_connection_adapter.h31 int32_t Conv2NetHandle(NetHandle &netHandleObj, NetConn_NetHandle *netHandle);
33 int32_t Conv2NetHandleObj(NetConn_NetHandle *netHandle, NetHandle &netHandleObj);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A D_net_connection.md26 | [NetConn_NetHandle](_net_conn___net_handle.md) | 存放网络ID。 |
56 | [NetConn_NetHandle](#netconn_nethandle) | 存放网络ID。 |
80 | [OH_NetConn_GetDefaultNet](#oh_netconn_getdefaultnet) ([NetConn_NetHandle](_net_conn___net_handle…
83 | [OH_NetConn_GetNetCapabilities](#oh_netconn_getnetcapabilities) ([NetConn_NetHandle](_net_conn___…
92 | [OH_NetConn_BindSocket](#oh_netconn_bindsocket) (int32_t socketFd, [NetConn_NetHandle](_net_conn_…
182 ### NetConn_NetHandle subsection
185 typedef struct NetConn_NetHandle NetConn_NetHandle
455 int32_t OH_NetConn_GetConnectionProperties (NetConn_NetHandle * netHandle, NetConn_ConnectionProper…
526 int32_t OH_NetConn_GetDefaultNet (NetConn_NetHandle * netHandle)
563 int32_t OH_NetConn_GetNetCapabilities (NetConn_NetHandle * netHandle, NetConn_NetCapabilities * net…
[all …]
H A D_net_conn___net_conn_callback.md31 typedef void (*OH_NetConn_NetworkAvailable)(NetConn_NetHandle *netHandle)
51 typedef void (*OH_NetConn_NetCapabilitiesChange)(NetConn_NetHandle *netHandle, NetConn_NetCapabilit…
72 typedef void (*OH_NetConn_NetConnectionPropertiesChange)(NetConn_NetHandle *netHandle, NetConn_Conn…
93 typedef void (*OH_NetConn_NetLost)(NetConn_NetHandle *netHandle)
H A Dnet__connection_8h.md25 | [OH_NetConn_GetDefaultNet](_net_connection.md#oh_netconn_getdefaultnet) ([NetConn_NetHandle](_net…
27 …roperties](_net_connection.md#oh_netconn_getconnectionproperties) ([NetConn_NetHandle](_net_conn__…
28 …etCapabilities](_net_connection.md#oh_netconn_getnetcapabilities) ([NetConn_NetHandle](_net_conn__…
H A D_net_conn___net_handle.md1 # NetConn_NetHandle chapter
29 int32_t NetConn_NetHandle::netId
H A Dnet__connection__type_8h.md24 | [NetConn_NetHandle](_net_conn___net_handle.md) | 存放网络ID。 |
52 | [NetConn_NetHandle](_net_connection.md#netconn_nethandle) | 存放网络ID。 |
H A D_net_conn___net_handle_list.md41 NetConn_NetHandle NetConn_NetHandleList::netHandles[NETCONN_MAX_NET_SIZE]
H A DReadme-CN.md44 - [NetConn_NetHandle](_net_conn___net_handle.md)
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dnative-netmanager-guidelines.md15 | OH_NetConn_GetDefaultNet(NetConn_NetHandle \*netHandle) | 获得默认激活的数据网络。 |
17 | OH_NetConn_GetConnectionProperties(NetConn_NetHandle \*netHandle, NetConn_ConnectionProperties *p…
18 | OH_NetConn_GetNetCapabilities (NetConn_NetHandle \*netHandle, NetConn_NetCapabilities \*netCapaci…
25 | OH_NetConn_BindSocket(int32_t socketFd, NetConn_NetHandle \*netHandle) | 将套接字与指定的网络进行绑定。 |
70 NetConn_NetHandle netHandle;
86 NetConn_NetHandle netHandle;
/ohos5.0/docs/zh-cn/application-dev/network/
H A Dnative-netmanager-guidelines.md15 | OH_NetConn_GetDefaultNet(NetConn_NetHandle \*netHandle) | 获得默认激活的数据网络。 |
17 | OH_NetConn_GetConnectionProperties(NetConn_NetHandle \*netHandle, NetConn_ConnectionProperties *p…
18 | OH_NetConn_GetNetCapabilities (NetConn_NetHandle \*netHandle, NetConn_NetCapabilities \*netCapaci…
69 NetConn_NetHandle netHandle;
85 NetConn_NetHandle netHandle;
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A D_net_conn___net_conn_callback.md31 typedef void (*OH_NetConn_NetworkAvailable)(NetConn_NetHandle *netHandle)
51 typedef void (*OH_NetConn_NetCapabilitiesChange)(NetConn_NetHandle *netHandle, NetConn_NetCapabilit…
72 typedef void (*OH_NetConn_NetConnectionPropertiesChange)(NetConn_NetHandle *netHandle, NetConn_Conn…
93 typedef void (*OH_NetConn_NetLost)(NetConn_NetHandle *netHandle)
H A D_net_conn___net_handle.md1 # NetConn_NetHandle chapter
29 int32_t NetConn_NetHandle::netId
H A D_net_connection.md26 | [NetConn_NetHandle](_net_conn___net_handle.md) | Network ID.|
56 | [NetConn_NetHandle](#netconn_nethandle) | Network ID.|
80 | [OH_NetConn_GetDefaultNet](#oh_netconn_getdefaultnet) ([NetConn_NetHandle](_net_conn___net_handle…
83 | [OH_NetConn_GetNetCapabilities](#oh_netconn_getnetcapabilities) ([NetConn_NetHandle](_net_conn___…
92 | [OH_NetConn_BindSocket](#oh_netconn_bindsocket) (int32_t socketFd, [NetConn_NetHandle](_net_conn_…
182 ### NetConn_NetHandle subsection
185 typedef struct NetConn_NetHandle NetConn_NetHandle
455 int32_t OH_NetConn_GetConnectionProperties (NetConn_NetHandle * netHandle, NetConn_ConnectionProper…
526 int32_t OH_NetConn_GetDefaultNet (NetConn_NetHandle * netHandle)
563 int32_t OH_NetConn_GetNetCapabilities (NetConn_NetHandle * netHandle, NetConn_NetCapabilities * net…
[all …]
H A Dnet__connection_8h.md25 | [OH_NetConn_GetDefaultNet](_net_connection.md#oh_netconn_getdefaultnet) ([NetConn_NetHandle](_net…
27 …roperties](_net_connection.md#oh_netconn_getconnectionproperties) ([NetConn_NetHandle](_net_conn__…
28 …etCapabilities](_net_connection.md#oh_netconn_getnetcapabilities) ([NetConn_NetHandle](_net_conn__…
H A Dnet__connection__type_8h.md24 | [NetConn_NetHandle](_net_conn___net_handle.md) | Network ID.|
52 | [NetConn_NetHandle](_net_connection.md#netconn_nethandle) | Network ID.|
H A D_net_conn___net_handle_list.md41 NetConn_NetHandle NetConn_NetHandleList::netHandles[NETCONN_MAX_NET_SIZE]
H A DReadme-EN.md40 - [NetConn_NetHandle](_net_conn___net_handle.md)
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection_adapter.cpp108 int32_t Conv2NetHandle(NetHandle &netHandleObj, NetConn_NetHandle *netHandle) in Conv2NetHandle()
114 int32_t Conv2NetHandleObj(NetConn_NetHandle *netHandle, NetHandle &netHandleObj) in Conv2NetHandleObj()
298 NetConn_NetHandle netHandleInner; in NetAvailable()
314 NetConn_NetHandle netHandleInner; in NetCapabilitiesChange()
335 NetConn_NetHandle netHandleInner; in NetConnectionPropertiesChange()
355 NetConn_NetHandle netHandleInner; in NetLost()
379 NetConn_NetHandle netHandleInner; in NetBlockStatusChange()
H A Dnet_connection.cpp127 int32_t OH_NetConn_GetDefaultNet(NetConn_NetHandle *netHandle) in OH_NetConn_GetDefaultNet()
156 int32_t OH_NetConn_GetConnectionProperties(NetConn_NetHandle *netHandle, NetConn_ConnectionProperti… in OH_NetConn_GetConnectionProperties()
177 int32_t OH_NetConn_GetNetCapabilities(NetConn_NetHandle *netHandle, NetConn_NetCapabilities *netAll… in OH_NetConn_GetNetCapabilities()
254 int32_t OH_NetConn_BindSocket(int32_t socketFd, NetConn_NetHandle *netHandle) in OH_NetConn_BindSocket()
/ohos5.0/docs/en/application-dev/napi/
H A Dnative-netmanager-guidelines.md15 | OH_NetConn_GetDefaultNet(NetConn_NetHandle \*netHandle) | Obtains the default active data network…
17 | OH_NetConn_GetConnectionProperties(NetConn_NetHandle \*netHandle, NetConn_ConnectionProperties *p…
18 | OH_NetConn_GetNetCapabilities (NetConn_NetHandle \*netHandle, NetConn_NetCapabilities \*netCapaci…
25 | OH_NetConn_BindSocket(int32_t socketFd, NetConn_NetHandle \*netHandle) | Binds a socket to the sp…
70 NetConn_NetHandle netHandle;
86 NetConn_NetHandle netHandle;
/ohos5.0/docs/en/application-dev/network/
H A Dnative-netmanager-guidelines.md15 | OH_NetConn_GetDefaultNet(NetConn_NetHandle \*netHandle) | Obtains the default active data network…
17 | OH_NetConn_GetConnectionProperties(NetConn_NetHandle \*netHandle, NetConn_ConnectionProperties *p…
18 | OH_NetConn_GetNetCapabilities (NetConn_NetHandle \*netHandle, NetConn_NetCapabilities \*netCapaci…
69 NetConn_NetHandle netHandle;
85 NetConn_NetHandle netHandle;
/ohos5.0/docs/zh-cn/application-dev/
H A Dwebsite.md3243 - [NetConn_NetHandle](reference/apis-network-kit/_net_conn___net_handle.md)
/ohos5.0/docs/en/application-dev/
H A Dwebsite.md3109 - [NetConn_NetHandle](reference/apis-network-kit/_net_conn___net_handle.md)