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

  /external/parameter-framework/parameter/
ConfigurableDomains.h 79 bool setSequenceAwareness(const std::string& strDomain, bool bSequenceAware, std::string& strError);
80 bool getSequenceAwareness(const std::string& strDomain, bool& bSequenceAware, std::string& strError) const;
ParameterMgrFullConnector.cpp 275 bool CParameterMgrFullConnector::setSequenceAwareness(const string& strName, bool bSequenceAware,
278 return _pParameterMgr->setSequenceAwareness(strName, bSequenceAware, strResult);
281 bool CParameterMgrFullConnector::getSequenceAwareness(const string& strName, bool& bSequenceAware,
284 return _pParameterMgr->getSequenceAwareness(strName, bSequenceAware, strResult);
ConfigurableDomains.cpp 199 bool CConfigurableDomains::setSequenceAwareness(const string& strDomain, bool bSequenceAware, string& strError)
208 pConfigurableDomain->setSequenceAwareness(bSequenceAware);
213 bool CConfigurableDomains::getSequenceAwareness(const string& strDomain, bool& bSequenceAware, string& strError) const
222 bSequenceAware = pConfigurableDomain->getSequenceAwareness();
ConfigurableDomain.cpp 103 void CConfigurableDomain::setSequenceAwareness(bool bSequenceAware)
105 if (_bSequenceAware != bSequenceAware) {
107 log_info("Making domain \"%s\" sequence %s", getName().c_str(), bSequenceAware ? "aware" : "unaware");
109 _bSequenceAware = bSequenceAware;
    [all...]
ConfigurableDomain.h 56 void setSequenceAwareness(bool bSequenceAware);
ParameterMgr.cpp     [all...]
ParameterMgr.h 251 bool setSequenceAwareness(const std::string& strName, bool bSequenceAware,
253 bool getSequenceAwareness(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);
136 bool getSequenceAwareness(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);
180 bool getSequenceAwareness(const std::string& strName, bool& bSequenceAware, std::string& strResult);

Completed in 72 milliseconds