Searched refs:onDeath (Results 1 – 8 of 8) sorted by relevance
729 public void onDeath() { in onDeath() method in WifiNative.VendorHalDeathHandlerInternal757 public void onDeath() { in onDeath() method in WifiNative.SupplicantDeathHandlerInternal771 public void onDeath() { in onDeath() method in WifiNative.HostapdDeathHandlerInternal2073 void onDeath();2087 void onDeath();2921 void onDeath();
599 mDeathEventHandler.onDeath(); in hostapdServiceDiedHandler()
666 mDeathEventHandler.onDeath(); in supplicantServiceDiedHandler()
3770 handler.onDeath();
794 mWifiVendorHalDeathHandlerCaptor.getValue().onDeath(); in testSetupSoftApInterfaceAndVendorHalDied()812 mSupplicantDeathHandlerCaptor.getValue().onDeath(); in testSetupClientInterfaceAndSupplicantDied()839 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApAndHostapdDied()867 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApWithWifiCondCallbackAndHostapdDied()
1538 verify(mSupplicantHalDeathHandler).onDeath(); in testServiceManagerDeathCallback()1555 verify(mSupplicantHalDeathHandler).onDeath(); in testSupplicantDeathCallback()1572 verify(mSupplicantHalDeathHandler, never()).onDeath(); in testSupplicantStaleDeathCallback()1604 verify(mSupplicantHalDeathHandler).onDeath(); in testHandleRemoteExceptionAndDeathNotification()
254 verify(mHostapdHalDeathHandler).onDeath(); in testDeathHandling()267 verify(mHostapdHalDeathHandler, never()).onDeath(); in testStaleDeathHandling()
2889 verify(mVendorHalDeathHandler).onDeath(); in testVendorHalDeath()