Home
last modified time | relevance | path

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

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