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

  /external/parameter-framework/parameter/
ConfigurableDomains.cpp 213 bool CConfigurableDomains::getSequenceAwareness(const string& strDomain, bool& bSequenceAware, string& strError) const
222 bSequenceAware = pConfigurableDomain->getSequenceAwareness();
378 if (pChildConfigurableDomain->getSequenceAwareness()) {
ConfigurableDomain.h 57 bool getSequenceAwareness() const;
ConfigurableDomains.h 80 bool getSequenceAwareness(const std::string& strDomain, bool& bSequenceAware, std::string& strError) const;
ParameterMgrFullConnector.cpp 281 bool CParameterMgrFullConnector::getSequenceAwareness(const string& strName, bool& bSequenceAware,
284 return _pParameterMgr->getSequenceAwareness(strName, bSequenceAware, strResult);
ParameterMgr.cpp 194 { "getSequenceAwareness", &CParameterMgr::getSequenceAwarenessCommandProcess, 1,
    [all...]
ConfigurableDomain.cpp 113 bool CConfigurableDomain::getSequenceAwareness() const
    [all...]
ParameterMgr.h 253 bool getSequenceAwareness(const std::string& strName, bool& bSequenceAware,
    [all...]
  /external/parameter-framework/bindings/python/
pfw.i 136 bool getSequenceAwareness(const std::string& strName, bool& bSequenceAware, std::string& strResult);
  /external/parameter-framework/parameter/include/
ParameterMgrFullConnector.h 180 bool getSequenceAwareness(const std::string& strName, bool& bSequenceAware, std::string& strResult);

Completed in 72 milliseconds