Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dsettings_ram.c75 uint16_t valueLength = 0; in otPlatSettingsGet() local
103 valueLength = currentBlock->length; in otPlatSettingsGet()
116 *aValueLength = valueLength; in otPlatSettingsGet()
/openthread-latest/src/core/utils/
Dflash.cpp117 uint16_t valueLength = 0; in Get() local
150 valueLength = record.GetLength(); in Get()
159 *aValueLength = valueLength; in Get()