/external/openthread/tests/nexus/platform/ |
D | nexus_settings.cpp | 45 …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/ |
D | flash.cpp | 165 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/ |
D | settings_ram.c | 70 …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/ |
D | settings_file.cpp | 113 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()
|
D | settings.cpp | 139 …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()
|
D | mdns_socket.cpp | 693 uint32_t aValueLength, in SetSocketOptionValue()
|
/external/openthread/src/core/common/ |
D | settings_driver.hpp | 104 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/ |
D | fake_platform.cpp | 254 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/ |
D | fuzzer_platform.cpp | 475 …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/ |
D | test_platform.cpp | 287 …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/ |
D | border_agent.cpp | 363 …ent::MeshCoPTxtEncoder::AppendTxtEntry(const char *aKey, const void *aValue, uint16_t aValueLength) in AppendTxtEntry()
|
/external/openthread/src/core/net/ |
D | dns_types.hpp | 1187 …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()
|