Home
last modified time | relevance | path

Searched refs:DecodeUint32Value (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp75 static bool DecodeUint32Value(const std::vector<uint8_t> &src, uint32_t &dst);
466 if (!DecodeUint32Value(iter->second, value)) { in GetUint32Value()
855 bool Attributes::Impl::DecodeUint32Value(const std::vector<uint8_t> &src, uint32_t &dst) in DecodeUint32Value() function in OHOS::UserIam::UserAuth::Attributes::Impl
1189 bool decodeRet = Attributes::Impl::DecodeUint32Value(arrayLenData, arrayLen); in GetAttributesArrayValue()