Home
last modified time | relevance | path

Searched defs:GetUint32 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Drandom.hpp114 inline uint32_t GetUint32(void) { return Manager::NonCryptoGetUint32(); } in GetUint32() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_helper.cc66 std::optional<uint32_t> ConfigCacheHelper::GetUint32(const std::string& section, in GetUint32() function in bluetooth::storage::ConfigCacheHelper
Dstorage_module.cc317 std::optional<uint32_t> StorageModule::GetUint32(const std::string& section, in GetUint32() function in bluetooth::storage::StorageModule
/aosp_15_r20/external/flatbuffers/go/
H A Dencode.go46 func GetUint32(buf []byte) (n uint32) { func
H A Dtable.go88 func (t *Table) GetUint32(off UOffsetT) uint32 { func
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_handshake_message.cc201 QuicErrorCode CryptoHandshakeMessage::GetUint32(QuicTag tag, in GetUint32() function in quic::CryptoHandshakeMessage