Searched refs:pv_ (Results 1 – 3 of 3) sorted by relevance
21 PropVariantInit(&pv_); in ScopedPropVariant()31 DCHECK_EQ(pv_.vt, VT_EMPTY); in Receive()32 return &pv_; in Receive()37 if (pv_.vt != VT_EMPTY) { in Reset()38 HRESULT result = PropVariantClear(&pv_); in Reset()43 const PROPVARIANT& get() const { return pv_; } in get()45 const PROPVARIANT* operator&() const { return &pv_; }48 PROPVARIANT pv_;
74 if (!pv_) in OnChallengePlatform()75 pv_ = new PlatformVerificationFlow(); in OnChallengePlatform()77 pv_->ChallengePlatformKey( in OnChallengePlatform()
58 scoped_refptr<chromeos::attestation::PlatformVerificationFlow> pv_; variable