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

  /system/connectivity/apmanager/
config_adaptor_interface.h 53 virtual std::string GetBridgeInterface() = 0;
fake_config_adaptor.cc 99 string FakeConfigAdaptor::GetBridgeInterface() {
fake_config_adaptor.h 51 std::string GetBridgeInterface() override;
config.cc 217 if (GetBridgeInterface().empty()) {
228 GetBridgeInterface().c_str());
354 string Config::GetBridgeInterface() const {
355 return adaptor_->GetBridgeInterface();
config.h 78 std::string GetBridgeInterface() const;
  /system/connectivity/apmanager/dbus/
config_dbus_adaptor.cc 170 string ConfigDBusAdaptor::GetBridgeInterface() {
171 return ConfigAdaptor::GetBridgeInterface();
config_dbus_adaptor.h 76 std::string GetBridgeInterface() override;

Completed in 857 milliseconds