Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp336 std::vector<uint32_t> uint32KeyList; in ProcessGetPropertyCommand() local
337 bool getKeyListRet = conditions->GetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32KeyList); in ProcessGetPropertyCommand()
341 keyList.reserve(uint32KeyList.size()); in ProcessGetPropertyCommand()
342 for (auto &uint32Key : uint32KeyList) { in ProcessGetPropertyCommand()