Home
last modified time | relevance | path

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

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