Searched refs:DecodeUint32Value (Results 1 – 1 of 1) sorted by relevance
75 static bool DecodeUint32Value(const std::vector<uint8_t> &src, uint32_t &dst);466 if (!DecodeUint32Value(iter->second, value)) { in GetUint32Value()855 bool Attributes::Impl::DecodeUint32Value(const std::vector<uint8_t> &src, uint32_t &dst) in DecodeUint32Value() function in OHOS::UserIam::UserAuth::Attributes::Impl1189 bool decodeRet = Attributes::Impl::DecodeUint32Value(arrayLenData, arrayLen); in GetAttributesArrayValue()