Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/openthread/src/posix/platform/
H A Dsettings.cpp69 static bool isSensitiveKey(uint16_t aKey) in isSensitiveKey()
241 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
264 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
282 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
302 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
333 otError PlatformSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint… in PlatformSettingsGet()
389 void PlatformSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVal… in PlatformSettingsSet()
412 void PlatformSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVal… in PlatformSettingsAdd()
431 otError PlatformSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex, int *aSwapFd) in PlatformSettingsDelete()
H A 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()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_dispatcher.cpp45 NcpBase::PropertyHandler NcpBase::FindGetPropertyHandler(spinel_prop_key_t aKey) in FindGetPropertyHandler()
397 NcpBase::PropertyHandler NcpBase::FindSetPropertyHandler(spinel_prop_key_t aKey) in FindSetPropertyHandler()
670 NcpBase::PropertyHandler NcpBase::FindInsertPropertyHandler(spinel_prop_key_t aKey) in FindInsertPropertyHandler()
726 NcpBase::PropertyHandler NcpBase::FindRemovePropertyHandler(spinel_prop_key_t aKey) in FindRemovePropertyHandler()
781 spinel_prop_key_t aKey) in FindPropertyHandler()
/aosp_15_r20/external/openthread/src/core/common/
H A 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()
H A Dsettings.cpp89 void SettingsBase::LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix) in LogPrefix()
153 const char *SettingsBase::KeyToString(Key aKey) in KeyToString()
396 Error Settings::ReadEntry(Key aKey, void *aValue, uint16_t aMaxLength) const in ReadEntry()
407 Error Settings::SaveEntry(Key aKey, const void *aValue, void *aPrev, uint16_t aLength) in SaveEntry()
428 Error Settings::DeleteEntry(Key aKey) in DeleteEntry()
437 void Settings::Log(Action aAction, Error aError, Key aKey, const void *aValue) in Log()
H A 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()
H A Dbinary_search.cpp40 const void *BinarySearch::Find(const void *aKey, in Find()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp425 spinel_prop_key_t aKey, in HandleWaitingResponse()
493 void RadioSpinel::HandleValueIs(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength) in HandleValueIs()
846 otError RadioSpinel::ReadMacKey(const otMacKeyMaterial &aKeyMaterial, otMacKey &aKey) in ReadMacKey()
1270 otError RadioSpinel::Get(spinel_prop_key_t aKey, const char *aFormat, ...) in Get()
1292 otError RadioSpinel::GetWithParam(spinel_prop_key_t aKey, in GetWithParam()
1318 otError RadioSpinel::Set(spinel_prop_key_t aKey, const char *aFormat, ...) in Set()
1340 otError RadioSpinel::Insert(spinel_prop_key_t aKey, const char *aFormat, ...) in Insert()
1362 otError RadioSpinel::Remove(spinel_prop_key_t aKey, const char *aFormat, ...) in Remove()
1438 otError RadioSpinel::RequestV(uint32_t command, spinel_prop_key_t aKey, const char *aFormat, va_lis… in RequestV()
1466 otError RadioSpinel::Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...) in Request()
[all …]
H A Dspinel_driver.cpp179 otError SpinelDriver::SendCommand(uint32_t aCommand, spinel_prop_key_t aKey, spinel_tid_t aTid) in SendCommand()
202 spinel_prop_key_t aKey, in SendCommand()
/aosp_15_r20/external/openthread/src/core/utils/
H A 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()
H A Dflash.hpp149 void Init(uint16_t aKey, bool aFirst) in Init()
164 void SetKey(uint16_t aKey) { mKey = aKey; } in SetKey()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A 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()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A 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()
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A 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()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp468 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
478 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsSet()
487 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, const uint8_t *aValue, uint16_t aVa… in otPlatSettingsAdd()
496 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
591 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
602 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
/aosp_15_r20/external/openthread/src/core/crypto/
H A 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()
H A Dstorage.cpp71 LiteralKey::LiteralKey(const Key &aKey) in LiteralKey()
H A Daes_ecb.cpp48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_platform.cpp287 OT_TOOL_WEAK otError otPlatSettingsGet(otInstance *, uint16_t aKey, int aIndex, uint8_t *aValue, ui… in otPlatSettingsGet()
324 OT_TOOL_WEAK otError otPlatSettingsSet(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t… in otPlatSettingsSet()
334 OT_TOOL_WEAK otError otPlatSettingsAdd(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t… in otPlatSettingsAdd()
342 OT_TOOL_WEAK otError otPlatSettingsDelete(otInstance *, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
497 const uint8_t *aKey, in otPlatCryptoImportKey()
883 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
894 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
/aosp_15_r20/external/openthread/src/core/api/
H A Dmdns_api.cpp102 const otMdnsKey *aKey, in otMdnsRegisterKey()
111 otError otMdnsUnregisterKey(otInstance *aInstance, const otMdnsKey *aKey) in otMdnsUnregisterKey()
153 otError otMdnsGetNextKey(otInstance *aInstance, otMdnsIterator *aIterator, otMdnsKey *aKey, otMdnsE… in otMdnsGetNextKey()
H A 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()
/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.cpp193 Error Core::RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in RegisterKey()
199 Error Core::UnregisterKey(const Key &aKey) in UnregisterKey()
220 Error Core::GetNextKey(Iterator &aIterator, Key &aKey, EntryState &aState) const in GetNextKey()
897 void Core::Entry::Register(const Key &aKey, const Callback &aCallback) in Register()
911 void Core::Entry::Unregister(const Key &aKey) in Unregister()
1333 Error Core::Entry::CopyKeyInfoTo(Key &aKey, EntryState &aState) const in CopyKeyInfoTo()
1416 void Core::HostEntry::Register(const Key &aKey, const Callback &aCallback) in Register()
1454 void Core::HostEntry::Unregister(const Key &aKey) in Unregister()
1707 Error Core::HostEntry::CopyInfoTo(Key &aKey, EntryState &aState) const in CopyInfoTo()
1758 Error Core::ServiceEntry::Init(Instance &aInstance, const Key &aKey) in Init()
[all …]
H A Ddnssd.cpp212 void Dnssd::RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in RegisterKey()
234 void Dnssd::UnregisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback) in UnregisterKey()
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Dncp_spinel.cpp323 void NcpSpinel::HandleValueIs(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength) in HandleValueIs()
407 spinel_prop_key_t aKey, in HandleResponseForPropSet()
499 otError NcpSpinel::SetProperty(spinel_prop_key_t aKey, const EncodingFunc &aEncodingFunc) in SetProperty()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Ddnssd.c86 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
97 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()

12345