Home
last modified time | relevance | path

Searched defs:aCommand (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset_manager_ftd.cpp68 Error DatasetManager::ProcessSetOrReplaceRequest(MgmtCommand aCommand, in ProcessSetOrReplaceRequest()
211 Error DatasetManager::HandleSetOrReplace(MgmtCommand aCommand, in HandleSetOrReplace()
/openthread-latest/src/lib/spinel/
Dspinel_encoder.cpp49 otError Encoder::BeginFrame(uint8_t aHeader, unsigned int aCommand) in BeginFrame()
71 otError Encoder::BeginFrame(uint8_t aHeader, unsigned int aCommand, spinel_prop_key_t aKey) in BeginFrame()
Dspinel_driver.cpp179 otError SpinelDriver::SendCommand(uint32_t aCommand, spinel_prop_key_t aKey, spinel_tid_t aTid) in SendCommand()
201 otError SpinelDriver::SendCommand(uint32_t aCommand, in SendCommand()
Dradio_spinel.cpp424 void RadioSpinel::HandleWaitingResponse(uint32_t aCommand, in HandleWaitingResponse()
1466 otError RadioSpinel::Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...) in Request()
1476 uint32_t aCommand, in RequestWithPropertyFormat()
1492 uint32_t aCommand, in RequestWithPropertyFormatV()
1507 uint32_t aCommand, in RequestWithExpectedCommandV()
1521 void RadioSpinel::HandleTransmitDone(uint32_t aCommand, in HandleTransmitDone()
/openthread-latest/src/ncp/
Dexample_vendor_hook.cpp40 otError NcpBase::VendorCommandHandler(uint8_t aHeader, unsigned int aCommand) in VendorCommandHandler()
Dncp_base.cpp1128 …::HandleCommandPropertyInsertRemove(uint8_t aHeader, spinel_prop_key_t aKey, unsigned int aCommand) in HandleCommandPropertyInsertRemove()
1333 otError NcpBase::CommandHandler_PROP_VALUE_update(uint8_t aHeader, unsigned int aCommand) in CommandHandler_PROP_VALUE_update()
/openthread-latest/src/core/net/
Ddnssd_server.cpp1640 void Server::DiscoveryProxy::UpdateProxy(Command aCommand, in UpdateProxy()
1671 void Server::DiscoveryProxy::StartOrStopBrowser(Command aCommand, Name::Buffer &aServiceName) in StartOrStopBrowser()
1719 void Server::DiscoveryProxy::StartOrStopSrvResolver(Command aCommand, in StartOrStopSrvResolver()
1750 void Server::DiscoveryProxy::StartOrStopTxtResolver(Command aCommand, in StartOrStopTxtResolver()
1781 void Server::DiscoveryProxy::StartOrStopIp6Resolver(Command aCommand, Name::Buffer &aHostName) in StartOrStopIp6Resolver()
1805 void Server::DiscoveryProxy::StartOrStopIp4Resolver(Command aCommand, Name::Buffer &aHostName) in StartOrStopIp4Resolver()
/openthread-latest/tests/unit/
Dtest_multipan_rcp_instances.cpp324 void startFrame(unsigned int aCommand, spinel_prop_key_t aKey) in startFrame()
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp37 #define SPINEL_ENTRY(aCategory, aCommand, aKey) \ argument
/openthread-latest/src/core/thread/
Dmle.cpp4413 Mle::TxMessage *Mle::NewMleMessage(Command aCommand) in NewMleMessage()