Lines Matching defs:systemProperties
3577 ComPtr<ISystemProperties> systemProperties;
3578 rc = mParent->COMGETTER(SystemProperties)(systemProperties.asOutParam());
3581 rc = systemProperties->COMGETTER(DefaultFrontend)(bstrFrontend.asOutParam());
5237 ComPtr<ISystemProperties> systemProperties;
5238 rc = mParent->COMGETTER(SystemProperties)(systemProperties.asOutParam());
5241 if (!systemProperties.isNull())
5243 rc = systemProperties->COMGETTER(LogHistoryCount)(&uLogHistoryCount);
12071 ComPtr<ISystemProperties> systemProperties;
12072 HRESULT rc = mParent->COMGETTER(SystemProperties)(systemProperties.asOutParam());
12077 systemProperties->GetStorageControllerHotplugCapable(enmCtrlType, &aHotplugCapable);