Searched refs:strConfigurableElementPath (Results 1 – 6 of 6) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgrFullConnector.cpp | 203 const string &strDomain, const string &strConfigurableElementPath, string &strError) in addConfigurableElementToDomain() argument 205 return _pParameterMgr->addConfigurableElementToDomain(strDomain, strConfigurableElementPath, in addConfigurableElementToDomain() 210 const string &strDomain, const string &strConfigurableElementPath, string &strError) in removeConfigurableElementFromDomain() argument 213 strDomain, strConfigurableElementPath, strError); in removeConfigurableElementFromDomain() 217 const string &strConfigurableElementPath, string &strError) in split() argument 219 return _pParameterMgr->split(strDomain, strConfigurableElementPath, strError); in split()
|
D | ConfigurableDomain.cpp | 275 string strConfigurableElementPath; in parseConfigurableElements() local 276 xmlConfigurableElementElement.getAttribute("Path", strConfigurableElementPath); in parseConfigurableElements() 278 CPathNavigator pathNavigator(strConfigurableElementPath); in parseConfigurableElements() 285 "Could not find configurable element of path " + strConfigurableElementPath + in parseConfigurableElements() 297 strConfigurableElementPath + in parseConfigurableElements()
|
D | ParameterMgr.cpp | 2389 const string &strConfigurableElementPath, in addConfigurableElementToDomain() argument 2392 LOG_CONTEXT("Adding configurable element '" + strConfigurableElementPath + "' to domain '" + in addConfigurableElementToDomain() 2405 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) { in addConfigurableElementToDomain() 2431 const string &strConfigurableElementPath, in removeConfigurableElementFromDomain() argument 2434 LOG_CONTEXT("Removing configurable element '" + strConfigurableElementPath + "' from domain '" + in removeConfigurableElementFromDomain() 2448 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) { in removeConfigurableElementFromDomain() 2464 bool CParameterMgr::split(const string &strDomain, const string &strConfigurableElementPath, in split() argument 2467 LOG_CONTEXT("Splitting configurable element '" + strConfigurableElementPath + "' domain '" + in split() 2480 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) { in split()
|
D | ParameterMgr.h | 288 const std::string &strConfigurableElementPath, 291 const std::string &strConfigurableElementPath, 293 bool split(const std::string &strDomain, const std::string &strConfigurableElementPath,
|
/external/parameter-framework/upstream/parameter/include/ |
D | ParameterMgrFullConnector.h | 153 const std::string &strConfigurableElementPath, 156 const std::string &strConfigurableElementPath, 158 bool split(const std::string &strDomain, const std::string &strConfigurableElementPath,
|
/external/parameter-framework/upstream/bindings/python/ |
D | pfw.i | 149 …ementToDomain(const std::string& strDomain, const std::string& strConfigurableElementPath, std::st… 150 …entFromDomain(const std::string& strDomain, const std::string& strConfigurableElementPath, std::st… 151 …bool split(const std::string& strDomain, const std::string& strConfigurableElementPath, std::strin…
|