Searched refs:InitOptions (Results 1 – 11 of 11) sorted by relevance
/system/connectivity/shill/vpn/ |
D | l2tp_ipsec_driver.h | 79 FRIEND_TEST(L2TPIPSecDriverTest, InitOptions); 97 bool InitOptions(std::vector<std::string>* options, Error* error);
|
D | openvpn_driver.h | 148 FRIEND_TEST(OpenVPNDriverTest, InitOptions); 205 void InitOptions(
|
D | l2tp_ipsec_driver.cc | 236 if (!InitOptions(&options, error)) { in SpawnL2TPIPSecVPN() 250 bool L2TPIPSecDriver::InitOptions(vector<string>* options, Error* error) { in InitOptions() function in shill::L2TPIPSecDriver
|
D | l2tp_ipsec_driver_unittest.cc | 290 EXPECT_FALSE(driver_->InitOptions(&options, &error)); in TEST_F() 295 TEST_F(L2TPIPSecDriverTest, InitOptions) { in TEST_F() argument 320 EXPECT_TRUE(driver_->InitOptions(&options, &error)); in TEST_F()
|
D | openvpn_driver_unittest.cc | 712 driver_->InitOptions(&options, &error); in TEST_F() 717 TEST_F(OpenVPNDriverTest, InitOptions) { in TEST_F() argument 735 driver_->InitOptions(&options, &error); in TEST_F() 765 driver_->InitOptions(&options, &error); in TEST_F()
|
D | openvpn_driver.cc | 319 InitOptions(&options, &error); in SpawnOpenVPN() 613 void OpenVPNDriver::InitOptions(vector<vector<string>>* options, Error* error) { in InitOptions() function in shill::OpenVPNDriver
|
/system/connectivity/shill/ |
D | mock_ares.h | 41 MOCK_METHOD3(InitOptions, int(ares_channel* channelptr,
|
D | shill_ares.h | 49 virtual int InitOptions(ares_channel* channelptr,
|
D | shill_ares.cc | 51 int Ares::InitOptions(ares_channel* channelptr, in InitOptions() function in shill::Ares
|
D | dns_client_unittest.cc | 156 EXPECT_CALL(ares_, InitOptions(_, _, _)) in SetupRequest() 271 EXPECT_CALL(ares_, InitOptions(_, _, _)) in TEST_F() 285 EXPECT_CALL(ares_, InitOptions(_, _, _)) in TEST_F()
|
D | dns_client.cc | 116 int status = ares_->InitOptions(&resolver_state_->channel, in Start()
|