HomeSort by relevance Sort by last modified time
    Searched defs:GetBridgeInterface (Results 1 - 3 of 3) sorted by null

  /system/connectivity/apmanager/
fake_config_adaptor.cc 99 string FakeConfigAdaptor::GetBridgeInterface() {
config.cc 217 if (GetBridgeInterface().empty()) {
228 GetBridgeInterface().c_str());
354 string Config::GetBridgeInterface() const {
355 return adaptor_->GetBridgeInterface();
  /system/connectivity/apmanager/dbus/
config_dbus_adaptor.cc 170 string ConfigDBusAdaptor::GetBridgeInterface() {
171 return ConfigAdaptor::GetBridgeInterface();

Completed in 70 milliseconds