Searched defs:ppp_config2 (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/cellular/
H A Dcellular_unittest.cc1566 map<string, string> ppp_config2; local
1570 ppp_config2[kPPPInterfaceName] = kInterfaceName2;
1581 EXPECT_CALL(*ppp_device2, UpdateIPConfigFromPPP(ppp_config2, false));
1582 device_->Notify(kPPPReasonConnect, ppp_config2);

Completed in 62 milliseconds