HomeSort by relevance Sort by last modified time
    Searched full:strresult (Results 26 - 50 of 54) sorted by null

12 3

  /external/parameter-framework/parameter/
LinearParameterAdaptation.h 47 virtual void showProperties(std::string& strResult) const;
ParameterAdaptation.h 42 virtual void showProperties(std::string& strResult) const;
Rule.h 46 virtual void dump(std::string& strResult) const = 0;
StringParameterType.h 53 virtual void showProperties(std::string& strResult) const;
InstanceConfigurableElement.cpp 122 void CInstanceConfigurableElement::showProperties(std::string& strResult) const
124 base::showProperties(strResult);
127 _pTypeElement->showProperties(strResult);
ArrayParameter.cpp 60 void CArrayParameter::showProperties(string& strResult) const
62 base::showProperties(strResult);
65 strResult += "Array length: ";
66 strResult += CUtility::toString(getArrayLength());
67 strResult += "\n";
DomainConfiguration.cpp 273 void CDomainConfiguration::getElementSequence(string& strResult) const
275 strResult = "\n";
286 strResult += pConfigurableElement->getPath() + "\n";
313 void CDomainConfiguration::getApplicationRule(string& strResult) const
320 strResult.clear();
323 pRule->dump(strResult);
327 strResult = "<none>";
ConfigurableDomain.h 66 bool getElementSequence(const std::string& strConfiguration, std::string& strResult) const;
69 bool getApplicationRule(const std::string& strConfiguration, std::string& strResult) const;
79 void listAssociatedToElements(std::string& strResult) const;
Element.h 134 virtual void showProperties(std::string& strResult) const;
161 * @param[out] strResult in which the description is wished to be appended.
163 void showDescriptionProperty(std::string &strResult) const;
CompoundRule.h 45 virtual void dump(std::string& strResult) const;
ConfigurableDomain.cpp 660 void CConfigurableDomain::listAssociatedToElements(string& strResult) const
662 strResult = "\n";
671 strResult += pConfigurableElement->getPath() + "\n";
747 bool CConfigurableDomain::getElementSequence(const string& strConfiguration, string& strResult) const
750 const CDomainConfiguration* pDomainConfiguration = findConfiguration(strConfiguration, strResult);
758 pDomainConfiguration->getElementSequence(strResult);
793 bool CConfigurableDomain::getApplicationRule(const string& strConfiguration, string& strResult) const
796 const CDomainConfiguration* pDomainConfiguration = findConfiguration(strConfiguration, strResult);
804 pDomainConfiguration->getApplicationRule(strResult);
    [all...]
LogarithmicParameterAdaptation.h 57 virtual void showProperties(std::string& strResult) const;
SelectionCriteria.h 62 void listSelectionCriteria(std::list<std::string>& strResult, bool bWithTypeInfo, bool bHumanReadable) const;
SelectionCriterionRule.h 63 virtual void dump(std::string& strResult) const;
DomainConfiguration.h 60 void getElementSequence(std::string& strResult) const;
65 void getApplicationRule(std::string& strResult) const;
ArrayParameter.h 65 virtual void showProperties(std::string& strResult) const;
BitParameterType.h 64 virtual void showProperties(std::string& strResult) const;
EnumParameterType.h 60 virtual void showProperties(std::string& strResult) const;
InstanceConfigurableElement.h 83 virtual void showProperties(std::string& strResult) const;
IntegerParameterType.h 67 virtual void showProperties(std::string& strResult) const;
TypeElement.h 59 virtual void showProperties(std::string& strResult) const;
  /external/parameter-framework/remote-processor/
RemoteCommandHandler.h 39 virtual bool remoteCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult) = 0;
  /external/parameter-framework/xmlserializer/
XmlStreamDocSink.h 51 * Writes the content of the xmlDocSource in strResult
  /external/parameter-framework/parameter/include/
ParameterMgrPlatformConnector.h 119 * @param[out] strResult a string containing the result of the command.
147 * @param[out] strResult a string containing the result of the command.
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);
198 std::string& strResult);

Completed in 112 milliseconds

12 3