Searched refs:GetBridgeInterface (Results 1 – 7 of 7) sorted by relevance
217 if (GetBridgeInterface().empty()) { in GenerateConfigFile()228 GetBridgeInterface().c_str()); in GenerateConfigFile()354 string Config::GetBridgeInterface() const { in GetBridgeInterface() function in apmanager::Config355 return adaptor_->GetBridgeInterface(); in GetBridgeInterface()
53 virtual std::string GetBridgeInterface() = 0;
99 string FakeConfigAdaptor::GetBridgeInterface() { in GetBridgeInterface() function in apmanager::FakeConfigAdaptor
51 std::string GetBridgeInterface() override;
78 std::string GetBridgeInterface() const;
170 string ConfigDBusAdaptor::GetBridgeInterface() { in GetBridgeInterface() function in apmanager::ConfigDBusAdaptor171 return ConfigAdaptor::GetBridgeInterface(); in GetBridgeInterface()
76 std::string GetBridgeInterface() override;