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

  /external/parameter-framework/upstream/parameter/
ElementHandle.cpp 226 if (not checkGetValidity(isVector<T>::value, error)) {
229 // Safe downcast thanks to isParameter check in checkGetValidity
345 bool ElementHandle::checkGetValidity(bool asArray, string &error) const
367 if (not checkGetValidity(arrayLength != 0, error)) {
  /external/parameter-framework/upstream/parameter/include/
ElementHandle.h 259 bool checkGetValidity(bool asArray, std::string &error) const;

Completed in 153 milliseconds