Searched refs:otCliInputLine (Results 1 – 7 of 7) sorted by relevance
93 void otCliInputLine(char *aBuf);
89 otCliInputLine(buffer); in otAppCliProcess()
67 otCliInputLine(aLine); in InputCallback()
95 otCliInputLine(reinterpret_cast<char *>(buf)); in LLVMFuzzerTestOneInput()
201 otCliInputLine(sRxBuffer); in ProcessCommand()
396 otCliInputLine(reinterpret_cast<char *>(buffer)); in Process()
8370 extern "C" void otCliInputLine(char *aBuf) { Interpreter::GetInterpreter().ProcessLine(aBuf); } in otCliInputLine() function