Home
last modified time | relevance | path

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

/external/openthread/src/core/meshcop/
Ddataset_manager_ftd.cpp48 Error DatasetManager::ProcessSetOrReplaceRequest(MgmtCommand aCommand, in ProcessSetOrReplaceRequest()
191 Error DatasetManager::HandleSetOrReplace(MgmtCommand aCommand, in HandleSetOrReplace()
/external/openthread/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.cpp182 otError SpinelDriver::SendCommand(uint32_t aCommand, spinel_prop_key_t aKey, spinel_tid_t aTid) in SendCommand()
204 otError SpinelDriver::SendCommand(uint32_t aCommand, in SendCommand()
Dradio_spinel.cpp433 void RadioSpinel::HandleWaitingResponse(uint32_t aCommand, in HandleWaitingResponse()
1492 otError RadioSpinel::Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...) in Request()
1502 uint32_t aCommand, in RequestWithPropertyFormat()
1518 uint32_t aCommand, in RequestWithPropertyFormatV()
1533 uint32_t aCommand, in RequestWithExpectedCommandV()
1547 void RadioSpinel::HandleTransmitDone(uint32_t aCommand, in HandleTransmitDone()
/external/ot-br-posix/src/android/
Dandroid_rcp_host.cpp212 void AndroidRcpHost::RunOtCtlCommand(const std::string &aCommand, in RunOtCtlCommand()
285 inline void DumpCliCommand(std::string aCommand, int aFd) in DumpCliCommand()
Dotdaemon_server.cpp1258 Status OtDaemonServer::runOtCtlCommand(const std::string &aCommand, in runOtCtlCommand()
1279 void OtDaemonServer::runOtCtlCommandInternal(const std::string &aCommand, in runOtCtlCommandInternal()
/external/openthread/src/ncp/
Dexample_vendor_hook.cpp40 otError NcpBase::VendorCommandHandler(uint8_t aHeader, unsigned int aCommand) in VendorCommandHandler()
Dncp_base.cpp1142 …::HandleCommandPropertyInsertRemove(uint8_t aHeader, spinel_prop_key_t aKey, unsigned int aCommand) in HandleCommandPropertyInsertRemove()
1347 otError NcpBase::CommandHandler_PROP_VALUE_update(uint8_t aHeader, unsigned int aCommand) in CommandHandler_PROP_VALUE_update()
/external/openthread/src/core/net/
Ddnssd_server.cpp1621 void Server::DiscoveryProxy::UpdateProxy(Command aCommand, in UpdateProxy()
1652 void Server::DiscoveryProxy::StartOrStopBrowser(Command aCommand, Name::Buffer &aServiceName) in StartOrStopBrowser()
1700 void Server::DiscoveryProxy::StartOrStopSrvResolver(Command aCommand, in StartOrStopSrvResolver()
1731 void Server::DiscoveryProxy::StartOrStopTxtResolver(Command aCommand, in StartOrStopTxtResolver()
1762 void Server::DiscoveryProxy::StartOrStopIp6Resolver(Command aCommand, Name::Buffer &aHostName) in StartOrStopIp6Resolver()
1786 void Server::DiscoveryProxy::StartOrStopIp4Resolver(Command aCommand, Name::Buffer &aHostName) in StartOrStopIp4Resolver()
/external/openthread/tests/unit/
Dtest_multipan_rcp_instances.cpp324 void startFrame(unsigned int aCommand, spinel_prop_key_t aKey) in startFrame()
/external/openthread/src/posix/platform/
Drcp_caps_diag.cpp37 #define SPINEL_ENTRY(aCategory, aCommand, aKey) \ argument
/external/jcommander/src/test/java/com/beust/jcommander/
DJCommanderTest.java1236 JCommander aCommand = c.getCommands().get("a"); in usageWithSubCommands() local
/external/openthread/src/core/thread/
Dmle.cpp4830 Mle::TxMessage *Mle::NewMleMessage(Command aCommand) in NewMleMessage()