Searched refs:DecodeUint8Value (Results 1 – 1 of 1) sorted by relevance
96 static bool DecodeUint8Value(const std::vector<uint8_t> &src, uint8_t &dst);496 if (!DecodeUint8Value(iter->second, value)) { in GetUint8Value()877 bool Attributes::Impl::DecodeUint8Value(const std::vector<uint8_t> &src, uint8_t &dst) in DecodeUint8Value() function in OHOS::UserIam::UserAuth::Attributes::Impl