Searched refs:PushFrontOption (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_option_test.cpp | 89 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optRouter)); in HWTEST_F() 92 EXPECT_EQ(RET_ERROR, PushFrontOption(NULL, &optMsgType)); in HWTEST_F() 93 EXPECT_EQ(RET_ERROR, PushFrontOption(&options, NULL)); in HWTEST_F() 94 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optMsgType)); in HWTEST_F() 103 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optRouter)); in HWTEST_F() 105 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optMsgType)); in HWTEST_F() 117 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optRouter)); in HWTEST_F() 119 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optMsgType)); in HWTEST_F() 132 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optRouter)); in HWTEST_F()
|
H A D | dhcp_message_sim.cpp | 276 PushFrontOption(&msg->options, &optReqIp); in InitMessage() 280 PushFrontOption(&msg->options, &optMsgType); in InitMessage()
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_option.h | 56 int PushFrontOption(PDhcpOptionList pOptions, PDhcpOption option);
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_option.cpp | 112 int PushFrontOption(PDhcpOptionList pOptions, PDhcpOption pOption) in PushFrontOption() function
|
H A D | dhcp_s_server.cpp | 1558 PushFrontOption(&reply->options, &optMsgType); in AppendReplyTypeOption()
|
Completed in 5 milliseconds