Home
last modified time | relevance | path

Searched refs:CreateThirdPartyVpnAdaptor (Results 1 – 9 of 9) sorted by relevance

/system/connectivity/shill/
Dmock_control.cc56 ThirdPartyVpnAdaptorInterface* MockControl::CreateThirdPartyVpnAdaptor( in CreateThirdPartyVpnAdaptor() function in shill::MockControl
Dnice_mock_control.cc62 ThirdPartyVpnAdaptorInterface* NiceMockControl::CreateThirdPartyVpnAdaptor( in CreateThirdPartyVpnAdaptor() function in shill::NiceMockControl
Dnice_mock_control.h48 ThirdPartyVpnAdaptorInterface* CreateThirdPartyVpnAdaptor(
Dmock_control.h48 ThirdPartyVpnAdaptorInterface* CreateThirdPartyVpnAdaptor(
Dcontrol_interface.h104 virtual ThirdPartyVpnAdaptorInterface* CreateThirdPartyVpnAdaptor(
/system/connectivity/shill/binder/
Dbinder_control.cc127 ThirdPartyVpnAdaptorInterface* BinderControl::CreateThirdPartyVpnAdaptor( in CreateThirdPartyVpnAdaptor() function in shill::BinderControl
/system/connectivity/shill/dbus/
Dchromeos_dbus_control.h47 ThirdPartyVpnAdaptorInterface* CreateThirdPartyVpnAdaptor(
Dchromeos_dbus_control.cc197 ThirdPartyVpnAdaptorInterface* ChromeosDBusControl::CreateThirdPartyVpnAdaptor( in CreateThirdPartyVpnAdaptor() function in shill::ChromeosDBusControl
/system/connectivity/shill/vpn/
Dthird_party_vpn_driver.cc122 adaptor_interface_.reset(control_->CreateThirdPartyVpnAdaptor(this)); in Load()
145 adaptor_interface_.reset(control_->CreateThirdPartyVpnAdaptor(this)); in SetExtensionId()