OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThirdPartyVpnDriver
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/vpn/
third_party_vpn_driver.h
44
class
ThirdPartyVpnDriver
: public VPNDriver {
52
ThirdPartyVpnDriver
(ControlInterface* control, EventDispatcher* dispatcher,
55
~
ThirdPartyVpnDriver
() override;
181
static
ThirdPartyVpnDriver
* active_client_;
189
// an unique identifier for the
ThirdPartyVpnDriver
.
224
DISALLOW_COPY_AND_ASSIGN(
ThirdPartyVpnDriver
);
third_party_vpn_driver.cc
51
static std::string ObjectID(const
ThirdPartyVpnDriver
* v) {
78
const VPNDriver::Property
ThirdPartyVpnDriver
::kProperties[] = {
85
ThirdPartyVpnDriver
*
ThirdPartyVpnDriver
::active_client_ = nullptr;
87
ThirdPartyVpnDriver
::
ThirdPartyVpnDriver
(ControlInterface* control,
101
ThirdPartyVpnDriver
::~
ThirdPartyVpnDriver
() {
106
void
ThirdPartyVpnDriver
::InitPropertyStore(PropertyStore* store) {
111
new CustomWriteOnlyAccessor<
ThirdPartyVpnDriver
, std::string>
[
all
...]
Completed in 383 milliseconds