Searched defs:ElementHandle (Results 1 - 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/include/
H A DElementHandle.h49 class PARAMETER_EXPORT ElementHandle class
92 std::vector<ElementHandle> getChildren();
228 ElementHandle(CConfigurableElement &element, CParameterMgr &parameterMgr);
/external/parameter-framework/upstream/test/functional-tests/include/
H A DElementHandle.hpp35 #include <ElementHandle.h>
39 /** Wrapper around ::ElementHandle to throw exceptions on errors and have more
41 * Contrary to ::ElementHandle, is constructed through it's constructor
45 class ElementHandle : private FailureWrapper<::ElementHandle> class in namespace:parameterFramework
47 ElementHandle(const ElementHandle &other) = delete;
48 ElementHandle &operator=(const ElementHandle &other) = delete;
51 using EH = ::ElementHandle;
54 ElementHandle(ParameterFramework &pf, const std::string &path) function in class:parameterFramework::ElementHandle
[all...]
/external/parameter-framework/upstream/parameter/
H A DElementHandle.cpp30 #include "ElementHandle.h"
58 ElementHandle::ElementHandle(CConfigurableElement &element, CParameterMgr &parameterMgr) function in class:ElementHandle
63 string ElementHandle::getName() const
68 size_t ElementHandle::getSize() const
73 bool ElementHandle::isParameter() const
78 string ElementHandle::getDescription() const
84 bool ElementHandle::isRogue() const
89 bool ElementHandle::isArray() const
94 size_t ElementHandle
[all...]

Completed in 142 milliseconds