/openthread-latest/src/ncp/ |
D | ncp_base.hpp | 259 spinel_prop_key_t mKey; 273 spinel_prop_key_t aKey); 274 static PropertyHandler FindGetPropertyHandler(spinel_prop_key_t aKey); 275 static PropertyHandler FindSetPropertyHandler(spinel_prop_key_t aKey); 276 static PropertyHandler FindInsertPropertyHandler(spinel_prop_key_t aKey); 277 static PropertyHandler FindRemovePropertyHandler(spinel_prop_key_t aKey); 279 …bool HandlePropertySetForSpecialProperties(uint8_t aHeader, spinel_prop_key_t aKey, otError &aE… 280 otError HandleCommandPropertySet(uint8_t aHeader, spinel_prop_key_t aKey); 281 …otError HandleCommandPropertyInsertRemove(uint8_t aHeader, spinel_prop_key_t aKey, unsigned int aC… 284 …otError WritePropertyValueIsFrame(uint8_t aHeader, spinel_prop_key_t aPropKey, bool aIsGetResponse… [all …]
|
D | changed_props_set.hpp | 62 spinel_prop_key_t mPropKey; ///< The spinel property key. 100 void AddProperty(spinel_prop_key_t aPropKey) { Add(aPropKey, SPINEL_STATUS_OK); } in AddProperty() 169 otError EnablePropertyFilter(spinel_prop_key_t aPropKey, bool aEnable); 190 bool IsPropertyFiltered(spinel_prop_key_t aPropKey) const; 200 void Add(spinel_prop_key_t aPropKey, spinel_status_t aStatus);
|
D | changed_props_set.cpp | 106 void ChangedPropsSet::Add(spinel_prop_key_t aPropKey, spinel_status_t aStatus) in Add() 127 otError ChangedPropsSet::EnablePropertyFilter(spinel_prop_key_t aPropKey, bool aEnable) in EnablePropertyFilter() 169 bool ChangedPropsSet::IsPropertyFiltered(spinel_prop_key_t aPropKey) const in IsPropertyFiltered()
|
D | example_vendor_hook.cpp | 71 otError NcpBase::VendorGetPropertyHandler(spinel_prop_key_t aPropKey) in VendorGetPropertyHandler() 92 otError NcpBase::VendorSetPropertyHandler(spinel_prop_key_t aPropKey) in VendorSetPropertyHandler()
|
D | ncp_base.cpp | 559 spinel_prop_key_t streamPropKey; in StreamWrite() 567 streamPropKey = static_cast<spinel_prop_key_t>(aStreamId); in StreamWrite() 876 … spinel_prop_key_t propKey = static_cast<spinel_prop_key_t>(entry.mPropKeyOrStatus); in SendQueuedResponses() 919 spinel_prop_key_t propKey; in UpdateChangedProps() 1035 bool NcpBase::HandlePropertySetForSpecialProperties(uint8_t aHeader, spinel_prop_key_t aKey, otErro… in HandlePropertySetForSpecialProperties() 1075 otError NcpBase::HandleCommandPropertySet(uint8_t aHeader, spinel_prop_key_t aKey) in HandleCommandPropertySet() 1128 otError NcpBase::HandleCommandPropertyInsertRemove(uint8_t aHeader, spinel_prop_key_t aKey, unsigne… in HandleCommandPropertyInsertRemove() 1206 otError NcpBase::WritePropertyValueIsFrame(uint8_t aHeader, spinel_prop_key_t aPropKey, bool aIsGet… in WritePropertyValueIsFrame() 1255 spinel_prop_key_t aPropKey, in WritePropertyValueInsertedRemovedFrame() 1345 error = PrepareGetResponse(aHeader, static_cast<spinel_prop_key_t>(propKey)); in CommandHandler_PROP_VALUE_update() [all …]
|
D | ncp_base_dispatcher.cpp | 45 NcpBase::PropertyHandler NcpBase::FindGetPropertyHandler(spinel_prop_key_t aKey) in FindGetPropertyHandler() 397 NcpBase::PropertyHandler NcpBase::FindSetPropertyHandler(spinel_prop_key_t aKey) in FindSetPropertyHandler() 670 NcpBase::PropertyHandler NcpBase::FindInsertPropertyHandler(spinel_prop_key_t aKey) in FindInsertPropertyHandler() 726 NcpBase::PropertyHandler NcpBase::FindRemovePropertyHandler(spinel_prop_key_t aKey) in FindRemovePropertyHandler() 781 spinel_prop_key_t aKey) in FindPropertyHandler()
|
D | ncp_base_mtd.cpp | 1429 switch (static_cast<spinel_prop_key_t>(propKey)) in DecodeOperationalDataset() 4448 … spinel_prop_key_t propKey = isSecure ? SPINEL_PROP_STREAM_NET : SPINEL_PROP_STREAM_NET_INSECURE; in SendDatagramMessage() 4685 spinel_prop_key_t mPropKey; in ProcessThreadChangedFlags() 4750 spinel_prop_key_t propKey = flag.mPropKey; in ProcessThreadChangedFlags()
|
D | ncp_base_ftd.cpp | 131 spinel_prop_key_t property; in HandleNeighborTableChanged()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.hpp | 930 otError Get(spinel_prop_key_t aKey, const char *aFormat, ...); 946 otError GetWithParam(spinel_prop_key_t aKey, 964 otError Set(spinel_prop_key_t aKey, const char *aFormat, ...); 978 otError Insert(spinel_prop_key_t aKey, const char *aFormat, ...); 992 otError Remove(spinel_prop_key_t aKey, const char *aFormat, ...); 1088 otError VendorHandleValueIs(spinel_prop_key_t aPropKey); 1166 otError RequestV(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, va_list aArgs); 1167 otError Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...); 1170 spinel_prop_key_t aKey, 1175 spinel_prop_key_t aKey, [all …]
|
D | spinel_driver.hpp | 178 spinel_prop_key_t aKey, 195 otError SendCommand(uint32_t aCommand, spinel_prop_key_t aKey, spinel_tid_t aTid); 318 spinel_prop_key_t mWaitingKey; ///< The property key of current transaction.
|
D | radio_spinel.cpp | 318 spinel_prop_key_t key; in HandleNotification() 365 spinel_prop_key_t key; in HandleNotification() 386 spinel_prop_key_t key; in HandleResponse() 425 spinel_prop_key_t aKey, in HandleWaitingResponse() 493 void RadioSpinel::HandleValueIs(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength) in HandleValueIs() 1270 otError RadioSpinel::Get(spinel_prop_key_t aKey, const char *aFormat, ...) in Get() 1292 otError RadioSpinel::GetWithParam(spinel_prop_key_t aKey, in GetWithParam() 1318 otError RadioSpinel::Set(spinel_prop_key_t aKey, const char *aFormat, ...) in Set() 1340 otError RadioSpinel::Insert(spinel_prop_key_t aKey, const char *aFormat, ...) in Insert() 1362 otError RadioSpinel::Remove(spinel_prop_key_t aKey, const char *aFormat, ...) in Remove() [all …]
|
D | example_vendor_hook.cpp | 42 otError RadioSpinel::VendorHandleValueIs(spinel_prop_key_t aPropKey) in VendorHandleValueIs()
|
D | spinel_driver.cpp | 179 otError SpinelDriver::SendCommand(uint32_t aCommand, spinel_prop_key_t aKey, spinel_tid_t aTid) in SendCommand() 202 spinel_prop_key_t aKey, in SendCommand() 325 spinel_prop_key_t key; in HandleInitialFrame()
|
D | spinel_encoder.hpp | 121 otError BeginFrame(uint8_t aHeader, unsigned int aCommand, spinel_prop_key_t aKey);
|
D | spinel_encoder.cpp | 71 otError Encoder::BeginFrame(uint8_t aHeader, unsigned int aCommand, spinel_prop_key_t aKey) in BeginFrame()
|
D | spinel.h | 5029 typedef uint32_t spinel_prop_key_t; typedef 5215 SPINEL_API_EXTERN const char *spinel_prop_key_to_cstr(spinel_prop_key_t prop_key);
|
D | logger.cpp | 130 spinel_prop_key_t key; in LogSpinelFrame()
|
D | spinel.c | 1199 const char *spinel_prop_key_to_cstr(spinel_prop_key_t prop_key) in spinel_prop_key_to_cstr()
|
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.hpp | 93 template <uint32_t aCommand, spinel_prop_key_t aKey> otError HandleSpinelCommand(void); 109 spinel_prop_key_t mKey;
|
/openthread-latest/tests/unit/ |
D | test_multipan_rcp_instances.cpp | 324 void startFrame(unsigned int aCommand, spinel_prop_key_t aKey) in startFrame()
|