Searched refs:GetKeys (Results 1 – 6 of 6) sorted by relevance
394 std::vector<AttributeKey> GetKeys() const;
56 virtual const std::vector<uint32_t> &GetKeys() const;
66 EXPECT_THAT(attrs.GetKeys(), ElementsAreArray(desired));69 EXPECT_THAT(attrs2.GetKeys(), ElementsAreArray(desired));304 EXPECT_THAT(attrs.GetKeys(), ElementsAreArray(desired));
191 { UI_SET_KEYBIT, std::bind(&VirtualDeviceBuilder::GetKeys, this) }, in SetSupportedEvents()310 const std::vector<uint32_t> &VirtualDeviceBuilder::GetKeys() const in GetKeys() function in OHOS::Msdp::DeviceStatus::VirtualDeviceBuilder
68 std::vector<AttributeKey> GetKeys() const;592 std::vector<Attributes::AttributeKey> Attributes::Impl::GetKeys() const in GetKeys() function in OHOS::UserIam::UserAuth::Attributes::Impl1094 std::vector<Attributes::AttributeKey> Attributes::GetKeys() const in GetKeys() function in OHOS::UserIam::UserAuth::Attributes1099 return impl_->GetKeys(); in GetKeys()
132 auto keys = request.attrs.GetKeys(); in SetPropertyInner()