OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetServerAddressIndex
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/apmanager/
fake_config_adaptor.cc
103
void FakeConfigAdaptor::
SetServerAddressIndex
(uint16_t index) {
config.cc
101
SetServerAddressIndex
(kPropertyDefaultServerAddressIndex);
358
void Config::
SetServerAddressIndex
(uint16_t index) {
359
adaptor_->
SetServerAddressIndex
(index);
/system/connectivity/apmanager/dbus/
config_dbus_adaptor.cc
174
void ConfigDBusAdaptor::
SetServerAddressIndex
(uint16_t index) {
175
ConfigAdaptor::
SetServerAddressIndex
(index);
Completed in 1653 milliseconds