Searched refs:DecodeInt32ArrayValue (Results 1 – 1 of 1) sorted by relevance
104 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