HomeSort by relevance Sort by last modified time
    Searched refs:accessConfigurationValue (Results 1 - 6 of 6) sorted by null

  /external/parameter-framework/parameter/
ParameterMgrFullConnector.cpp 204 bool CParameterMgrFullConnector::accessConfigurationValue(const string &strDomain,
209 return _pParameterMgr->accessConfigurationValue(strDomain, strConfiguration, strPath, strValue,
ParameterMgr.cpp     [all...]
ParameterMgr.h 242 bool accessConfigurationValue(const std::string &strDomain, const std::string &stConfiguration, const std::string& strPath, std::string& strValue, bool bSet, std::string& strError);
    [all...]
  /external/parameter-framework/bindings/python/
pfw.i 124 bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, const std::string& strPath, std::string& strValue, bool bSet, std::string& strError);
  /external/parameter-framework/parameter/include/
ParameterMgrFullConnector.h 162 bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, const std::string& strPath, std::string& strValue, bool bSet, std::string& strError);
  /external/parameter-framework/tools/xmlGenerator/
domainGenerator.py 93 ok, _, error = self._pfw.accessConfigurationValue(

Completed in 57 milliseconds