Home
last modified time | relevance | path

Searched refs:OnInputError (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/vpn/
Dopenvpn_management_server.h104 void OnInputError(const std::string& error_msg);
Dthird_party_vpn_driver.h174 void OnInputError(const std::string& error);
Dopenvpn_management_server.cc188 Bind(&OpenVPNManagementServer::OnInputError, Unretained(this)))); in OnReady()
203 void OpenVPNManagementServer::OnInputError(const std::string& error_msg) { in OnInputError() function in shill::OpenVPNManagementServer
Dthird_party_vpn_driver.cc404 void ThirdPartyVpnDriver::OnInputError(const std::string& error) { in OnInputError() function in shill::ThirdPartyVpnDriver
490 base::Bind(&ThirdPartyVpnDriver::OnInputError, in ClaimInterface()