Home
last modified time | relevance | path

Searched refs:createElementHandle (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/include/
DParameterFramework.hpp163 EH createElementHandle(const std::string &path) in createElementHandle() function in parameterFramework::ParameterFramework
166 std::unique_ptr<EH> newedHandle{mayFailCall(&PF::createElementHandle, path)}; in createElementHandle()
DElementHandle.hpp55 : FailureWrapper(pf.createElementHandle(path)) in ElementHandle()
/external/parameter-framework/upstream/parameter/
DParameterMgrPlatformConnector.cpp94 ElementHandle *CParameterMgrPlatformConnector::createElementHandle(const string &strPath, in createElementHandle() function in CParameterMgrPlatformConnector
97 return _pParameterMgr->createElementHandle(strPath, strError); in createElementHandle()
DParameterMgr.h145 ElementHandle *createElementHandle(const std::string &path, std::string &error);
DParameterMgr.cpp758 ElementHandle *CParameterMgr::createElementHandle(const std::string &path, std::string &error) in createElementHandle() function in CParameterMgr
/external/parameter-framework/upstream/parameter/include/
DParameterMgrPlatformConnector.h108 ElementHandle *createElementHandle(const std::string &path, std::string &error) const;