Lines Matching defs:fEnabled

1405                 && pelmServer->getAttributeValue("enabled", srv.fEnabled) )
1471 && pelmNet->getAttributeValue("enabled", net.fEnabled)
1597 srv.fEnabled = true;
1659 pelmThis->setAttribute("enabled", (d.fEnabled) ? 1 : 0); // too bad we chose 1 vs. 0 here
1731 pelmThis->setAttribute("enabled", (n.fEnabled) ? 1 : 0); // too bad we chose 1 vs. 0 here
1800 || ( (fEnabled == v.fEnabled)
1870 && (fEnabled == n.fEnabled)
1899 && (fEnabled == s.fEnabled)
1918 && (fEnabled == s.fEnabled)
2367 pelmAdapter->getAttributeValue("enabled", nic.fEnabled);
2423 void MachineConfigFile::readAttachedNetworkMode(const xml::ElementNode &elmMode, bool fEnabled, NetworkAdapter &nic)
2522 if (fEnabled && enmAttachmentType != NetworkAttachmentType_Null)
2549 if (!pelmPort->getAttributeValue("enabled", port.fEnabled))
2602 if (!pelmPort->getAttributeValue("enabled", port.fEnabled))
2625 elmAudioAdapter.getAttributeValue("enabled", aa.fEnabled);
3013 pelmHwChild->getAttributeValue("enabled", hw.vrdeSettings.fEnabled);
3147 bool fEnabled = false;
3149 pelmHwChild->getAttributeValue("enabled", fEnabled);
3150 if (fEnabled)
3160 pelmHwChild->getAttributeValue("enabledEhci", fEnabled);
3161 if (fEnabled)
3688 bool fEnabled;
3689 if ( pelmHwChild->getAttributeValue("enabled", fEnabled)
3690 && fEnabled)
4303 pelmVRDE->setAttribute("enabled", hw.vrdeSettings.fEnabled);
4547 pelmAdapter->setAttribute("enabled", nic.fEnabled);
4642 pelmPort->setAttribute("enabled", port.fEnabled);
4680 pelmPort->setAttribute("enabled", port.fEnabled);
4729 pelmAudio->setAttribute("enabled", hw.audioAdapter.fEnabled);
4859 * @param fEnabled
4864 bool fEnabled,
4916 if (fEnabled || !nic.strBridgedName.isEmpty())
4921 if (fEnabled || !nic.strInternalNetworkName.isEmpty())
4926 if (fEnabled || !nic.strHostOnlyName.isEmpty())
4931 if (fEnabled || !nic.strGenericDriver.isEmpty() || nic.genericProperties.size())
4947 if (fEnabled || !nic.strNATNetworkName.isEmpty())
5923 && (netit->fEnabled)
5947 && (netit->fEnabled)