Searched refs:uint32Keys (Results 1 - 4 of 4) sorted by relevance
/base/useriam/user_auth_framework/services/context/src/ |
H A D | auth_widget_helper.cpp | 84 std::vector<uint32_t> uint32Keys = { in GetUserAuthProfile() local 90 uint32Keys.push_back(Attributes::ATTR_PIN_SUB_TYPE); in GetUserAuthProfile() 97 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetUserAuthProfile()
|
/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 237 std::vector<uint32_t> &uint32Keys) in FillGetPropertyKeys() 239 uint32Keys.reserve(keys.size()); in FillGetPropertyKeys() 244 uint32Keys.push_back(static_cast<uint32_t>(key)); in FillGetPropertyKeys() 301 std::vector<uint32_t> uint32Keys; in GetProperty() local 302 FillGetPropertyKeys(authType, keys, uint32Keys); in GetProperty() 306 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetProperty() 236 FillGetPropertyKeys(AuthType authType, const std::vector<Attributes::AttributeKey> &keys, std::vector<uint32_t> &uint32Keys) FillGetPropertyKeys() argument
|
/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/ |
H A D | user_auth_service_fuzzer.cpp | 497 std::vector<uint32_t> uint32Keys = {parcel.ReadInt32(), parcel.ReadInt32()}; in FuzzFillGetPropertyKeys() local 498 g_userAuthService.FillGetPropertyKeys(authType, keys, uint32Keys); in FuzzFillGetPropertyKeys() 500 g_userAuthService.FillGetPropertyKeys(authType, keys, uint32Keys); in FuzzFillGetPropertyKeys()
|
/base/useriam/user_auth_framework/services/ipc/inc/ |
H A D | user_auth_service.h | 106 std::vector<uint32_t> &uint32Keys);
|
Completed in 5 milliseconds