Home
last modified time | relevance | path

Searched refs:InitOptions (Results 1 – 11 of 11) sorted by relevance

/system/connectivity/shill/vpn/
Dl2tp_ipsec_driver.h79 FRIEND_TEST(L2TPIPSecDriverTest, InitOptions);
97 bool InitOptions(std::vector<std::string>* options, Error* error);
Dopenvpn_driver.h148 FRIEND_TEST(OpenVPNDriverTest, InitOptions);
205 void InitOptions(
Dl2tp_ipsec_driver.cc236 if (!InitOptions(&options, error)) { in SpawnL2TPIPSecVPN()
250 bool L2TPIPSecDriver::InitOptions(vector<string>* options, Error* error) { in InitOptions() function in shill::L2TPIPSecDriver
Dl2tp_ipsec_driver_unittest.cc290 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()
Dopenvpn_driver_unittest.cc712 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()
Dopenvpn_driver.cc319 InitOptions(&options, &error); in SpawnOpenVPN()
613 void OpenVPNDriver::InitOptions(vector<vector<string>>* options, Error* error) { in InitOptions() function in shill::OpenVPNDriver
/system/connectivity/shill/
Dmock_ares.h41 MOCK_METHOD3(InitOptions, int(ares_channel* channelptr,
Dshill_ares.h49 virtual int InitOptions(ares_channel* channelptr,
Dshill_ares.cc51 int Ares::InitOptions(ares_channel* channelptr, in InitOptions() function in shill::Ares
Ddns_client_unittest.cc156 EXPECT_CALL(ares_, InitOptions(_, _, _)) in SetupRequest()
271 EXPECT_CALL(ares_, InitOptions(_, _, _)) in TEST_F()
285 EXPECT_CALL(ares_, InitOptions(_, _, _)) in TEST_F()
Ddns_client.cc116 int status = ares_->InitOptions(&resolver_state_->channel, in Start()