Home
last modified time | relevance | path

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

/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()
Dradio_spinel.cpp595 void RadioSpinel::HandleWaitingResponse(uint32_t aCommand, in HandleWaitingResponse()
1615 otError RadioSpinel::SendCommand(uint32_t aCommand, in SendCommand()
1678 otError RadioSpinel::Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...) in Request()
1688 uint32_t aCommand, in RequestWithPropertyFormat()
1704 uint32_t aCommand, in RequestWithPropertyFormatV()
1719 uint32_t aCommand, in RequestWithExpectedCommandV()
1733 void RadioSpinel::HandleTransmitDone(uint32_t aCommand, in HandleTransmitDone()
/external/openthread/src/ncp/
Dexample_vendor_hook.cpp40 otError NcpBase::VendorCommandHandler(uint8_t aHeader, unsigned int aCommand) in VendorCommandHandler()
Dncp_base.cpp1117 …::HandleCommandPropertyInsertRemove(uint8_t aHeader, spinel_prop_key_t aKey, unsigned int aCommand) in HandleCommandPropertyInsertRemove()
1322 otError NcpBase::CommandHandler_PROP_VALUE_update(uint8_t aHeader, unsigned int aCommand) in CommandHandler_PROP_VALUE_update()
/external/openthread/tests/unit/
Dtest_multipan_rcp_instances.cpp324 void startFrame(unsigned int aCommand, spinel_prop_key_t aKey) in startFrame()
/external/ot-br-posix/src/android/
Dotdaemon_server.cpp1101 inline void DumpCliCommand(std::string aCommand, int aFd) in DumpCliCommand()
/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.cpp4434 Mle::TxMessage *Mle::NewMleMessage(Command aCommand) in NewMleMessage()