OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createElementHandle
(Results
1 - 3
of
3
) sorted by null
/external/parameter-framework/upstream/test/functional-tests/include/
ParameterFramework.hpp
163
EH
createElementHandle
(const std::string &path)
165
// PF::
createElementHandle
takes it's handler in the free store
166
std::unique_ptr<EH> newedHandle{mayFailCall(&PF::
createElementHandle
, path)};
/external/parameter-framework/upstream/parameter/
ParameterMgrPlatformConnector.cpp
94
ElementHandle *CParameterMgrPlatformConnector::
createElementHandle
(const string &strPath,
97
return _pParameterMgr->
createElementHandle
(strPath, strError);
ParameterMgr.cpp
758
ElementHandle *CParameterMgr::
createElementHandle
(const std::string &path, std::string &error)
[
all
...]
Completed in 113 milliseconds