Home
last modified time | relevance | path

Searched defs:aUint64 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/cli/
H A Dcli_utils.cpp125 const char *Utils::Uint64ToString(uint64_t aUint64, Uint64StringBuffer &aBuffer) in Uint64ToString()
146 void Utils::OutputUint64(uint64_t aUint64) in OutputUint64()
153 void Utils::OutputUint64Line(uint64_t aUint64) in OutputUint64Line()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_encoder.cpp141 otError Encoder::WriteUint64(uint64_t aUint64) in WriteUint64()
H A Dspinel_decoder.cpp172 otError Decoder::ReadUint64(uint64_t &aUint64) in ReadUint64()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dparse_cmdline.cpp109 Error ParseAsUint64(const char *aString, uint64_t &aUint64) in ParseAsUint64()