Home
last modified time | relevance | path

Searched refs:HasArgument (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_argument_test.cpp84 EXPECT_TRUE(HasArgument(name) == 0); in HWTEST()
86 EXPECT_TRUE(HasArgument(name) == 1); in HWTEST()
88 EXPECT_TRUE(HasArgument(name) == 0); in HWTEST()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_argument.h54 int HasArgument(const char *argument);
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp104 int HasArgument(const char *argument) in HasArgument() function
233 if (HasArgument(argument)) { in PutArgument()
H A Ddhcp_dhcpd.cpp126 if (HasArgument("pool")) { in InitAddressRange()
309 if (HasArgument("conf")) { in InitializeDhcpConfig()
/foundation/communication/dhcp/test/fuzztest/dhcpargument_fuzzer/
H A Ddhcpargument_fuzzer.cpp32 HasArgument(argument); in HasArgumentTest()

Completed in 2 milliseconds