Lines Matching refs:hr
50 HRESULT hr = S_OK; in SetValue() local
68 require_action( ok, exit, hr = S_FALSE ); in SetValue()
74 require_action( ok, exit, hr = S_FALSE ); in SetValue()
80 require_action( !err, exit, hr = S_FALSE ); in SetValue()
88 return hr; in SetValue()
98 HRESULT hr = S_OK; in RemoveValue() local
116 require_action( ok, exit, hr = S_FALSE ); in RemoveValue()
122 require_action( !err, exit, hr = S_FALSE ); in RemoveValue()
132 return hr; in RemoveValue()
196 HRESULT hr = S_OK; in GetValueForKey() local
210 require_action( ok, exit, hr = S_FALSE ); in GetValueForKey()
224 require_action( ok, exit, hr = S_FALSE ); in GetValueForKey()
236 return hr; in GetValueForKey()
282 HRESULT hr = S_OK; in GetKeyAtIndex() local
288 require_action( !err, exit, hr = S_FALSE ); in GetKeyAtIndex()
294 require_action( ok, exit, hr = S_FALSE ); in GetKeyAtIndex()
306 return hr; in GetKeyAtIndex()
328 HRESULT hr = S_OK; in GetValueAtIndex() local
334 require_action( !err, exit, hr = S_FALSE ); in GetValueAtIndex()
340 require_action( ok, exit, hr = S_FALSE ); in GetValueAtIndex()
348 return hr; in GetValueAtIndex()