Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_ipv6_client.h77 void handleKernelEvent(const uint8_t* data, int len);
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_ipv6_client_test.cpp361 ipv6Client->handleKernelEvent(nullptr, 0); in HWTEST_F()
362 ipv6Client->handleKernelEvent(data, 1); in HWTEST_F()
363 ipv6Client->handleKernelEvent(data, DATA_SIZE); in HWTEST_F()
/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
163 DHCP_LOGE("handleKernelEvent failed, data invalid."); in handleKernelEvent()
172 DHCP_LOGD("handleKernelEvent nlmsg_type:%{public}d.", nlh->nlmsg_type); in handleKernelEvent()
H A Ddhcp_ipv6_client.cpp572 handleKernelEvent(buff, len); in StartIpv6()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp64 ipv6Client->handleKernelEvent(data, static_cast<int>(size)); in DhcpIpv6FunFuzzerTest()
263 ipv6Client->handleKernelEvent(nullptr, len); in HandleKernelEventFuzzerTest()

Completed in 6 milliseconds