Searched refs:onOtDaemonDied (Results 1 – 7 of 7) sorted by relevance
333 otDaemon.asBinder().linkToDeath(() -> mHandler.post(this::onOtDaemonDied), 0); in getOtDaemon()389 private void onOtDaemonDied() { in onOtDaemonDied() method in ThreadNetworkControllerService393 OperationReceiverWrapper.onOtDaemonDied(); in onOtDaemonDied()394 mOtDaemonCallbackProxy.onOtDaemonDied(); in onOtDaemonDied()395 mTunIfController.onOtDaemonDied(); in onOtDaemonDied()396 mNsdPublisher.onOtDaemonDied(); in onOtDaemonDied()1448 public void onOtDaemonDied() {
53 public static void onOtDaemonDied() { in onOtDaemonDied() method in ActiveOperationalDatasetReceiverWrapper
61 public static void onOtDaemonDied() { in onOtDaemonDied() method in OperationReceiverWrapper
286 public void onOtDaemonDied() { in onOtDaemonDied() method in TunInterfaceController
390 public void onOtDaemonDied() { in onOtDaemonDied() method in NsdPublisher
787 spyNsdPublisher.onOtDaemonDied(); in onOtDaemonDied_resetIsCalled()
706 verify(mMockTunIfController, times(1)).onOtDaemonDied();