HomeSort by relevance Sort by last modified time
    Searched defs:VPNDriver (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/vpn/
vpn_driver.cc 44 static string ObjectID(VPNDriver* v) { return "(vpn_driver)"; }
48 const int VPNDriver::kDefaultConnectTimeoutSeconds = 60;
50 VPNDriver::VPNDriver(EventDispatcher* dispatcher,
61 VPNDriver::~VPNDriver() {}
63 bool VPNDriver::Load(StoreInterface* storage, const string& storage_id) {
94 bool VPNDriver::Save(StoreInterface* storage,
130 void VPNDriver::UnloadCredentials() {
140 void VPNDriver::InitPropertyStore(PropertyStore* store)
    [all...]
vpn_driver.h 40 class VPNDriver {
42 virtual ~VPNDriver();
81 VPNDriver(EventDispatcher* dispatcher,
120 base::WeakPtrFactory<VPNDriver> weak_ptr_factory_;
130 DISALLOW_COPY_AND_ASSIGN(VPNDriver);

Completed in 271 milliseconds