/external/openthread/tests/nexus/platform/ |
D | nexus_settings.cpp | 45 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 50 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet() 55 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd() 60 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete() 72 Error Settings::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) const in Get() 102 Error Settings::SetOrAdd(SetAddMode aMode, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLen… in SetOrAdd() 131 Error Settings::Delete(uint16_t aKey, int aIndex) in Delete()
|
/external/openthread/src/ncp/ |
D | ncp_base_dispatcher.cpp | 45 NcpBase::PropertyHandler NcpBase::FindGetPropertyHandler(spinel_prop_key_t aKey) in FindGetPropertyHandler() 409 NcpBase::PropertyHandler NcpBase::FindSetPropertyHandler(spinel_prop_key_t aKey) in FindSetPropertyHandler() 705 NcpBase::PropertyHandler NcpBase::FindInsertPropertyHandler(spinel_prop_key_t aKey) in FindInsertPropertyHandler() 761 NcpBase::PropertyHandler NcpBase::FindRemovePropertyHandler(spinel_prop_key_t aKey) in FindRemovePropertyHandler() 816 spinel_prop_key_t aKey) in FindPropertyHandler()
|
/external/openthread/src/core/common/ |
D | settings_driver.hpp | 104 Error Add(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Add() 127 Error Delete(uint16_t aKey, int aIndex = -1) in Delete() 155 Error Get(uint16_t aKey, int aIndex, void *aValue, uint16_t *aValueLength) const in Get() 183 …Error Get(uint16_t aKey, void *aValue, uint16_t *aValueLength) const { return Get(aKey, 0, aValue,… in Get() 199 Error Set(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Set()
|
D | binary_search.hpp | 72 static const Entry *Find(const Key &aKey, const Entry (&aTable)[kLength]) in Find() 111 template <typename Key, typename Entry> static int Compare(const void *aKey, const void *aEntry) in Compare()
|
D | settings.cpp | 82 void SettingsBase::LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix) in LogPrefix() 151 const char *SettingsBase::KeyToString(Key aKey) in KeyToString() 416 Error Settings::ReadEntry(Key aKey, void *aValue, uint16_t aMaxLength) const in ReadEntry() 427 Error Settings::SaveEntry(Key aKey, const void *aValue, void *aPrev, uint16_t aLength) in SaveEntry() 448 Error Settings::DeleteEntry(Key aKey) in DeleteEntry() 457 void Settings::Log(Action aAction, Error aError, Key aKey, const void *aValue) in Log()
|
D | binary_search.cpp | 40 const void *BinarySearch::Find(const void *aKey, in Find()
|
/external/openthread/src/core/utils/ |
D | flash.cpp | 114 Error Flash::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) const in Get() 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() 255 Error Flash::Delete(uint16_t aKey, int aIndex) in Delete()
|
D | flash.hpp | 141 void Init(uint16_t aKey, bool aFirst) in Init() 156 void SetKey(uint16_t aKey) { mKey = aKey; } in SetKey()
|
/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() 220 otError SettingsFile::Delete(uint16_t aKey, int aIndex) { return Delete(aKey, aIndex, nullptr); } in Delete() 222 otError SettingsFile::Delete(uint16_t aKey, int aIndex, int *aSwapFd) in Delete()
|
D | settings.cpp | 67 static bool isSensitiveKey(uint16_t aKey) in isSensitiveKey() 139 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 162 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet() 182 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd() 202 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
|
D | config_file.cpp | 62 otError ConfigFile::Get(const char *aKey, int &aIterator, char *aValue, int aValueLength) const in Get() argument 129 otError ConfigFile::Add(const char *aKey, const char *aValue) in Add() 163 otError ConfigFile::Clear(const char *aKey) in Clear()
|
/external/openthread/examples/platforms/utils/ |
D | settings_ram.c | 70 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 122 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet() 156 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd() 183 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
|
/external/openthread/src/core/api/ |
D | crypto_api.cpp | 44 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256() 55 void otCryptoAesCcm(const otCryptoKey *aKey, in otCryptoAesCcm()
|
D | mdns_api.cpp | 99 const otMdnsKey *aKey, in otMdnsRegisterKey() 108 otError otMdnsUnregisterKey(otInstance *aInstance, const otMdnsKey *aKey) in otMdnsUnregisterKey() 150 otError otMdnsGetNextKey(otInstance *aInstance, otMdnsIterator *aIterator, otMdnsKey *aKey, otMdnsE… in otMdnsGetNextKey()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | UResourceBundle.java | 487 public UResourceBundle get(String aKey) { in get() 509 protected UResourceBundle findTopLevel(String aKey) { in findTopLevel() 767 protected UResourceBundle handleGet(String aKey, HashMap<String, String> aliasesVisited, in handleGet() argument 813 protected Object handleGetObject(String aKey) { in handleGetObject() 826 private Object handleGetObjectImpl(String aKey, UResourceBundle requested) { in handleGetObjectImpl() 844 private Object resolveObject(String aKey, UResourceBundle requested) { in resolveObject()
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
D | UResourceBundle.java | 508 public UResourceBundle get(String aKey) { in get() 530 protected UResourceBundle findTopLevel(String aKey) { in findTopLevel() 802 protected UResourceBundle handleGet(String aKey, HashMap<String, String> aliasesVisited, in handleGet() argument 852 protected Object handleGetObject(String aKey) { in handleGetObject() 865 private Object handleGetObjectImpl(String aKey, UResourceBundle requested) { in handleGetObjectImpl() 883 private Object resolveObject(String aKey, UResourceBundle requested) { in resolveObject()
|
/external/ot-br-posix/src/host/posix/ |
D | dnssd.cpp | 105 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 115 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey() 293 std::string DnssdPlatform::KeyNameFor(const Key &aKey) in KeyNameFor() 307 void DnssdPlatform::RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in RegisterKey() 314 void DnssdPlatform::UnregisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in UnregisterKey()
|
/external/ot-br-posix/src/host/ |
D | ncp_spinel.cpp | 394 void NcpSpinel::HandleValueIs(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength) in HandleValueIs() 508 static std::string KeyNameFor(const otPlatDnssdKey &aKey) in KeyNameFor() 522 void NcpSpinel::HandleValueInserted(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLengt… in HandleValueInserted() 611 void NcpSpinel::HandleValueRemoved(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength) in HandleValueRemoved() 686 spinel_prop_key_t aKey, in HandleResponseForPropSet() 768 spinel_prop_key_t aKey, in HandleResponseForPropInsert() 801 spinel_prop_key_t aKey, in HandleResponseForPropRemove() 886 otError NcpSpinel::SendCommand(spinel_command_t aCmd, spinel_prop_key_t aKey, const EncodingFunc &a… in SendCommand() 908 otError NcpSpinel::SetProperty(spinel_prop_key_t aKey, const EncodingFunc &aEncodingFunc) in SetProperty() 913 otError NcpSpinel::InsertProperty(spinel_prop_key_t aKey, const EncodingFunc &aEncodingFunc) in InsertProperty() [all …]
|
/external/openthread/src/lib/spinel/ |
D | radio_spinel.cpp | 434 spinel_prop_key_t aKey, in HandleWaitingResponse() 502 void RadioSpinel::HandleValueIs(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength) in HandleValueIs() 866 otError RadioSpinel::ReadMacKey(const otMacKeyMaterial &aKeyMaterial, otMacKey &aKey) in ReadMacKey() 1296 otError RadioSpinel::Get(spinel_prop_key_t aKey, const char *aFormat, ...) in Get() 1318 otError RadioSpinel::GetWithParam(spinel_prop_key_t aKey, in GetWithParam() 1344 otError RadioSpinel::Set(spinel_prop_key_t aKey, const char *aFormat, ...) in Set() 1366 otError RadioSpinel::Insert(spinel_prop_key_t aKey, const char *aFormat, ...) in Insert() 1388 otError RadioSpinel::Remove(spinel_prop_key_t aKey, const char *aFormat, ...) in Remove() 1464 otError RadioSpinel::RequestV(uint32_t command, spinel_prop_key_t aKey, const char *aFormat, va_lis… in RequestV() 1492 otError RadioSpinel::Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...) in Request() [all …]
|
/external/openthread/src/core/crypto/ |
D | storage.cpp | 77 LiteralKey::LiteralKey(const Key &aKey) in LiteralKey()
|
D | aes_ecb.cpp | 48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey()
|
/external/openthread/src/core/net/ |
D | dnssd.cpp | 210 void Dnssd::RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in RegisterKey() 232 void Dnssd::UnregisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in UnregisterKey()
|
/external/openthread/examples/platforms/simulation/ |
D | dnssd.c | 86 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 97 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
|
/external/openthread/tests/fuzz/ |
D | fuzzer_platform.cpp | 475 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 485 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet() 494 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd() 503 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete() 598 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 609 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
|
/external/openthread/src/ncp/platform/ |
D | dnssd.cpp | 87 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 98 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
|