Home
last modified time | relevance | path

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

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