Home
last modified time | relevance | path

Searched defs:netHandleList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnative_net_conn_test.cpp305 OH_NetConn_NetHandleList netHandleList = OH_NetConn_NetHandleList(); variable
321 OH_NetConn_NetHandleList *netHandleList = nullptr; variable
341 OH_NetConn_NetHandleList netHandleList; variable
/ohos5.0/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_adapter_impl.cpp156 std::list<sptr<NetManagerStandard::NetHandle>> netHandleList; in GetDnsServersByNetId() local
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp98 int32_t OH_NetConn_GetAllNets(NetConn_NetHandleList *netHandleList) in OH_NetConn_GetAllNets()
H A Dnet_connection_adapter.cpp94 …andleList(const std::list<sptr<NetHandle>> &netHandleObjList, NetConn_NetHandleList *netHandleList) in Conv2NetHandleList()