Home
last modified time | relevance | path

Searched refs:NotifyConnetDeviceChanged (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp258 NotifyConnetDeviceChanged(replyType, nullptr);
259 NotifyConnetDeviceChanged(replyType, &ctx);
261 NotifyConnetDeviceChanged(replyType, nullptr);
262 NotifyConnetDeviceChanged(replyType, &ctx);
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_server.h45 void NotifyConnetDeviceChanged(int replyType, PDhcpServerContext ctx);
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp555 NotifyConnetDeviceChanged(replyType, ctx); in BeginLooper()
566 void NotifyConnetDeviceChanged(int replyType, PDhcpServerContext ctx) in NotifyConnetDeviceChanged() function