Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/core/src/
Dauth_widget_helper.cpp76 std::vector<uint32_t> uint32Keys = { in GetUserAuthProfile() local
82 uint32Keys.push_back(Attributes::ATTR_PIN_SUB_TYPE); in GetUserAuthProfile()
90 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetUserAuthProfile()
/base/useriam/user_auth_framework/services/ipc/src/
Duser_auth_service.cpp194 std::vector<uint32_t> uint32Keys; in GetProperty() local
195 uint32Keys.reserve(keys.size()); in GetProperty()
197 uint32Keys.push_back(static_cast<uint32_t>(key)); in GetProperty()
205 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetProperty()