Searched refs:DecodeUint64ArrayValue (Results 1 – 1 of 1) sorted by relevance
100 static bool DecodeUint64ArrayValue(const std::vector<uint8_t> &src, std::vector<uint64_t> &dst);556 if (!DecodeUint64ArrayValue(iter->second, value)) { in GetUint64ArrayValue()924 bool Attributes::Impl::DecodeUint64ArrayValue(const std::vector<uint8_t> &src, std::vector<uint64_t… in DecodeUint64ArrayValue() function in OHOS::UserIam::UserAuth::Attributes::Impl