Searched refs:DecodeUint64Value (Results 1 – 1 of 1) sorted by relevance
94 static bool DecodeUint64Value(const std::vector<uint8_t> &src, uint64_t &dst);451 if (!DecodeUint64Value(iter->second, value)) { in GetUint64Value()843 bool Attributes::Impl::DecodeUint64Value(const std::vector<uint8_t> &src, uint64_t &dst) in DecodeUint64Value() function in OHOS::UserIam::UserAuth::Attributes::Impl