Home
last modified time | relevance | path

Searched refs:OnPPPConnected (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/pppoe/
Dpppoe_service.h74 FRIEND_TEST(PPPoEServiceTest, OnPPPConnected);
82 void OnPPPConnected(const std::map<std::string, std::string>& params);
Dpppoe_service.cc205 OnPPPConnected(dict); in Notify()
225 void PPPoEService::OnPPPConnected(const map<string, string>& params) { in OnPPPConnected() function in shill::PPPoEService
Dpppoe_service_unittest.cc139 TEST_F(PPPoEServiceTest, OnPPPConnected) { in TEST_F() argument
162 service_->OnPPPConnected(params); in TEST_F()
/system/connectivity/shill/cellular/
Dcellular.cc1089 OnPPPConnected(dict); in Notify()
1107 void Cellular::OnPPPConnected(const map<string, string>& params) { in OnPPPConnected() function in shill::Cellular
Dcellular.h482 void OnPPPConnected(const std::map<std::string, std::string>& params);