Home
last modified time | relevance | path

Searched refs:getD2CfgContext (Results 1 – 8 of 8) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/d2srv/
H A Dd2_cfg_mgr.cc135 return (getD2CfgContext()->getForwardMgr()->size() > 0); in forwardUpdatesEnabled()
141 return (getD2CfgContext()->getReverseMgr()->size() > 0); in reverseUpdatesEnabled()
152 DdnsDomainListMgrPtr mgr = getD2CfgContext()->getForwardMgr(); in matchForward()
164 DdnsDomainListMgrPtr mgr = getD2CfgContext()->getReverseMgr(); in matchReverse()
249 return (getD2CfgContext()->getD2Params()); in getD2Params()
254 return (getD2CfgContext()->getControlSocketInfo()); in getControlSocketInfo()
274 D2CfgContextPtr ctx = getD2CfgContext(); in parse()
H A Dd2_cfg_mgr.h180 D2CfgContextPtr getD2CfgContext() { in getD2CfgContext() function
/dports/net/kea/kea-2.0.1/src/bin/d2/tests/
H A Dd2_cfg_mgr_unittests.cc199 context = cfg_mgr_->getD2CfgContext(); in runConfigOrFail()
455 ASSERT_NO_THROW(context = cfg_mgr->getD2CfgContext()); in TEST()
550 ASSERT_NO_THROW(context = cfg_mgr_->getD2CfgContext()); in TEST_F()
677 ASSERT_NO_THROW(context = cfg_mgr_->getD2CfgContext()); in TEST_F()
742 ASSERT_NO_THROW(context = cfg_mgr_->getD2CfgContext()); in TEST_F()
781 ASSERT_NO_THROW(context = cfg_mgr_->getD2CfgContext()); in TEST_F()
840 ASSERT_NO_THROW(context = cfg_mgr_->getD2CfgContext()); in TEST_F()
1016 ASSERT_NO_THROW(d2_context = cfg_mgr_->getD2CfgContext()); in TEST_F()
H A Dd2_controller_unittests.cc74 D2CfgContextPtr getD2CfgContext() { in getD2CfgContext() function in isc::d2::D2ControllerTest
77 p = getD2CfgMgr()->getD2CfgContext(); in getD2CfgContext()
H A Dget_config_unittest.cc249 D2CfgContextPtr context = srv_->getD2CfgContext(); in TEST_F()
288 D2CfgContextPtr context2 = srv_->getD2CfgContext(); in TEST_F()
H A Dd2_command_unittest.cc771 D2CfgContextPtr d2_context = cfg_mgr->getD2CfgContext(); in TEST_F()
802 d2_context = cfg_mgr->getD2CfgContext(); in TEST_F()
834 d2_context = cfg_mgr->getD2CfgContext(); in TEST_F()
904 D2CfgContextPtr d2_context = cfg_mgr->getD2CfgContext(); in TEST_F()
935 d2_context = cfg_mgr->getD2CfgContext(); in TEST_F()
967 d2_context = cfg_mgr->getD2CfgContext(); in TEST_F()
H A Dd2_update_mgr_unittests.cc376 cfg_mgr_->getD2CfgContext()->getReverseMgr()->setDomains(emptyDomains); in TEST_F()
402 cfg_mgr_->getD2CfgContext()->getForwardMgr()->setDomains(emptyDomains); in TEST_F()
429 cfg_mgr_->getD2CfgContext()->getForwardMgr()->setDomains(emptyDomains); in TEST_F()
430 cfg_mgr_->getD2CfgContext()->getReverseMgr()->setDomains(emptyDomains); in TEST_F()
/dports/net/kea/kea-2.0.1/src/bin/d2/
H A Dd2_process.cc286 getD2CfgMgr()->getD2CfgContext()); in configure()