Home
last modified time | relevance | path

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

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