Searched refs:otPlatDiagModeGet (Results 1 – 13 of 13) sorted by relevance
109 bool otPlatDiagModeGet(void);
147 if (otPlatDiagModeGet()) in platformAlarmProcess()
112 bool otPlatDiagModeGet() { return false; } in otPlatDiagModeGet() function
69 bool otPlatDiagModeGet(void) { return sDiagMode; } in otPlatDiagModeGet() function
275 if (otPlatDiagModeGet()) in platformAlarmProcess()
616 if (otPlatDiagModeGet()) in radioReceive()672 if (otPlatDiagModeGet()) in radioSendMessage()888 if (otPlatDiagModeGet()) in radioProcessFrame()
262 if (otPlatDiagModeGet()) in platformAlarmProcess()
620 bool otPlatDiagModeGet(void) { return GetRadioSpinel().IsDiagEnabled(); } in otPlatDiagModeGet() function
1173 Output("diagnostics mode is %s\r\n", otPlatDiagModeGet() ? "enabled" : "disabled"); in ProcessCmd()1177 if (!otPlatDiagModeGet() && !StringMatch(aArgs[0], "start")) in ProcessCmd()1227 bool Diags::IsEnabled(void) { return otPlatDiagModeGet(); } in IsEnabled()
531 bool otPlatDiagModeGet(void) { return false; } in otPlatDiagModeGet() function
463 bool otPlatDiagModeGet() { return false; } in otPlatDiagModeGet() function
259 OT_TOOL_WEAK bool otPlatDiagModeGet() { return sDiagMode; } in otPlatDiagModeGet() function
757 if (otPlatDiagModeGet()) in RadioReceive()773 if (otPlatDiagModeGet()) in TransmitDone()