Home
last modified time | relevance | path

Searched refs:NETCONN_MAX_CAP_SIZE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A D_net_conn___net_capabilities.md22 | [netCaps](#netcaps) [NETCONN_MAX_CAP_SIZE] | 网络能力列表。 |
78 NetConn_NetCap NetConn_NetCapabilities::netCaps[NETCONN_MAX_CAP_SIZE]
H A Dnet__connection__type_8h.md39 | **NETCONN_MAX_CAP_SIZE** | 32 |
H A D_net_connection.md43 | **NETCONN_MAX_CAP_SIZE** | 32 |
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A D_net_conn___net_capabilities.md22 | [netCaps](#netcaps) [NETCONN_MAX_CAP_SIZE] | Network capability list.|
78 NetConn_NetCap NetConn_NetCapabilities::netCaps[NETCONN_MAX_CAP_SIZE]
H A Dnet__connection__type_8h.md39 | **NETCONN_MAX_CAP_SIZE** | 32 |
H A D_net_connection.md43 | **NETCONN_MAX_CAP_SIZE** | 32 |
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection_type.h50 #define NETCONN_MAX_CAP_SIZE 32 macro
129 NetConn_NetCap netCaps[NETCONN_MAX_CAP_SIZE];
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection_adapter.cpp212 if (i > NETCONN_MAX_CAP_SIZE - 1) { in Conv2NetAllCapabilities()
250 if (netAllCaps->netCapsSize > NETCONN_MAX_CAP_SIZE) { in ConvFromNetAllCapabilities()