Searched defs:aCommand (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A 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()
|
H A 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()
|
H A 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()
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A 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()
|
/aosp_15_r20/external/openthread/src/core/meshcop/ |
H A D | dataset_manager_ftd.cpp | 68 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 D | android_rcp_host.cpp | 191 void AndroidRcpHost::RunOtCtlCommand(const std::string &aCommand, in RunOtCtlCommand() 264 inline void DumpCliCommand(std::string aCommand, int aFd) in DumpCliCommand()
|
H A D | otdaemon_server.cpp | 1193 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 D | example_vendor_hook.cpp | 40 otError NcpBase::VendorCommandHandler(uint8_t aHeader, unsigned int aCommand) in VendorCommandHandler()
|
H A 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()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_multipan_rcp_instances.cpp | 324 void startFrame(unsigned int aCommand, spinel_prop_key_t aKey) in startFrame()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | rcp_caps_diag.cpp | 37 #define SPINEL_ENTRY(aCategory, aCommand, aKey) \ argument
|
/aosp_15_r20/external/jcommander/src/test/java/com/beust/jcommander/ |
H A D | JCommanderTest.java | 1236 JCommander aCommand = c.getCommands().get("a"); in usageWithSubCommands() local
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | mle.cpp | 4393 Mle::TxMessage *Mle::NewMleMessage(Command aCommand) in NewMleMessage()
|