OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createElementHandle
(Results
1 - 6
of
6
) sorted by null
/external/parameter-framework/upstream/parameter/
ParameterMgrPlatformConnector.cpp
94
ElementHandle *CParameterMgrPlatformConnector::
createElementHandle
(const string &strPath,
97
return _pParameterMgr->
createElementHandle
(strPath, strError);
ParameterMgr.h
145
ElementHandle *
createElementHandle
(const std::string &path, std::string &error);
[
all
...]
ParameterMgr.cpp
758
ElementHandle *CParameterMgr::
createElementHandle
(const std::string &path, std::string &error)
[
all
...]
/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)};
ElementHandle.hpp
55
: FailureWrapper(pf.
createElementHandle
(path))
/external/parameter-framework/upstream/parameter/include/
ParameterMgrPlatformConnector.h
108
ElementHandle *
createElementHandle
(const std::string &path, std::string &error) const;
Completed in 90 milliseconds