Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp97 static bool DecodeInt32Value(const std::vector<uint8_t> &src, int32_t &dst);
511 if (!DecodeInt32Value(iter->second, value)) { in GetInt32Value()
886 bool Attributes::Impl::DecodeInt32Value(const std::vector<uint8_t> &src, int32_t &dst) in DecodeInt32Value() function in OHOS::UserIam::UserAuth::Attributes::Impl