Searched refs:waitForRole (Results 1 – 2 of 2) sorted by relevance
142 mController.waitForRole(DEVICE_ROLE_STOPPED, CALLBACK_TIMEOUT); in otDaemonRestart_notJoinedAndStopped_deviceRoleIsStopped()152 mController.waitForRole(DEVICE_ROLE_DETACHED, CALLBACK_TIMEOUT); in otDaemonRestart_JoinedNetworkAndStopped_autoRejoinedAndTunIfStateConsistent()153 mController.waitForRole(DEVICE_ROLE_LEADER, RESTART_JOIN_TIMEOUT); in otDaemonRestart_JoinedNetworkAndStopped_autoRejoinedAndTunIfStateConsistent()205 mController.waitForRole(DEVICE_ROLE_STOPPED, CALLBACK_TIMEOUT); in otDaemonRestart_latestCountryCodeIsSetToOtDaemon()
153 public int waitForRole(int deviceRole, Duration timeout) in waitForRole() method in ThreadNetworkControllerWrapper