OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPathNavigator
(Results
1 - 15
of
15
) sorted by null
/external/parameter-framework/upstream/parameter/
PathNavigator.cpp
33
CPathNavigator
::
CPathNavigator
(const std::string &strPath)
38
void
CPathNavigator
::init(const std::string &strPath)
47
bool
CPathNavigator
::isPathValid() const
53
bool
CPathNavigator
::navigateThrough(const std::string &strItemName, std::string &strError)
83
std::string *
CPathNavigator
::next()
93
std::string
CPathNavigator
::getCurrentPath() const
113
bool
CPathNavigator
::checkPathFormat(const std::string &strUpl)
PathNavigator.h
36
class
CPathNavigator
39
CPathNavigator
(const std::string &strPath);
ElementLocator.cpp
43
CPathNavigator
pathNavigator(strPath);
ArrayParameter.h
57
bool accessValue(
CPathNavigator
&pathNavigator, std::string &strValue, bool bSet,
75
bool getIndex(
CPathNavigator
&pathNavigator, size_t &index,
Element.h
104
const CElement *findDescendant(
CPathNavigator
&pathNavigator) const;
105
CElement *findDescendant(
CPathNavigator
&pathNavigator);
InstanceConfigurableElement.h
116
static bool checkPathExhausted(
CPathNavigator
&pathNavigator,
BaseParameter.h
92
bool accessValue(
CPathNavigator
&pathNavigator, std::string &strValue, bool bSet,
BaseParameter.cpp
185
bool CBaseParameter::accessValue(
CPathNavigator
&pathNavigator, string &strValue, bool bSet,
ConfigurableElement.h
112
virtual bool accessValue(
CPathNavigator
&pathNavigator, std::string &strValue, bool bSet,
InstanceConfigurableElement.cpp
203
bool CInstanceConfigurableElement::checkPathExhausted(
CPathNavigator
&pathNavigator,
ArrayParameter.cpp
72
bool CArrayParameter::accessValue(
CPathNavigator
&pathNavigator, string &strValue, bool bSet,
203
bool CArrayParameter::getIndex(
CPathNavigator
&pathNavigator, size_t &index,
Element.cpp
413
const CElement *CElement::findDescendant(
CPathNavigator
&pathNavigator) const
432
CElement *CElement::findDescendant(
CPathNavigator
&pathNavigator)
ConfigurableElement.cpp
203
bool CConfigurableElement::accessValue(
CPathNavigator
&pathNavigator, std::string &strValue,
ConfigurableDomain.cpp
278
CPathNavigator
pathNavigator(strConfigurableElementPath);
[
all
...]
ParameterMgr.cpp
700
CPathNavigator
pathNavigator(strPath);
[
all
...]
Completed in 206 milliseconds