Home
last modified time | relevance | path

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

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