Home
last modified time | relevance | path

Searched refs:spinel_prop_key_t (Results 1 – 20 of 20) sorted by relevance

/openthread-latest/src/ncp/
Dncp_base.hpp259 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 …]
Dchanged_props_set.hpp62 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);
Dchanged_props_set.cpp106 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()
Dexample_vendor_hook.cpp71 otError NcpBase::VendorGetPropertyHandler(spinel_prop_key_t aPropKey) in VendorGetPropertyHandler()
92 otError NcpBase::VendorSetPropertyHandler(spinel_prop_key_t aPropKey) in VendorSetPropertyHandler()
Dncp_base.cpp559 spinel_prop_key_t streamPropKey; in StreamWrite()
567 streamPropKey = static_cast<spinel_prop_key_t>(aStreamId); in StreamWrite()
876spinel_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 …]
Dncp_base_dispatcher.cpp45 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()
Dncp_base_mtd.cpp1429 switch (static_cast<spinel_prop_key_t>(propKey)) in DecodeOperationalDataset()
4448spinel_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()
Dncp_base_ftd.cpp131 spinel_prop_key_t property; in HandleNeighborTableChanged()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp930 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 …]
Dspinel_driver.hpp178 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.
Dradio_spinel.cpp318 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 …]
Dexample_vendor_hook.cpp42 otError RadioSpinel::VendorHandleValueIs(spinel_prop_key_t aPropKey) in VendorHandleValueIs()
Dspinel_driver.cpp179 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()
Dspinel_encoder.hpp121 otError BeginFrame(uint8_t aHeader, unsigned int aCommand, spinel_prop_key_t aKey);
Dspinel_encoder.cpp71 otError Encoder::BeginFrame(uint8_t aHeader, unsigned int aCommand, spinel_prop_key_t aKey) in BeginFrame()
Dspinel.h5029 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);
Dlogger.cpp130 spinel_prop_key_t key; in LogSpinelFrame()
Dspinel.c1199 const char *spinel_prop_key_to_cstr(spinel_prop_key_t prop_key) in spinel_prop_key_to_cstr()
/openthread-latest/src/posix/platform/
Drcp_caps_diag.hpp93 template <uint32_t aCommand, spinel_prop_key_t aKey> otError HandleSpinelCommand(void);
109 spinel_prop_key_t mKey;
/openthread-latest/tests/unit/
Dtest_multipan_rcp_instances.cpp324 void startFrame(unsigned int aCommand, spinel_prop_key_t aKey) in startFrame()