Searched refs:OnInputError (Results 1 – 4 of 4) sorted by relevance
104 void OnInputError(const std::string& error_msg);
174 void OnInputError(const std::string& error);
188 Bind(&OpenVPNManagementServer::OnInputError, Unretained(this)))); in OnReady()203 void OpenVPNManagementServer::OnInputError(const std::string& error_msg) { in OnInputError() function in shill::OpenVPNManagementServer
404 void ThirdPartyVpnDriver::OnInputError(const std::string& error) { in OnInputError() function in shill::ThirdPartyVpnDriver490 base::Bind(&ThirdPartyVpnDriver::OnInputError, in ClaimInterface()