Searched refs:uint32KeyList (Results 1 – 1 of 1) sorted by relevance
336 std::vector<uint32_t> uint32KeyList; in ProcessGetPropertyCommand() local337 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()