Home
last modified time | relevance | path

Searched defs:aKey (Results 1 – 25 of 53) sorted by relevance

123

/external/openthread/src/ncp/
Dncp_base_dispatcher.cpp45 NcpBase::PropertyHandler NcpBase::FindGetPropertyHandler(spinel_prop_key_t aKey) in FindGetPropertyHandler()
393 NcpBase::PropertyHandler NcpBase::FindSetPropertyHandler(spinel_prop_key_t aKey) in FindSetPropertyHandler()
660 NcpBase::PropertyHandler NcpBase::FindInsertPropertyHandler(spinel_prop_key_t aKey) in FindInsertPropertyHandler()
716 NcpBase::PropertyHandler NcpBase::FindRemovePropertyHandler(spinel_prop_key_t aKey) in FindRemovePropertyHandler()
771 spinel_prop_key_t aKey) in FindPropertyHandler()
/external/openthread/src/core/common/
Dsettings_driver.hpp108 Error Add(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Add()
132 Error Delete(uint16_t aKey, int aIndex = -1) in Delete()
161 Error Get(uint16_t aKey, int aIndex, void *aValue, uint16_t *aValueLength) const in Get()
190 …Error Get(uint16_t aKey, void *aValue, uint16_t *aValueLength) const { return Get(aKey, 0, aValue,… in Get()
207 Error Set(uint16_t aKey, const void *aValue, uint16_t aValueLength) in Set()
Dbinary_search.hpp73 static const Entry *Find(const Key &aKey, const Entry (&aTable)[kLength]) in Find()
113 template <typename Key, typename Entry> static int Compare(const void *aKey, const void *aEntry) in Compare()
Dsettings.cpp88 void SettingsBase::LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix) in LogPrefix()
152 const char *SettingsBase::KeyToString(Key aKey) in KeyToString()
395 Error Settings::ReadEntry(Key aKey, void *aValue, uint16_t aMaxLength) const in ReadEntry()
406 Error Settings::SaveEntry(Key aKey, const void *aValue, void *aPrev, uint16_t aLength) in SaveEntry()
427 Error Settings::DeleteEntry(Key aKey) in DeleteEntry()
436 void Settings::Log(Action aAction, Error aError, Key aKey, const void *aValue) in Log()
Dbinary_search.cpp40 const void *BinarySearch::Find(const void *aKey, in Find()
/external/openthread/src/core/utils/
Dflash.cpp117 Error Flash::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) const in Get()
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()
258 Error Flash::Delete(uint16_t aKey, int aIndex) in Delete()
Dflash.hpp149 void Init(uint16_t aKey, bool aFirst) in Init()
164 void SetKey(uint16_t aKey) { mKey = aKey; } in SetKey()
/external/openthread/src/posix/platform/
Dsettings.cpp69 static bool isSensitiveKey(uint16_t aKey) in isSensitiveKey()
240 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
263 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
281 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
301 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
332 otError PlatformSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint… in PlatformSettingsGet()
388 void PlatformSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVal… in PlatformSettingsSet()
411 void PlatformSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVal… in PlatformSettingsAdd()
430 otError PlatformSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex, int *aSwapFd) in PlatformSettingsDelete()
Dconfig_file.cpp62 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/
Dsettings_ram.c71 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
123 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
157 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
184 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
/external/openthread/src/core/api/
Dcrypto_api.cpp50 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256()
61 void otCryptoAesCcm(const otCryptoKey *aKey, in otCryptoAesCcm()
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
DUResourceBundle.java508 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/icu/android_icu4j/src/main/java/android/icu/util/
DUResourceBundle.java487 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/openthread/src/lib/spinel/
Dradio_spinel.cpp596 spinel_prop_key_t aKey, in HandleWaitingResponse()
663 void RadioSpinel::HandleValueIs(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength) in HandleValueIs()
1008 otError RadioSpinel::ReadMacKey(const otMacKeyMaterial &aKeyMaterial, otMacKey &aKey) in ReadMacKey()
1423 otError RadioSpinel::Get(spinel_prop_key_t aKey, const char *aFormat, ...) in Get()
1445 otError RadioSpinel::GetWithParam(spinel_prop_key_t aKey, in GetWithParam()
1471 otError RadioSpinel::Set(spinel_prop_key_t aKey, const char *aFormat, ...) in Set()
1493 otError RadioSpinel::Insert(spinel_prop_key_t aKey, const char *aFormat, ...) in Insert()
1515 otError RadioSpinel::Remove(spinel_prop_key_t aKey, const char *aFormat, ...) in Remove()
1616 spinel_prop_key_t aKey, in SendCommand()
1650 otError RadioSpinel::RequestV(uint32_t command, spinel_prop_key_t aKey, const char *aFormat, va_lis… in RequestV()
[all …]
/external/openthread/examples/platforms/simulation/
Ddnssd.c86 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
97 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
Dcrypto.c46 const uint8_t *aKey, in otPlatCryptoImportKey()
/external/openthread/src/core/net/
Ddnssd.cpp128 void Dnssd::RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in RegisterKey()
136 void Dnssd::UnregisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in UnregisterKey()
/external/openthread/src/core/crypto/
Daes_ecb.cpp48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey()
Dstorage.cpp71 LiteralKey::LiteralKey(const Key &aKey) in LiteralKey()
Dhmac_sha256.cpp52 void HmacSha256::Start(const Key &aKey) { SuccessOrAssert(otPlatCryptoHmacSha256Start(&mContext, &a… in Start()
Dcrypto_platform.cpp103 OT_TOOL_WEAK otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoAesSetKey()
186 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Start(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoHmacSha256Start()
673 uint8_t *aKey) in otPlatCryptoPbkdf2GenerateKey()
808 uint8_t *aKey) in otPlatCryptoPbkdf2GenerateKey()
Daes_ccm.hpp86 void SetKey(const Key &aKey) { mEcb.SetKey(aKey); } in SetKey()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp449 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
459 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
468 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
477 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
/external/openthread/tests/unit/
Dtest_platform.cpp262 OT_TOOL_WEAK otError otPlatSettingsGet(otInstance *, uint16_t aKey, int aIndex, uint8_t *aValue, ui… in otPlatSettingsGet()
299 OT_TOOL_WEAK otError otPlatSettingsSet(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t… in otPlatSettingsSet()
309 OT_TOOL_WEAK otError otPlatSettingsAdd(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t… in otPlatSettingsAdd()
317 OT_TOOL_WEAK otError otPlatSettingsDelete(otInstance *, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
472 const uint8_t *aKey, in otPlatCryptoImportKey()
795 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
806 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
/external/guice/core/test/com/google/inject/spi/
DSpiBindingsTest.java160 final Key<String> aKey = Key.get(String.class, Names.named("a")); in testToKeyBinding() local

123