Home
last modified time | relevance | path

Searched refs:Conv2NetHandle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection_adapter.cpp108 int32_t Conv2NetHandle(NetHandle &netHandleObj, NetConn_NetHandle *netHandle) in Conv2NetHandle() function
299 int32_t ret = Conv2NetHandle(*netHandle, &netHandleInner); in NetAvailable()
316 int32_t ret = Conv2NetHandle(*netHandle, &netHandleInner); in NetCapabilitiesChange()
337 int32_t ret = Conv2NetHandle(*netHandle, &netHandleInner); in NetConnectionPropertiesChange()
356 int32_t ret = Conv2NetHandle(*netHandle, &netHandleInner); in NetLost()
380 int32_t ret = Conv2NetHandle(*netHandle, &netHandleInner); in NetBlockStatusChange()
H A Dnet_connection.cpp136 int32_t retConv = Conv2NetHandle(netHandleObj, netHandle); in OH_NetConn_GetDefaultNet()
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection_adapter.h31 int32_t Conv2NetHandle(NetHandle &netHandleObj, NetConn_NetHandle *netHandle);