Home
last modified time | relevance | path

Searched refs:serverFeature (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_feature_lite.cpp49 DhcpClientFeature *serverFeature = (DhcpClientFeature *)feature; in OnInitialize() local
50 serverFeature->identity = identity; in OnInitialize()
51 serverFeature->parent = parent; in OnInitialize()
64 DhcpClientFeature *serverFeature = (DhcpClientFeature *)feature; in OnStop() local
65 serverFeature->identity.queueId = NULL; in OnStop()
66 serverFeature->identity.featureId = -1; in OnStop()
67 serverFeature->identity.serviceId = -1; in OnStop()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_feature_lite.cpp51 DhcpServerFeature *serverFeature = (DhcpServerFeature *)feature; in OnInitialize() local
52 serverFeature->identity = identity; in OnInitialize()
53 serverFeature->parent = parent; in OnInitialize()
66 DhcpServerFeature *serverFeature = (DhcpServerFeature *)feature; in OnStop() local
67 serverFeature->identity.queueId = nullptr; in OnStop()
68 serverFeature->identity.featureId = -1; in OnStop()
69 serverFeature->identity.serviceId = -1; in OnStop()