Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp83 struct ServerContext { struct
125 return (struct ServerContext *)ctx->instance; in GetServerInstance()
347 ServerContext *srvIns = GetServerInstance(ctx); in OnUpdateServerConfig()
360 ServerContext *srvIns = GetServerInstance(ctx); in OnServerStoping()
373 ServerContext *srvIns = GetServerInstance(ctx); in OnServerStoped()
390 ServerContext *srvIns = GetServerInstance(ctx); in SendDhcpReply()
464 ServerContext *srvIns = GetServerInstance(ctx); in SaveLease()
480 ServerContext *srvIns = GetServerInstance(ctx); in OnLooperStateChanged()
522 ServerContext *srvIns = GetServerInstance(ctx); in BeginLooper()
665 ServerContext *srvIns = GetServerInstance(ctx); in StartDhcpServer()
[all …]
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_server.h30 typedef struct ServerContext ServerContext; typedef
33 ServerContext *instance;
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp35 struct ServerContext { struct