Searched refs:uint32Keys (Results 1 – 4 of 4) sorted by relevance
91 std::vector<uint32_t> uint32Keys = { in GetUserAuthProfile() local97 uint32Keys.push_back(Attributes::ATTR_PIN_SUB_TYPE); in GetUserAuthProfile()104 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetUserAuthProfile()
250 std::vector<uint32_t> &uint32Keys) in FillGetPropertyKeys() argument252 uint32Keys.reserve(keys.size()); in FillGetPropertyKeys()257 uint32Keys.push_back(static_cast<uint32_t>(key)); in FillGetPropertyKeys()304 std::vector<uint32_t> uint32Keys; in GetPropertyInner() local305 FillGetPropertyKeys(authType, keys, uint32Keys); in GetPropertyInner()309 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetPropertyInner()
505 std::vector<uint32_t> uint32Keys = {parcel.ReadInt32(), parcel.ReadInt32()}; in FuzzFillGetPropertyKeys() local506 g_userAuthService.FillGetPropertyKeys(authType, keys, uint32Keys); in FuzzFillGetPropertyKeys()508 g_userAuthService.FillGetPropertyKeys(authType, keys, uint32Keys); in FuzzFillGetPropertyKeys()
110 std::vector<uint32_t> &uint32Keys);