Home
last modified time | relevance | path

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

/external/openthread/tests/nexus/platform/
Dnexus_settings.cpp45 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet()
50 …PlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet()
55 …PlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
102 …r Settings::SetOrAdd(SetAddMode aMode, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in SetOrAdd()
/external/openthread/src/core/utils/
Dflash.cpp165 Error Flash::Set(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Set()
170 Error Flash::Add(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Add()
177 Error Flash::Add(uint16_t aKey, bool aFirst, const uint8_t *aValue, uint16_t aValueLength) in Add()
/external/openthread/examples/platforms/utils/
Dsettings_ram.c70 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet()
122 …PlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet()
156 …PlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
/external/openthread/src/posix/platform/
Dsettings_file.cpp113 otError SettingsFile::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in Get()
171 void SettingsFile::Set(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Set()
196 void SettingsFile::Add(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in Add()
Dsettings.cpp139 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet()
162 …PlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet()
182 …PlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
Dmdns_socket.cpp693 uint32_t aValueLength, in SetSocketOptionValue()
/external/openthread/src/core/common/
Dsettings_driver.hpp104 Error Add(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Add()
199 Error Set(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Set()
/external/openthread/tests/gtest/
Dfake_platform.cpp254 otError FakePlatform::SettingsSet(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in SettingsSet()
264 otError FakePlatform::SettingsAdd(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in SettingsAdd()
550 …otPlatSettingsGet(otInstance *, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet()
555 otError otPlatSettingsSet(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet()
560 otError otPlatSettingsAdd(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp475 …tingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) in otPlatSettingsGet()
485 …PlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet()
494 …PlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
/external/openthread/tests/unit/
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()
/external/openthread/src/core/meshcop/
Dborder_agent.cpp363 …ent::MeshCoPTxtEncoder::AppendTxtEntry(const char *aKey, const void *aValue, uint16_t aValueLength) in AppendTxtEntry()
/external/openthread/src/core/net/
Ddns_types.hpp1187 …TxtEntry(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) { Init(aKey, aValue, aValu… in TxtEntry()
1196 void Init(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) in Init()