Searched refs:createElementHandle (Results 1 – 6 of 6) sorted by relevance
163 EH createElementHandle(const std::string &path) in createElementHandle() function in parameterFramework::ParameterFramework166 std::unique_ptr<EH> newedHandle{mayFailCall(&PF::createElementHandle, path)}; in createElementHandle()
55 : FailureWrapper(pf.createElementHandle(path)) in ElementHandle()
94 ElementHandle *CParameterMgrPlatformConnector::createElementHandle(const string &strPath, in createElementHandle() function in CParameterMgrPlatformConnector97 return _pParameterMgr->createElementHandle(strPath, strError); in createElementHandle()
145 ElementHandle *createElementHandle(const std::string &path, std::string &error);
758 ElementHandle *CParameterMgr::createElementHandle(const std::string &path, std::string &error) in createElementHandle() function in CParameterMgr
108 ElementHandle *createElementHandle(const std::string &path, std::string &error) const;