Home
last modified time | relevance | path

Searched refs:SoftBusIndexToIfName (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h193 int32_t SoftBusIndexToIfName(int32_t index, char *ifname, uint32_t nameLen);
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c416 int32_t rc = SoftBusIndexToIfName(addrIn6->sin6ScopeId, ifname, IF_NAME_SIZE); in Ipv6AddrInToAddr()
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c497 int32_t SoftBusIndexToIfName(int32_t index, char *ifname, uint32_t nameLen) in SoftBusIndexToIfName() function
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp2208 int32_t ret = SoftBusIndexToIfName(invalidIndex, ifname, IF_NAME_SIZE);
2222 int32_t ret = SoftBusIndexToIfName(invalidIndex, ifname, IF_NAME_SIZE);
2235 int32_t ret = SoftBusIndexToIfName(WLAN_INDEX, ifname, IF_NAME_SIZE);

Completed in 5 milliseconds