Home
last modified time | relevance | path

Searched defs:netHandleObjList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/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
H A Dnet_connection_adapter.cpp94 int32_t Conv2NetHandleList(const std::list<sptr<NetHandle>> &netHandleObjList, NetConn_NetHandleLis… in Conv2NetHandleList()