Searched refs:DecodeUint8ArrayValue (Results 1 – 1 of 1) sorted by relevance
103 static bool DecodeUint8ArrayValue(const std::vector<uint8_t> &src, std::vector<uint8_t> &dst);616 if (!DecodeUint8ArrayValue(iter->second, value)) { in GetUint8ArrayValue()975 bool Attributes::Impl::DecodeUint8ArrayValue(const std::vector<uint8_t> &src, std::vector<uint8_t> … in DecodeUint8ArrayValue() function in OHOS::UserIam::UserAuth::Attributes::Impl