Home
last modified time | relevance | path

Searched refs:LogIfFail (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp365 LogIfFail("Error processing notification", error); in HandleNotification()
386 LogIfFail("Error processing saved notification", error); in HandleNotification()
427 LogIfFail("Error processing response", error); in HandleResponse()
496 LogIfFail("Error processing result", mError); in HandleWaitingResponse()
628 LogIfFail("Failed to handle ValueIs", error); in HandleValueIs()
735 LogIfFail("Handle radio frame failed", error); in ParseRadioFrame()
1129 LogIfFail("Get transmit power failed", error); in GetTransmitPower()
1137 LogIfFail("Get CCA ED threshold failed", error); in GetCcaEnergyDetectThreshold()
1145 LogIfFail("Get FEM LNA gain failed", error); in GetFemLnaGain()
1154 LogIfFail("Get RSSI failed", error); in GetRssi()
[all …]
Dlogger.hpp43 void LogIfFail(const char *aText, otError aError);
Dspinel_driver.cpp411 LogIfFail("Error processing frame", error); in HandleInitialFrame()
Dlogger.cpp56 void Logger::LogIfFail(const char *aText, otError aError) in LogIfFail() function in ot::Spinel::Logger