Home
last modified time | relevance | path

Searched refs:GetProviderType (Results 1 – 12 of 12) sorted by relevance

/system/connectivity/shill/vpn/
Dmock_vpn_driver.h45 MOCK_CONST_METHOD0(GetProviderType, std::string());
Dvpn_driver.h48 virtual std::string GetProviderType() const = 0;
Dl2tp_ipsec_driver_unittest.cc104 string GetProviderType() { in GetProviderType() function in shill::L2TPIPSecDriverTest
105 return driver_->GetProviderType(); in GetProviderType()
246 TEST_F(L2TPIPSecDriverTest, GetProviderType) { in TEST_F() argument
247 EXPECT_EQ(kProviderL2tpIpsec, GetProviderType()); in TEST_F()
Dl2tp_ipsec_driver.h65 std::string GetProviderType() const override;
Dthird_party_vpn_driver.h79 std::string GetProviderType() const override;
Dvpn_provider.cc296 if (type == service->driver()->GetProviderType() && in FindService()
Dopenvpn_driver.h130 std::string GetProviderType() const override;
Dvpn_provider_unittest.cc309 EXPECT_EQ(kTypes[i], service->driver()->GetProviderType()); in TEST_F()
Dl2tp_ipsec_driver.cc178 string L2TPIPSecDriver::GetProviderType() const { in GetProviderType() function in shill::L2TPIPSecDriver
Dvpn_driver_unittest.cc80 MOCK_CONST_METHOD0(GetProviderType, string());
Dthird_party_vpn_driver.cc509 std::string ThirdPartyVpnDriver::GetProviderType() const { in GetProviderType() function in shill::ThirdPartyVpnDriver
Dopenvpn_driver.cc1007 string OpenVPNDriver::GetProviderType() const { in GetProviderType() function in shill::OpenVPNDriver