Home
last modified time | relevance | path

Searched refs:SendCommand (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp180 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()
Dspinel_driver.hpp165 otError SendCommand(uint32_t aCommand,
182 otError SendCommand(uint32_t aCommand, spinel_prop_key_t aKey, spinel_tid_t aTid);
Dradio_spinel.cpp1468 error = GetSpinelDriver().SendCommand(command, aKey, tid, aFormat, aArgs); in RequestV()
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.hpp308 Error SendCommand(Uri aUri,
Dnetwork_diagnostic.cpp874 …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/
Dmesh_diag.cpp98 …SuccessOrExit(error = Get<Client>().SendCommand(kUriDiagnosticGetRequest, Message::kPriorityLow, d… in DiscoverTopology()
175 …SuccessOrExit(error = Get<Client>().SendCommand(kUriDiagnosticGetQuery, Message::kPriorityNormal, … in SendQuery()