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

  /system/connectivity/shill/vpn/
vpn_service.h 33 class VPNService : public Service {
35 VPNService(ControlInterface* control,
40 ~VPNService() override;
90 DISALLOW_COPY_AND_ASSIGN(VPNService);
vpn_service.cc 47 static string ObjectID(const VPNService* s) { return s->GetRpcIdentifier(); }
50 const char VPNService::kAutoConnNeverConnected[] = "never connected";
51 const char VPNService::kAutoConnVPNAlreadyActive[] = "vpn already active";
53 VPNService::VPNService(ControlInterface* control,
66 new CustomAccessor<VPNService, string>(
68 &VPNService::GetPhysicalTechnologyProperty,
72 VPNService::~VPNService() {}
74 void VPNService::Connect(Error* error, const char* reason)
    [all...]

Completed in 3158 milliseconds