Lines Matching refs:aValues
132 Sequence<Any> aValues = GetProperties(aNames); in Load() local
135 const Any* pValues = aValues.getConstArray(); in Load()
136 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
137 if(aValues.getLength() == aNames.getLength()) in Load()
249 Sequence<Any> aValues(aNames.getLength()); in Commit() local
250 Any* pValues = aValues.getArray(); in Commit()
325 PutProperties(aNames, aValues); in Commit()
402 Sequence<Any> aValues = GetProperties(aNames); in Load() local
405 const Any* pValues = aValues.getConstArray(); in Load()
406 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
407 if(aValues.getLength() == aNames.getLength()) in Load()
566 Sequence<Any> aValues(aNames.getLength()); in Commit() local
567 Any* pValues = aValues.getArray(); in Commit()
656 PutProperties(aNames, aValues); in Commit()