Home
last modified time | relevance | path

Searched defs:aValueLength (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/src/posix/platform/
H A Dsettings.cpp241 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet()
264 …PlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet()
282 …PlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
333 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in PlatformSettingsGet()
389 …formSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in PlatformSettingsSet()
412 …formSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in PlatformSettingsAdd()
H A Dmdns_socket.cpp693 uint32_t aValueLength, in SetSocketOptionValue()
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dsettings_ram.c71 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet()
123 …PlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet()
157 …PlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dflash.cpp168 Error Flash::Set(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Set()
173 Error Flash::Add(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Add()
180 Error Flash::Add(uint16_t aKey, bool aFirst, const uint8_t *aValue, uint16_t aValueLength) in Add()
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings_driver.hpp108 Error Add(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Add()
207 Error Set(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Set()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp468 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet()
478 …PlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet()
487 …PlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_platform.cpp287 …otPlatSettingsGet(otInstance *, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet()
324 …tError otPlatSettingsSet(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet()
334 …tError otPlatSettingsAdd(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.hpp1282 …TxtEntry(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) { Init(aKey, aValue, aValu… in TxtEntry()
1292 void Init(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) in Init()