Home
last modified time | relevance | path

Searched refs:replyType (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp257 int replyType = REPLY_NONE; in HWTEST_F() local
258 NotifyConnetDeviceChanged(replyType, nullptr); in HWTEST_F()
259 NotifyConnetDeviceChanged(replyType, &ctx); in HWTEST_F()
260 replyType = REPLY_NAK; in HWTEST_F()
261 NotifyConnetDeviceChanged(replyType, nullptr); in HWTEST_F()
262 NotifyConnetDeviceChanged(replyType, &ctx); in HWTEST_F()
263 EXPECT_EQ(REPLY_NAK, replyType); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp380 int SendDhcpReply(PDhcpServerContext ctx, int replyType, PDhcpMsgInfo reply) in SendDhcpReply() argument
392 switch (replyType) { in SendDhcpReply()
408 if (replyType && sendRet != RET_SUCCESS) { in SendDhcpReply()
417 int replyType = REPLY_NONE; in MessageProcess() local
419 return replyType; in MessageProcess()
424 return replyType; in MessageProcess()
430 replyType = OnReceivedDiscover(ctx, received, reply); in MessageProcess()
435 replyType = OnReceivedRequest(ctx, received, reply); in MessageProcess()
440 replyType = OnReceivedDecline(ctx, received, reply); in MessageProcess()
445 replyType in MessageProcess()
548 int replyType = MessageProcess(ctx, &from, &reply); BeginLooper() local
563 NotifyConnetDeviceChanged(int replyType, PDhcpServerContext ctx) NotifyConnetDeviceChanged() argument
835 int replyType = Repending(pool, binding); Rebinding() local
1119 int replyType = Repending(pool, binding); NotBindingRequest() local
1532 AppendReplyTypeOption(PDhcpMsgInfo reply, int replyType) AppendReplyTypeOption() argument
[all...]
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_server.h45 void NotifyConnetDeviceChanged(int replyType, PDhcpServerContext ctx);

Completed in 3 milliseconds