Home | History | Annotate | Download | only in parameter

Lines Matching refs:getConstFrameworkConfiguration

446     getSystemClass()->setName(getConstFrameworkConfiguration()->getSystemClassName());
447 getConfigurableDomains()->setName(getConstFrameworkConfiguration()->getSystemClassName());
451 getConstFrameworkConfiguration()->findChild("SubsystemPlugins"));
462 << (getConstFrameworkConfiguration()->isTuningAllowed() ? "allowed" : "prohibited");
498 getConstFrameworkConfiguration()->findChildOfKind("StructureDescriptionFileLocation"));
568 getConstFrameworkConfiguration()->findChildOfKind("SettingsConfiguration"));
2119 if (bOn && !getConstFrameworkConfiguration()->isTuningAllowed()) {
2843 return (not _bForceNoRemoteInterface) and getConstFrameworkConfiguration()->isTuningAllowed();
2855 auto bindAddress = getConstFrameworkConfiguration()->getServerBindAddress();
2887 const CParameterFrameworkConfiguration *CParameterMgr::getConstFrameworkConfiguration()