Searched refs:GetServerAddressIndex (Results 1 – 8 of 8) sorted by relevance
178 uint16_t ConfigDBusAdaptor::GetServerAddressIndex() { in GetServerAddressIndex() function in apmanager::ConfigDBusAdaptor179 return ConfigAdaptor::GetServerAddressIndex(); in GetServerAddressIndex()
78 uint16_t GetServerAddressIndex() override;
55 virtual uint16_t GetServerAddressIndex() = 0;
107 uint16_t FakeConfigAdaptor::GetServerAddressIndex() { in GetServerAddressIndex() function in apmanager::FakeConfigAdaptor
53 uint16_t GetServerAddressIndex() override;
80 uint16_t GetServerAddressIndex() const;
362 uint16_t Config::GetServerAddressIndex() const { in GetServerAddressIndex() function in apmanager::Config363 return adaptor_->GetServerAddressIndex(); in GetServerAddressIndex()
145 dhcp_server_factory_->CreateDHCPServer(config_->GetServerAddressIndex(), in StartInternal()