Lines Matching refs:error
32 otError error = OT_ERROR_NONE; in openthread_start_border_router_services() local
43 error = OT_ERROR_FAILED); in openthread_start_border_router_services()
47 error = OT_ERROR_FAILED); in openthread_start_border_router_services()
49 error = OT_ERROR_FAILED); in openthread_start_border_router_services()
51 error = OT_ERROR_FAILED); in openthread_start_border_router_services()
57 return error == OT_ERROR_NONE ? 0 : -EIO; in openthread_start_border_router_services()
62 otError error = OT_ERROR_FAILED; in openthread_stop_border_router_services() local
71 error = OT_ERROR_FAILED); in openthread_stop_border_router_services()
73 error = OT_ERROR_FAILED); in openthread_stop_border_router_services()
76 error = OT_ERROR_NONE; in openthread_stop_border_router_services()
81 return error == OT_ERROR_NONE ? 0 : -EIO; in openthread_stop_border_router_services()