Searched refs:LogIfFail (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 365 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 …]
|
D | logger.hpp | 43 void LogIfFail(const char *aText, otError aError);
|
D | spinel_driver.cpp | 411 LogIfFail("Error processing frame", error); in HandleInitialFrame()
|
D | logger.cpp | 56 void Logger::LogIfFail(const char *aText, otError aError) in LogIfFail() function in ot::Spinel::Logger
|