Searched refs:ScopedPropVariant (Results 1 – 2 of 2) sorted by relevance
188 class ScopedPropVariant {190 ScopedPropVariant() { PropVariantInit(&pv_); } in ScopedPropVariant() function192 ~ScopedPropVariant() { Reset(); } in ~ScopedPropVariant()194 ScopedPropVariant(const ScopedPropVariant&) = delete;195 ScopedPropVariant& operator=(const ScopedPropVariant&) = delete;196 bool operator==(const ScopedPropVariant&) const = delete;197 bool operator!=(const ScopedPropVariant&) const = delete;
356 ScopedPropVariant friendly_name_pv; in GetDeviceFriendlyNameInternal()