Lines Matching defs:aKey
394 void NcpSpinel::HandleValueIs(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength) in HandleValueIs()
508 static std::string KeyNameFor(const otPlatDnssdKey &aKey) in KeyNameFor()
522 void NcpSpinel::HandleValueInserted(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLengt… in HandleValueInserted()
611 void NcpSpinel::HandleValueRemoved(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength) in HandleValueRemoved()
686 spinel_prop_key_t aKey, in HandleResponseForPropSet()
768 spinel_prop_key_t aKey, in HandleResponseForPropInsert()
801 spinel_prop_key_t aKey, in HandleResponseForPropRemove()
886 otError NcpSpinel::SendCommand(spinel_command_t aCmd, spinel_prop_key_t aKey, const EncodingFunc &a… in SendCommand()
908 otError NcpSpinel::SetProperty(spinel_prop_key_t aKey, const EncodingFunc &aEncodingFunc) in SetProperty()
913 otError NcpSpinel::InsertProperty(spinel_prop_key_t aKey, const EncodingFunc &aEncodingFunc) in InsertProperty()
918 otError NcpSpinel::RemoveProperty(spinel_prop_key_t aKey, const EncodingFunc &aEncodingFunc) in RemoveProperty()