Home
last modified time | relevance | path

Searched refs:getConstFrameworkConfiguration (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
DParameterMgr.cpp550 getSystemClass()->setName(getConstFrameworkConfiguration()->getSystemClassName()); in loadFrameworkConfiguration()
551 getConfigurableDomains()->setName(getConstFrameworkConfiguration()->getSystemClassName()); in loadFrameworkConfiguration()
554 …_pSubsystemPlugins = static_cast<const CSubsystemPlugins*>(getConstFrameworkConfiguration()->findC… in loadFrameworkConfiguration()
564 …log_info("Tuning %s", getConstFrameworkConfiguration()->isTuningAllowed() ? "allowed" : "prohibite… in loadFrameworkConfiguration()
577 …cation = static_cast<const CFrameworkConfigurationLocation*>(getConstFrameworkConfiguration()->fin… in loadStructure()
642 …tionGroup = static_cast<const CFrameworkConfigurationGroup*>(getConstFrameworkConfiguration()->fin… in loadSettingsFromConfigFile()
1872 if (bOn && !getConstFrameworkConfiguration()->isTuningAllowed()) { in setTuningMode()
2507 if (getConstFrameworkConfiguration()->isTuningAllowed()) { in handleRemoteProcessingInterface()
2540 …_pRemoteProcessorServer = pfnCreateRemoteProcessorServer(getConstFrameworkConfiguration()->getServ… in handleRemoteProcessingInterface()
2542 …log_info("Starting remote processor server on port %d", getConstFrameworkConfiguration()->getServe… in handleRemoteProcessingInterface()
[all …]
DParameterMgr.h647 const CParameterFrameworkConfiguration* getConstFrameworkConfiguration();