Searched refs:onIpv6AddressAddEvent (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_ipv6_client_test.cpp | 172 ipv6Client->onIpv6AddressAddEvent(static_cast<void *>(data), PRE_FIX_LEN, 1); 173 ipv6Client->onIpv6AddressAddEvent(nullptr, PRE_FIX_LEN, 0); 174 ipv6Client->onIpv6AddressAddEvent(nullptr, PRE_FIX_LEN, 41);
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_ipv6_client.h | 74 void onIpv6AddressAddEvent(void* data, int prefixLen, int ifaIndex);
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_ipv6_event.cpp | 182 onIpv6AddressAddEvent(RTA_DATA(rth), ifa->ifa_prefixlen, ifa->ifa_index); in handleKernelEvent()
|
H A D | dhcp_ipv6_client.cpp | 268 void DhcpIpv6Client::onIpv6AddressAddEvent(void* data, int prefixLen, int ifaIndex) in onIpv6AddressAddEvent() function in OHOS::DHCP::DhcpIpv6Client
|
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/ |
H A D | dhcpclientfun_fuzzer.cpp | 157 ipv6Client->onIpv6AddressAddEvent(nullptr, prefixLen, ifaIndex); in OnIpv6AddressAddEventFuzzerTest() 160 ipv6Client->onIpv6AddressAddEvent(&data1, prefixLen, ifaIndex); in OnIpv6AddressAddEventFuzzerTest()
|