Searched refs:DecodeUint32ArrayValue (Results 1 – 1 of 1) sorted by relevance
101 static bool DecodeUint32ArrayValue(const std::vector<uint8_t> &src, std::vector<uint32_t> &dst);571 if (!DecodeUint32ArrayValue(iter->second, value)) { in GetUint32ArrayValue()941 bool Attributes::Impl::DecodeUint32ArrayValue(const std::vector<uint8_t> &src, std::vector<uint32_t… in DecodeUint32ArrayValue() function in OHOS::UserIam::UserAuth::Attributes::Impl