Home
last modified time | relevance | path

Searched refs:HasArgument (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_argument_test.cpp84 EXPECT_TRUE(HasArgument(name) == 0);
86 EXPECT_TRUE(HasArgument(name) == 1);
88 EXPECT_TRUE(HasArgument(name) == 0);
/ohos5.0/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()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_argument.h54 int HasArgument(const char *argument);