Home
last modified time | relevance | path

Searched defs:aCommand (Results 1 – 6 of 6) 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_impl.hpp775 …d RadioSpinel<InterfaceType, ProcessContextType>::HandleWaitingResponse(uint32_t aCommand, in HandleWaitingResponse()
1746 otError RadioSpinel<InterfaceType, ProcessContextType>::SendCommand(uint32_t aCommand, in SendCommand()
1813 otError RadioSpinel<InterfaceType, ProcessContextType>::Request(uint32_t aCommand, in Request()
1827uint32_t aCommand, in RequestWithPropertyFormat()
1844uint32_t aCommand, in RequestWithPropertyFormatV()
1860uint32_t aCommand, in RequestWithExpectedCommandV()
1875 void RadioSpinel<InterfaceType, ProcessContextType>::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.cpp1056 …::HandleCommandPropertyInsertRemove(uint8_t aHeader, spinel_prop_key_t aKey, unsigned int aCommand) in HandleCommandPropertyInsertRemove()
1255 otError NcpBase::CommandHandler_PROP_VALUE_update(uint8_t aHeader, unsigned int aCommand) in CommandHandler_PROP_VALUE_update()
/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.cpp4427 Mle::TxMessage *Mle::NewMleMessage(Command aCommand) in NewMleMessage()