Home
last modified time | relevance | path

Searched refs:propKey (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/ncp/
Dncp_base.cpp876 … spinel_prop_key_t propKey = static_cast<spinel_prop_key_t>(entry.mPropKeyOrStatus); in SendQueuedResponses() local
879 SuccessOrExit(error = WritePropertyValueIsFrame(header, propKey, isGetResponse)); in SendQueuedResponses()
919 spinel_prop_key_t propKey; in UpdateChangedProps() local
937 propKey = entry->mPropKey; in UpdateChangedProps()
939 if (propKey == SPINEL_PROP_LAST_STATUS) in UpdateChangedProps()
952 …OrExit(WritePropertyValueIsFrame(SPINEL_HEADER_FLAG | SPINEL_HEADER_TX_NOTIFICATION_IID, propKey)); in UpdateChangedProps()
1336 unsigned int propKey = 0; in CommandHandler_PROP_VALUE_update() local
1338 error = mDecoder.ReadUintPacked(propKey); in CommandHandler_PROP_VALUE_update()
1345 error = PrepareGetResponse(aHeader, static_cast<spinel_prop_key_t>(propKey)); in CommandHandler_PROP_VALUE_update()
1349 error = HandleCommandPropertySet(aHeader, static_cast<spinel_prop_key_t>(propKey)); in CommandHandler_PROP_VALUE_update()
[all …]
Dncp_base_mtd.cpp1424 unsigned int propKey; in DecodeOperationalDataset() local
1427 SuccessOrExit(error = mDecoder.ReadUintPacked(propKey)); in DecodeOperationalDataset()
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() local
4450 SuccessOrExit(error = mEncoder.BeginFrame(header, SPINEL_CMD_PROP_VALUE_IS, propKey)); in SendDatagramMessage()
4750 spinel_prop_key_t propKey = flag.mPropKey; in ProcessThreadChangedFlags() local
4760 if (propKey == SPINEL_PROP_THREAD_CHILD_TABLE) in ProcessThreadChangedFlags()
4768 mChangedPropsSet.AddProperty(propKey); in ProcessThreadChangedFlags()
/openthread-latest/tests/unit/
Dtest_multipan_rcp_instances.cpp184 unsigned int propKey; in updateSpinelStatus() local
191 SuccessOrQuit(decoder.ReadUintPacked(propKey)); in updateSpinelStatus()
195 mLastProp = static_cast<uint32_t>(propKey); in updateSpinelStatus()