Home
last modified time | relevance | path

Searched refs:uint32Keys (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp91 std::vector<uint32_t> uint32Keys = { in GetUserAuthProfile() local
97 uint32Keys.push_back(Attributes::ATTR_PIN_SUB_TYPE); in GetUserAuthProfile()
104 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetUserAuthProfile()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp250 std::vector<uint32_t> &uint32Keys) in FillGetPropertyKeys() argument
252 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() local
305 FillGetPropertyKeys(authType, keys, uint32Keys); in GetPropertyInner()
309 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetPropertyInner()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp505 std::vector<uint32_t> uint32Keys = {parcel.ReadInt32(), parcel.ReadInt32()}; in FuzzFillGetPropertyKeys() local
506 g_userAuthService.FillGetPropertyKeys(authType, keys, uint32Keys); in FuzzFillGetPropertyKeys()
508 g_userAuthService.FillGetPropertyKeys(authType, keys, uint32Keys); in FuzzFillGetPropertyKeys()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h110 std::vector<uint32_t> &uint32Keys);