Home
last modified time | relevance | path

Searched refs:active_client_ (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/vpn/
Dthird_party_vpn_driver.cc85 ThirdPartyVpnDriver* ThirdPartyVpnDriver::active_client_ = nullptr; member in shill::ThirdPartyVpnDriver
154 if (active_client_ != this) { in UpdateConnectionState()
172 if (active_client_ != this) { in SendPacket()
316 if (!parameters_expected_ || active_client_ != this) { in SetParameters()
406 CHECK_EQ(active_client_, this); in OnInputError()
442 if (active_client_ == this) { in Cleanup()
445 active_client_ = nullptr; in Cleanup()
454 CHECK(!active_client_); in Connect()
473 CHECK(!active_client_); in ClaimInterface()
492 active_client_ = this; in ClaimInterface()
[all …]
Dthird_party_vpn_driver_unittest.cc112 EXPECT_EQ(driver_->active_client_, driver_); in TEST_F()
134 ThirdPartyVpnDriver::active_client_ = driver_; in TEST_F()
166 ThirdPartyVpnDriver::active_client_ = driver_; in TEST_F()
195 ThirdPartyVpnDriver::active_client_ = driver_; in TEST_F()
Dthird_party_vpn_driver.h181 static ThirdPartyVpnDriver* active_client_; variable