Searched refs:GetProperties (Results 1 – 3 of 3) sorted by relevance
59 decltype(properties_) GetProperties() const { return properties_; } in GetProperties() function
636 current->GetProperties(), name); in set_sample_database()1488 if (preset->GetProperties() & HasPreset::kPropertyAvailable) in TEST_F()1490 if (preset->GetProperties() & HasPreset::kPropertyWritable) in TEST_F()1586 if (preset->GetProperties() & HasPreset::kPropertyAvailable) in TEST_F()1588 if (preset->GetProperties() & HasPreset::kPropertyWritable) in TEST_F()3120 ASSERT_EQ(preset.GetProperties(), clone.GetProperties()); in TEST_F()3205 ASSERT_EQ(clone.has_presets.find(0x01)->GetProperties(), in TEST_F()3206 has_device.has_presets.find(0x01)->GetProperties()); in TEST_F()3212 ASSERT_EQ(clone.has_presets.find(0x02)->GetProperties(), in TEST_F()3213 has_device.has_presets.find(0x02)->GetProperties()); in TEST_F()
1337 auto new_props = preset.GetProperties(); in OnHasPresetAvailabilityChanged()