Searched refs:SendCommand (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/lib/spinel/ |
D | spinel_driver.cpp | 180 otError SpinelDriver::SendCommand(uint32_t aCommand, spinel_prop_key_t aKey, spinel_tid_t aTid) in SendCommand() function in ot::Spinel::SpinelDriver 202 otError SpinelDriver::SendCommand(uint32_t aCommand, in SendCommand() function in ot::Spinel::SpinelDriver 418 … SuccessOrExit(error = SendCommand(SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PROTOCOL_VERSION, sTid)); in CheckSpinelVersion() 440 SuccessOrExit(error = SendCommand(SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_NCP_VERSION, sTid)); in GetCoprocessorVersion() 453 SuccessOrExit(error = SendCommand(SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_CAPS, sTid)); in GetCoprocessorCaps()
|
D | spinel_driver.hpp | 165 otError SendCommand(uint32_t aCommand, 182 otError SendCommand(uint32_t aCommand, spinel_prop_key_t aKey, spinel_tid_t aTid);
|
D | radio_spinel.cpp | 1468 error = GetSpinelDriver().SendCommand(command, aKey, tid, aFormat, aArgs); in RequestV()
|
/openthread-latest/src/core/thread/ |
D | network_diagnostic.hpp | 308 Error SendCommand(Uri aUri,
|
D | network_diagnostic.cpp | 874 …error = SendCommand(kUriDiagnosticGetQuery, Message::kPriorityNormal, aDestination, aTlvTypes, aCo… in SendDiagnosticGet() 878 …error = SendCommand(kUriDiagnosticGetRequest, Message::kPriorityNormal, aDestination, aTlvTypes, a… in SendDiagnosticGet() 890 Error Client::SendCommand(Uri aUri, in SendCommand() function in ot::NetworkDiagnostic::Client 980 …return SendCommand(kUriDiagnosticReset, Message::kPriorityNormal, aDestination, aTlvTypes, aCount); in SendDiagnosticReset()
|
/openthread-latest/src/core/utils/ |
D | mesh_diag.cpp | 98 …SuccessOrExit(error = Get<Client>().SendCommand(kUriDiagnosticGetRequest, Message::kPriorityLow, d… in DiscoverTopology() 175 …SuccessOrExit(error = Get<Client>().SendCommand(kUriDiagnosticGetQuery, Message::kPriorityNormal, … in SendQuery()
|