Searched refs:LogIfFail (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 360 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 …]
|
D | logger.hpp | 43 void LogIfFail(const char *aText, otError aError);
|
D | spinel_driver.cpp | 409 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
|