Searched refs:propKey (Results 1 – 3 of 3) sorted by relevance
876 … spinel_prop_key_t propKey = static_cast<spinel_prop_key_t>(entry.mPropKeyOrStatus); in SendQueuedResponses() local879 SuccessOrExit(error = WritePropertyValueIsFrame(header, propKey, isGetResponse)); in SendQueuedResponses()919 spinel_prop_key_t propKey; in UpdateChangedProps() local937 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() local1338 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 …]
1424 unsigned int propKey; in DecodeOperationalDataset() local1427 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() local4450 SuccessOrExit(error = mEncoder.BeginFrame(header, SPINEL_CMD_PROP_VALUE_IS, propKey)); in SendDatagramMessage()4750 spinel_prop_key_t propKey = flag.mPropKey; in ProcessThreadChangedFlags() local4760 if (propKey == SPINEL_PROP_THREAD_CHILD_TABLE) in ProcessThreadChangedFlags()4768 mChangedPropsSet.AddProperty(propKey); in ProcessThreadChangedFlags()
184 unsigned int propKey; in updateSpinelStatus() local191 SuccessOrQuit(decoder.ReadUintPacked(propKey)); in updateSpinelStatus()195 mLastProp = static_cast<uint32_t>(propKey); in updateSpinelStatus()