Searched refs:handleKernelEvent (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_ipv6_client.h | 77 void handleKernelEvent(const uint8_t* data, int len);
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_ipv6_client_test.cpp | 361 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 D | dhcp_ipv6_event.cpp | 160 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 D | dhcp_ipv6_client.cpp | 572 handleKernelEvent(buff, len); in StartIpv6()
|
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/ |
H A D | dhcpclientfun_fuzzer.cpp | 64 ipv6Client->handleKernelEvent(data, static_cast<int>(size)); in DhcpIpv6FunFuzzerTest() 263 ipv6Client->handleKernelEvent(nullptr, len); in HandleKernelEventFuzzerTest()
|
Completed in 6 milliseconds