Searched refs:DecodeInt32Value (Results 1 – 1 of 1) sorted by relevance
97 static bool DecodeInt32Value(const std::vector<uint8_t> &src, int32_t &dst);511 if (!DecodeInt32Value(iter->second, value)) { in GetInt32Value()886 bool Attributes::Impl::DecodeInt32Value(const std::vector<uint8_t> &src, int32_t &dst) in DecodeInt32Value() function in OHOS::UserIam::UserAuth::Attributes::Impl