Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/lib/spinel/
H A 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()
H A 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()
H A 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()
/aosp_15_r20/external/openthread/src/core/net/
H A 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()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Ddataset_manager_ftd.cpp68 Error DatasetManager::ProcessSetOrReplaceRequest(MgmtCommand aCommand, in ProcessSetOrReplaceRequest()
211 Error DatasetManager::HandleSetOrReplace(MgmtCommand aCommand, in HandleSetOrReplace()
/aosp_15_r20/external/ot-br-posix/src/android/
H A Dandroid_rcp_host.cpp191 void AndroidRcpHost::RunOtCtlCommand(const std::string &aCommand, in RunOtCtlCommand()
264 inline void DumpCliCommand(std::string aCommand, int aFd) in DumpCliCommand()
H A Dotdaemon_server.cpp1193 Status OtDaemonServer::runOtCtlCommand(const std::string &aCommand, in runOtCtlCommand()
1214 void OtDaemonServer::runOtCtlCommandInternal(const std::string &aCommand, in runOtCtlCommandInternal()
/aosp_15_r20/external/openthread/src/ncp/
H A Dexample_vendor_hook.cpp40 otError NcpBase::VendorCommandHandler(uint8_t aHeader, unsigned int aCommand) in VendorCommandHandler()
H A 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()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_multipan_rcp_instances.cpp324 void startFrame(unsigned int aCommand, spinel_prop_key_t aKey) in startFrame()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Drcp_caps_diag.cpp37 #define SPINEL_ENTRY(aCategory, aCommand, aKey) \ argument
/aosp_15_r20/external/jcommander/src/test/java/com/beust/jcommander/
H A DJCommanderTest.java1236 JCommander aCommand = c.getCommands().get("a"); in usageWithSubCommands() local
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle.cpp4393 Mle::TxMessage *Mle::NewMleMessage(Command aCommand) in NewMleMessage()