Home
last modified time | relevance | path

Searched defs:bSet (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameter.cpp113 bool CParameter::access(bool &bValue, bool bSet, in access()
120 bool CParameter::access(uint32_t &uiValue, bool bSet, in access()
127 bool CParameter::access(int32_t &iValue, bool bSet, in access()
134 bool CParameter::access(double &dValue, bool bSet, in access()
142 bool CParameter::doAccess(type &value, bool bSet, in doAccess()
DArrayParameter.cpp72 bool CArrayParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue()
136 bool CArrayParameter::access(std::vector<bool> &abValues, bool bSet, in access()
143 bool CArrayParameter::access(std::vector<uint32_t> &auiValues, bool bSet, in access()
150 bool CArrayParameter::access(std::vector<int32_t> &aiValues, bool bSet, in access()
157 bool CArrayParameter::access(std::vector<double> &adValues, bool bSet, in access()
164 bool CArrayParameter::access(std::vector<string> &astrValues, bool bSet, in access()
324 bool CArrayParameter::accessValues(std::vector<type> &values, bool bSet, in accessValues()
DBitParameter.cpp80 bool CBitParameter::access(bool &bValue, bool bSet, in access()
113 bool CBitParameter::access(uint32_t &uiValue, bool bSet, in access()
DBaseParameter.cpp147 bool CBaseParameter::access(string &strValue, bool bSet, in access()
185 bool CBaseParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue()
DParameterMgrFullConnector.cpp114 bool bSet, string &strError) in accessParameterValue()
122 bool bSet, string &strError) in accessConfigurationValue()
DConfigurableElement.cpp204 bool bSet, in accessValue()
DParameterMgr.cpp1959 bool CParameterMgr::accessParameterValue(const string &strPath, string &strValue, bool bSet, in accessParameterValue()
2011 string &strValue, bool bSet, string &strError) in accessConfigurationValue()
2090 const string &strPath, string &strValue, bool bSet, in accessValue()
/external/pdfium/xfa/fwl/
Dcfwl_combolist.cpp109 void CFWL_ComboList::OnDropListFocusChanged(CFWL_Message* pMsg, bool bSet) { in OnDropListFocusChanged()
Dcfwl_widget.cpp256 void CFWL_Widget::SetGrab(bool bSet) { in SetGrab()
/external/pdfium/fxjs/
Dcjs_field.cpp257 bool bSet = false; in SetBorderStyle() local
366 bool bSet = false; in SetLineWidth() local
405 bool bSet = false; in SetRect() local
1578 bool bSet = false; in set_print() local
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp657 void CXFA_FFWidget::SetButtonDown(bool bSet) { in SetButtonDown()