Home
last modified time | relevance | path

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

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