Searched refs:DecodeUint16ArrayValue (Results 1 – 1 of 1) sorted by relevance
102 static bool DecodeUint16ArrayValue(const std::vector<uint8_t> &src, std::vector<uint16_t> &dst);601 if (!DecodeUint16ArrayValue(iter->second, value)) { in GetUint16ArrayValue()958 bool Attributes::Impl::DecodeUint16ArrayValue(const std::vector<uint8_t> &src, std::vector<uint16_t… in DecodeUint16ArrayValue() function in OHOS::UserIam::UserAuth::Attributes::Impl