Home
last modified time | relevance | path

Searched refs:valuePtr (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_settings.cpp147 OwnedPtr<Entry::Value> valuePtr; in Delete() local
149 valuePtr = entry->mValues.RemoveMatching(indexMatcher); in Delete()
150 VerifyOrExit(valuePtr != nullptr, error = kErrorNotFound); in Delete()
/openthread-latest/src/ncp/
Dncp_base.cpp1143 const uint8_t *valuePtr; in HandleCommandPropertyInsertRemove() local
1170 IgnoreError(mDecoder.ReadData(valuePtr, valueLen)); in HandleCommandPropertyInsertRemove()
1181 …error = WritePropertyValueInsertedRemovedFrame(aHeader, responseCommand, aKey, valuePtr, valueLen); in HandleCommandPropertyInsertRemove()