Searched refs:DecodeInt64Value (Results 1 – 1 of 1) sorted by relevance
98 static bool DecodeInt64Value(const std::vector<uint8_t> &src, int64_t &dst);526 if (!DecodeInt64Value(iter->second, value)) { in GetInt64Value()897 bool Attributes::Impl::DecodeInt64Value(const std::vector<uint8_t> &src, int64_t &dst) in DecodeInt64Value() function in OHOS::UserIam::UserAuth::Attributes::Impl