OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetServerAddressIndex
(Results
1 - 8
of
8
) sorted by null
/system/connectivity/apmanager/
config_adaptor_interface.h
55
virtual uint16_t
GetServerAddressIndex
() = 0;
fake_config_adaptor.cc
107
uint16_t FakeConfigAdaptor::
GetServerAddressIndex
() {
fake_config_adaptor.h
53
uint16_t
GetServerAddressIndex
() override;
config.h
80
uint16_t
GetServerAddressIndex
() const;
config.cc
362
uint16_t Config::
GetServerAddressIndex
() const {
363
return adaptor_->
GetServerAddressIndex
();
service.cc
145
dhcp_server_factory_->CreateDHCPServer(config_->
GetServerAddressIndex
(),
/system/connectivity/apmanager/dbus/
config_dbus_adaptor.cc
178
uint16_t ConfigDBusAdaptor::
GetServerAddressIndex
() {
179
return ConfigAdaptor::
GetServerAddressIndex
();
config_dbus_adaptor.h
78
uint16_t
GetServerAddressIndex
() override;
Completed in 684 milliseconds