Home
last modified time | relevance | path

Searched refs:OnPPPDied (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/pppoe/
Dpppoe_service.cc111 PPPDaemon::DeathCallback callback(base::Bind(&PPPoEService::OnPPPDied, in Connect()
213 void PPPoEService::OnPPPDied(pid_t pid, int exit) { in OnPPPDied() function in shill::PPPoEService
Dpppoe_service.h84 void OnPPPDied(pid_t pid, int exit);
Dpppoe_service_unittest.cc191 base::Bind(&PPPoEService::OnPPPDied, weak_ptr)); in TEST_F()
/system/connectivity/shill/cellular/
Dcellular.h227 virtual void OnPPPDied(pid_t pid, int exit);
369 FRIEND_TEST(CellularTest, OnPPPDied);
Dcellular_capability_universal.h253 FRIEND_TEST(CellularTest, OnPPPDied);
Dcellular.cc1034 PPPDaemon::DeathCallback death_callback(Bind(&Cellular::OnPPPDied, in StartPPP()
1156 void Cellular::OnPPPDied(pid_t pid, int exit) { in OnPPPDied() function in shill::Cellular
Dcellular_unittest.cc1662 TEST_F(CellularTest, OnPPPDied) { in TEST_F() argument
1666 device_->OnPPPDied(kPID, kExitStatus); in TEST_F()
1677 device_->OnPPPDied(kPID, kExitStatus); in TEST_F()