Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp396 BackSynchronizer(getConstSystemClass(), _pMainParameterBlackboard).sync(); in load()
703 if (!pathNavigator.navigateThrough(getConstSystemClass()->getName(), strError)) { in getConfigurableElement()
709 const CElement *pElement = getConstSystemClass()->findDescendant(pathNavigator); in getConfigurableElement()
2099 if (!pathNavigator.navigateThrough(getConstSystemClass()->getName(), strError)) { in accessValue()
2107 return getConstSystemClass()->accessValue(pathNavigator, strValue, bSet, in accessValue()
2209 getConstSystemClass()->fillSyncerSet(syncerSet); in sync()
2907 const CSystemClass *CParameterMgr::getConstSystemClass() const in getConstSystemClass() function in CParameterMgr
DParameterMgr.h815 const CSystemClass *getConstSystemClass() const;