Home
last modified time | relevance | path

Searched refs:routeListSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A D_net_conn___connection_properties.md29 | [routeListSize](#routelistsize) | 路由列表的实际大小。 |
135 ### routeListSize subsection
138 int32_t NetConn_ConnectionProperties::routeListSize
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A D_net_conn___connection_properties.md29 | [routeListSize](#routelistsize) | Actual size of the route list.|
135 ### routeListSize subsection
138 int32_t NetConn_ConnectionProperties::routeListSize
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection_type.h217 int32_t routeListSize; member
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnative_net_conn_test.cpp177 for (int32_t i = 0; i < info.routeListSize; i++) { in LogNetLinkInfo()
180 std::cout << "routeListSize: " << info.routeListSize << std::endl; in LogNetLinkInfo()