Searched refs:ElementHandle (Results 1 - 12 of 12) sorted by relevance

/external/parameter-framework/upstream/parameter/include/
H A DParameterHandle.h34 #include "ElementHandle.h"
37 * @deprecated This class has been deprecated in favor of ElementHandle,
38 * Use ElementHandle instead of CParameterHandle.
42 * (`typedef ElementHandle CParameterHandle`) as the later would break
45 class PARAMETER_EXPORT CParameterHandle : public ElementHandle
49 : ElementHandle(element, parameterMgr)
H A DElementHandle.h49 class PARAMETER_EXPORT ElementHandle class
92 std::vector<ElementHandle> getChildren();
228 ElementHandle(CConfigurableElement &element, CParameterMgr &parameterMgr);
H A DParameterMgrPlatformConnector.h37 #include "ElementHandle.h"
108 ElementHandle *createElementHandle(const std::string &path, std::string &error) const;
/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...]
H A DParameterMgrPlatformConnector.cpp94 ElementHandle *CParameterMgrPlatformConnector::createElementHandle(const string &strPath,
H A DParameterMgr.h44 #include "ElementHandle.h"
83 friend class ElementHandle;
145 ElementHandle *createElementHandle(const std::string &path, std::string &error);
H A DParameterMgr.cpp758 ElementHandle *CParameterMgr::createElementHandle(const std::string &path, std::string &error)
781 return new ElementHandle(*pConfigurableElement, *this);
/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...]
H A DParameterFramework.hpp42 * @note This forward definition should not be needed as the `friend class ElementHandle`
46 class ElementHandle;
50 * @see parameterFramework::ElementHandle to access elements of the parameter tree.
62 using EH = ::ElementHandle;
161 * Is not public as this method is intended to be used by ElementHandle facade.
170 friend class ElementHandle;
/external/parameter-framework/upstream/test/functional-tests/
H A DHandle.cpp37 #include "ElementHandle.hpp"
112 CHECK_NOTHROW(checkXMLEq(ElementHandle{*this, path}.getStructureAsXML(), expected));
402 auto getAsXML = [this](string path) { return ElementHandle(*this, path).getAsXML(); };
407 ElementHandle basicParams(*this, "/test/test/parameter_block");
457 ElementHandle root(*this, "/");
458 ElementHandle systemClass(*this, "/");
478 ElementHandle basicParams(*this, "/test/test/parameter_block");
493 ElementHandle array(*this, "/test/test/parameter_block_array");
494 ElementHandle elem0(*this, "/test/test/parameter_block_array/0");
506 ElementHandle roo
[all...]
H A DFloatingPoint.cpp33 #include "ElementHandle.hpp"
148 ElementHandle handle{*this, path};
/external/parameter-framework/
H A DLibParameter.mk99 upstream/parameter/ElementHandle.cpp \

Completed in 858 milliseconds