OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetServerAddressIndex
(Results
1 - 8
of
8
) sorted by null
/system/connectivity/apmanager/
config_adaptor_interface.h
54
virtual void
SetServerAddressIndex
(uint16_t) = 0;
fake_config_adaptor.cc
103
void FakeConfigAdaptor::
SetServerAddressIndex
(uint16_t index) {
fake_config_adaptor.h
52
void
SetServerAddressIndex
(uint16_t) override;
config.cc
101
SetServerAddressIndex
(kPropertyDefaultServerAddressIndex);
358
void Config::
SetServerAddressIndex
(uint16_t index) {
359
adaptor_->
SetServerAddressIndex
(index);
config.h
79
void
SetServerAddressIndex
(uint16_t);
service.cc
82
config_->
SetServerAddressIndex
(identifier_ & 0xFF);
/system/connectivity/apmanager/dbus/
config_dbus_adaptor.cc
174
void ConfigDBusAdaptor::
SetServerAddressIndex
(uint16_t index) {
175
ConfigAdaptor::
SetServerAddressIndex
(index);
config_dbus_adaptor.h
77
void
SetServerAddressIndex
(uint16_t) override;
Completed in 65 milliseconds