Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp95 static bool DecodeUint16Value(const std::vector<uint8_t> &src, uint16_t &dst);
481 if (!DecodeUint16Value(iter->second, value)) { in GetUint16Value()
866 bool Attributes::Impl::DecodeUint16Value(const std::vector<uint8_t> &src, uint16_t &dst) in DecodeUint16Value() function in OHOS::UserIam::UserAuth::Attributes::Impl