Home
last modified time | relevance | path

Searched refs:log_warning (Results 1 – 7 of 7) sorted by relevance

/external/parameter-framework/parameter/
DSubsystemObject.cpp152 log_warning("%s", strError.c_str()); in sync()
234 void CSubsystemObject::log_warning(std::string strMessage, ...) const in log_warning() function in CSubsystemObject
246 _pInstanceConfigurableElement->log_warning("%s", pacBuffer); in log_warning()
DSelectionCriterionType.cpp57log_warning("Rejecting value pair association: 0x%X - %s for Selection Criterion Type %s", iValue,… in addValuePair()
65log_warning("Rejecting value pair association (literal already present): 0x%X - %s for Selection C… in addValuePair()
DSubsystemObject.h91 void log_warning(std::string strMessage, ...) const;
DSelectionCriterion.cpp71log_warning("Selection criterion \"%s\" has been modified %d time(s) without any configuration app… in setCriterionState()
DElement.h53 void log_warning(const char* strMessage, ...) const;
DElement.cpp71 void CElement::log_warning(const char* strMessage, ...) const in log_warning() function in CElement
DParameterMgr.cpp788 log_warning("Configurations were not applied because the TuningMode is on"); in applyConfigurations()