Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp360 LogIfFail("Error processing notification", error); in HandleNotification()
381 LogIfFail("Error processing saved notification", error); in HandleNotification()
421 LogIfFail("Error processing response", error); in HandleResponse()
490 LogIfFail("Error processing result", mError); in HandleWaitingResponse()
622 LogIfFail("Failed to handle ValueIs", error); in HandleValueIs()
729 LogIfFail("Handle radio frame failed", error); in ParseRadioFrame()
1106 LogIfFail("Get transmit power failed", error); in GetTransmitPower()
1114 LogIfFail("Get CCA ED threshold failed", error); in GetCcaEnergyDetectThreshold()
1122 LogIfFail("Get FEM LNA gain failed", error); in GetFemLnaGain()
1131 LogIfFail("Get RSSI failed", error); in GetRssi()
[all …]
Dlogger.hpp43 void LogIfFail(const char *aText, otError aError);
Dspinel_driver.cpp409 LogIfFail("Error processing frame", error); in HandleInitialFrame()
Dlogger.cpp56 void Logger::LogIfFail(const char *aText, otError aError) in LogIfFail() function in ot::Spinel::Logger