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

  /external/parameter-framework/parameter/
ConfigurableDomain.h 56 void setSequenceAwareness(bool bSequenceAware);
ConfigurableDomains.h 79 bool setSequenceAwareness(const std::string& strDomain, bool bSequenceAware, std::string& strError);
ParameterMgrFullConnector.cpp 275 bool CParameterMgrFullConnector::setSequenceAwareness(const string& strName, bool bSequenceAware,
278 return _pParameterMgr->setSequenceAwareness(strName, bSequenceAware, strResult);
ConfigurableDomains.cpp 199 bool CConfigurableDomains::setSequenceAwareness(const string& strDomain, bool bSequenceAware, string& strError)
208 pConfigurableDomain->setSequenceAwareness(bSequenceAware);
ParameterMgr.cpp 192 { "setSequenceAwareness", &CParameterMgr::setSequenceAwarenessCommandProcess, 1,
    [all...]
ConfigurableDomain.cpp 103 void CConfigurableDomain::setSequenceAwareness(bool bSequenceAware)
    [all...]
ParameterMgr.h 251 bool setSequenceAwareness(const std::string& strName, bool bSequenceAware,
    [all...]
  /external/parameter-framework/bindings/python/
pfw.i 135 bool setSequenceAwareness(const std::string& strName, bool bSequenceAware, std::string& strResult);
  /external/parameter-framework/parameter/include/
ParameterMgrFullConnector.h 179 bool setSequenceAwareness(const std::string& strName, bool bSequenceAware, std::string& strResult);
  /external/parameter-framework/tools/xmlGenerator/
domainGenerator.py 73 return self._pfw.setSequenceAwareness(self._ctx_domain, True)

Completed in 975 milliseconds