Home
last modified time | relevance | path

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

/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/tests/
H A Dcb_ctl_dhcp_unittest.cc572 EXPECT_TRUE(found_network->hasFetchGlobalsFn()); in testDatabaseConfigApply()
585 EXPECT_TRUE(found_subnet->hasFetchGlobalsFn()); in testDatabaseConfigApply()
1368 EXPECT_TRUE(found_network->hasFetchGlobalsFn()); in testDatabaseConfigApply()
1381 EXPECT_TRUE(found_subnet->hasFetchGlobalsFn()); in testDatabaseConfigApply()
H A Ddhcp_parsers_unittest.cc2714 EXPECT_TRUE(subnet->hasFetchGlobalsFn()); in TEST_F()
2824 EXPECT_TRUE(subnet->hasFetchGlobalsFn()); in TEST_F()
2917 EXPECT_TRUE(network->hasFetchGlobalsFn()); in TEST_F()
3003 EXPECT_TRUE(network->hasFetchGlobalsFn()); in TEST_F()
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dnetwork.h212 bool hasFetchGlobalsFn() const { in hasFetchGlobalsFn() function