Searched defs:aValueLength (Results 1 – 7 of 7) sorted by relevance
| /external/openthread/src/posix/platform/ |
| D | settings.cpp | 240 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet() 263 …PlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet() 281 …PlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd() 332 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in PlatformSettingsGet() 388 …formSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in PlatformSettingsSet() 411 …formSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in PlatformSettingsAdd()
|
| /external/openthread/examples/platforms/utils/ |
| D | settings_ram.c | 74 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet() 126 …PlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet() 160 …PlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
|
| /external/openthread/src/core/utils/ |
| D | flash.cpp | 168 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()
|
| /external/openthread/src/core/common/ |
| D | settings_driver.hpp | 108 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()
|
| /external/openthread/tests/fuzz/ |
| D | fuzzer_platform.cpp | 456 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet() 466 …PlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet() 475 …PlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
|
| /external/openthread/src/core/thread/ |
| D | network_data_leader.cpp | 411 Error LeaderBase::SetCommissioningData(const uint8_t *aValue, uint8_t aValueLength) in SetCommissioningData()
|
| /external/openthread/src/core/net/ |
| D | dns_types.hpp | 1140 …TxtEntry(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) { Init(aKey, aValue, aValu… in TxtEntry() 1150 void Init(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) in Init()
|