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

  /external/parameter-framework/upstream/parameter/include/
ElementHandle.h 249 bool checkSetValidity(size_t arrayLength, std::string &error) const;
  /external/parameter-framework/upstream/parameter/
ElementHandle.cpp 199 if (not checkSetValidity(getUserInputSize(value), error)) {
202 // Safe downcast thanks to isParameter check in checkSetValidity
364 bool ElementHandle::checkSetValidity(size_t arrayLength, string &error) const

Completed in 251 milliseconds