Home
last modified time | relevance | path

Searched refs:GetBridgeInterface (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/apmanager/
Dconfig.cc217 if (GetBridgeInterface().empty()) { in GenerateConfigFile()
228 GetBridgeInterface().c_str()); in GenerateConfigFile()
354 string Config::GetBridgeInterface() const { in GetBridgeInterface() function in apmanager::Config
355 return adaptor_->GetBridgeInterface(); in GetBridgeInterface()
Dconfig_adaptor_interface.h53 virtual std::string GetBridgeInterface() = 0;
Dfake_config_adaptor.cc99 string FakeConfigAdaptor::GetBridgeInterface() { in GetBridgeInterface() function in apmanager::FakeConfigAdaptor
Dfake_config_adaptor.h51 std::string GetBridgeInterface() override;
Dconfig.h78 std::string GetBridgeInterface() const;
/system/connectivity/apmanager/dbus/
Dconfig_dbus_adaptor.cc170 string ConfigDBusAdaptor::GetBridgeInterface() { in GetBridgeInterface() function in apmanager::ConfigDBusAdaptor
171 return ConfigAdaptor::GetBridgeInterface(); in GetBridgeInterface()
Dconfig_dbus_adaptor.h76 std::string GetBridgeInterface() override;