Home
last modified time | relevance | path

Searched refs:handleKernelEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_ipv6_client_test.cpp328 ipv6Client->handleKernelEvent(nullptr, 0);
329 ipv6Client->handleKernelEvent(data, 1);
330 ipv6Client->handleKernelEvent(data, DATA_SIZE);
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_ipv6_client.h76 void handleKernelEvent(const uint8_t* data, int len);
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_event.cpp160 void DhcpIpv6Client::handleKernelEvent(const uint8_t* data, int len) in handleKernelEvent() function in OHOS::DHCP::DhcpIpv6Client
H A Ddhcp_ipv6_client.cpp527 handleKernelEvent(buff, len); in StartIpv6()
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp64 ipv6Client->handleKernelEvent(data, static_cast<int>(size)); in DhcpIpv6FunFuzzerTest()
268 ipv6Client->handleKernelEvent(nullptr, len); in HandleKernelEventFuzzerTest()
269 ipv6Client->handleKernelEvent(data, len); in HandleKernelEventFuzzerTest()