Searched defs:aCommand (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/src/core/meshcop/ |
D | dataset_manager_ftd.cpp | 68 Error DatasetManager::ProcessSetOrReplaceRequest(MgmtCommand aCommand, in ProcessSetOrReplaceRequest() 211 Error DatasetManager::HandleSetOrReplace(MgmtCommand aCommand, in HandleSetOrReplace()
|
/openthread-latest/src/lib/spinel/ |
D | spinel_encoder.cpp | 49 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()
|
D | spinel_driver.cpp | 179 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()
|
D | radio_spinel.cpp | 424 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/ |
D | example_vendor_hook.cpp | 40 otError NcpBase::VendorCommandHandler(uint8_t aHeader, unsigned int aCommand) in VendorCommandHandler()
|
D | ncp_base.cpp | 1128 …::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/ |
D | dnssd_server.cpp | 1640 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/ |
D | test_multipan_rcp_instances.cpp | 324 void startFrame(unsigned int aCommand, spinel_prop_key_t aKey) in startFrame()
|
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.cpp | 37 #define SPINEL_ENTRY(aCategory, aCommand, aKey) \ argument
|
/openthread-latest/src/core/thread/ |
D | mle.cpp | 4413 Mle::TxMessage *Mle::NewMleMessage(Command aCommand) in NewMleMessage()
|