Home
last modified time | relevance | path

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

/system/connectivity/apmanager/dbus/
Dconfig_dbus_adaptor.cc178 uint16_t ConfigDBusAdaptor::GetServerAddressIndex() { in GetServerAddressIndex() function in apmanager::ConfigDBusAdaptor
179 return ConfigAdaptor::GetServerAddressIndex(); in GetServerAddressIndex()
Dconfig_dbus_adaptor.h78 uint16_t GetServerAddressIndex() override;
/system/connectivity/apmanager/
Dconfig_adaptor_interface.h55 virtual uint16_t GetServerAddressIndex() = 0;
Dfake_config_adaptor.cc107 uint16_t FakeConfigAdaptor::GetServerAddressIndex() { in GetServerAddressIndex() function in apmanager::FakeConfigAdaptor
Dfake_config_adaptor.h53 uint16_t GetServerAddressIndex() override;
Dconfig.h80 uint16_t GetServerAddressIndex() const;
Dconfig.cc362 uint16_t Config::GetServerAddressIndex() const { in GetServerAddressIndex() function in apmanager::Config
363 return adaptor_->GetServerAddressIndex(); in GetServerAddressIndex()
Dservice.cc145 dhcp_server_factory_->CreateDHCPServer(config_->GetServerAddressIndex(), in StartInternal()