Lines Matching refs:s_aGetProperties
576 s_aGetProperties[] =
591 for (unsigned i = 0; i < RT_ELEMENTS(s_aGetProperties); ++i)
597 RTTESTI_CHECK_RETV(s_aGetProperties[i].cchValue < sizeof(szBuffer));
599 aParms[0].setString(s_aGetProperties[i].pcszName);
604 if (s_aGetProperties[i].exists && RT_FAILURE(rc2))
607 s_aGetProperties[i].pcszName, rc2);
611 if (!s_aGetProperties[i].exists && rc2 != VERR_NOT_FOUND)
614 s_aGetProperties[i].pcszName, rc2);
618 if (s_aGetProperties[i].exists)
627 if (memcmp(szBuffer, s_aGetProperties[i].pchValue, s_aGetProperties[i].cchValue) != 0)
629 u32ValueLen, szBuffer, s_aGetProperties[i].pcszName,
630 s_aGetProperties[i].cchValue, s_aGetProperties[i].pchValue);
633 if (s_aGetProperties[i].hasTimestamp)
637 if (u64Timestamp != s_aGetProperties[i].u64Timestamp)
639 u64Timestamp, s_aGetProperties[i].pcszName,
640 s_aGetProperties[i].u64Timestamp);