Home | History | Annotate | Download | only in shill

Lines Matching defs:props

311   brillo::VariantDictionary props;
313 device_->store().GetProperties(&props, &error);
314 ASSERT_FALSE(props.find(kNameProperty) == props.end());
315 EXPECT_TRUE(props[kNameProperty].IsTypeCompatible<string>());
316 EXPECT_EQ(props[kNameProperty].Get<string>(), string(kDeviceName));