Searched refs:properties_value_ptr (Results 1 – 1 of 1) sorted by relevance
79 std::unique_ptr<base::Value> properties_value_ptr = base::JSONReader::Read(properties_raw); in DeviceProperties() local80 if (properties_value_ptr.get() == nullptr) in DeviceProperties()85 base::Value& properties_dictionary = *(properties_value_ptr.get()); in DeviceProperties()