Home
last modified time | relevance | path

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

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