Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DElementHandle.cpp226 if (not checkGetValidity(isVector<T>::value, error)) { in getAs() local
345 bool ElementHandle::checkGetValidity(bool asArray, string &error) const in checkGetValidity() function in ElementHandle
367 if (not checkGetValidity(arrayLength != 0, error)) { in checkSetValidity() local