Searched refs:OverwriteWithLastStatusError (Results 1 – 5 of 5) sorted by relevance
2252 return mEncoder.OverwriteWithLastStatusError(SPINEL_STATUS_UNIMPLEMENTED); in HandlePropertyGet()2397 error = mEncoder.OverwriteWithLastStatusError(ThreadErrorToSpinelStatus(error)); in HandlePropertyGet()2428 error = mEncoder.OverwriteWithLastStatusError(ThreadErrorToSpinelStatus(error)); in HandlePropertyGet()2459 error = mEncoder.OverwriteWithLastStatusError(ThreadErrorToSpinelStatus(error)); in HandlePropertyGet()2503 error = mEncoder.OverwriteWithLastStatusError(ThreadErrorToSpinelStatus(error)); in HandlePropertyGet()2657 error = mEncoder.OverwriteWithLastStatusError(ThreadErrorToSpinelStatus(error)); in HandlePropertyGet()
777 error = mEncoder.OverwriteWithLastStatusError(ThreadErrorToSpinelStatus(error)); in HandlePropertyGet()816 … SuccessOrExit(error = mEncoder.OverwriteWithLastStatusError(SPINEL_STATUS_ITEM_NOT_FOUND)); in HandlePropertyGet()821 error = mEncoder.OverwriteWithLastStatusError(ThreadErrorToSpinelStatus(error)); in HandlePropertyGet()2076 return mEncoder.OverwriteWithLastStatusError(SPINEL_STATUS_UNIMPLEMENTED); in HandlePropertyGet()
664 error = mEncoder.OverwriteWithLastStatusError(ThreadErrorToSpinelStatus(error)); in HandlePropertyGet()
138 otError OverwriteWithLastStatusError(spinel_status_t aStatus);
90 otError Encoder::OverwriteWithLastStatusError(spinel_status_t aStatus) in OverwriteWithLastStatusError() function in ot::Spinel::Encoder