Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DParameterMgr.cpp501 BackSynchronizer(getConstSystemClass(), _pMainParameterBlackboard).sync(); in load()
701 const CSystemClass* pSystemClass = getConstSystemClass(); in loadSettingsFromConfigFile()
799 if (!pathNavigator.navigateThrough(getConstSystemClass()->getName(), strError)) { in getConfigurableElement()
805 const CElement* pElement = getConstSystemClass()->findDescendant(pathNavigator); in getConfigurableElement()
1750 if (!pathNavigator.navigateThrough(getConstSystemClass()->getName(), strResult)) { in getParameterMapping()
1857 if (!pathNavigator.navigateThrough(getConstSystemClass()->getName(), strError)) { in accessValue()
1865 … return getConstSystemClass()->accessValue(pathNavigator, strValue, bSet, parameterAccessContext); in accessValue()
1974 getConstSystemClass()->fillSyncerSet(syncerSet); in sync()
2584 const CSystemClass* CParameterMgr::getConstSystemClass() const in getConstSystemClass() function in CParameterMgr
DParameterMgr.h655 const CSystemClass* getConstSystemClass() const;