Home
last modified time | relevance | path

Searched refs:netHandleObjList (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp105 std::list<OHOS::sptr<NetHandle>> netHandleObjList; in OH_NetConn_GetAllNets() local
106 int32_t ret = NetConnClient::GetInstance().GetAllNets(netHandleObjList); in OH_NetConn_GetAllNets()
107 int32_t retConv = Conv2NetHandleList(netHandleObjList, netHandleList); in OH_NetConn_GetAllNets()
H A Dnet_connection_adapter.cpp94 int32_t Conv2NetHandleList(const std::list<sptr<NetHandle>> &netHandleObjList, NetConn_NetHandleList *netHandleList) in Conv2NetHandleList() argument
97 for (const auto &netHandleObj : netHandleObjList) { in Conv2NetHandleList()
104 netHandleList->netHandleListSize = netHandleObjList.size(); in Conv2NetHandleList()
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection_adapter.h35 int32_t Conv2NetHandleList(const std::list<sptr<NetHandle>> &netHandleObjList, NetConn_NetHandleList *netHandleList);

Completed in 2 milliseconds