OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strConfigurableElementPath
(Results
1 - 6
of
6
) sorted by null
/external/parameter-framework/upstream/parameter/
ParameterMgrFullConnector.cpp
203
const string &strDomain, const string &
strConfigurableElementPath
, string &strError)
205
return _pParameterMgr->addConfigurableElementToDomain(strDomain,
strConfigurableElementPath
,
210
const string &strDomain, const string &
strConfigurableElementPath
, string &strError)
213
strDomain,
strConfigurableElementPath
, strError);
217
const string &
strConfigurableElementPath
, string &strError)
219
return _pParameterMgr->split(strDomain,
strConfigurableElementPath
, strError);
ConfigurableDomain.cpp
275
string
strConfigurableElementPath
;
276
xmlConfigurableElementElement.getAttribute("Path",
strConfigurableElementPath
);
278
CPathNavigator pathNavigator(
strConfigurableElementPath
);
285
"Could not find configurable element of path " +
strConfigurableElementPath
+
297
strConfigurableElementPath
+
[
all
...]
ParameterMgr.h
288
const std::string &
strConfigurableElementPath
,
291
const std::string &
strConfigurableElementPath
,
293
bool split(const std::string &strDomain, const std::string &
strConfigurableElementPath
,
[
all
...]
ParameterMgr.cpp
[
all
...]
/external/parameter-framework/upstream/parameter/include/
ParameterMgrFullConnector.h
153
const std::string &
strConfigurableElementPath
,
156
const std::string &
strConfigurableElementPath
,
158
bool split(const std::string &strDomain, const std::string &
strConfigurableElementPath
,
/external/parameter-framework/upstream/bindings/python/
pfw.i
149
bool addConfigurableElementToDomain(const std::string& strDomain, const std::string&
strConfigurableElementPath
, std::string& strError);
150
bool removeConfigurableElementFromDomain(const std::string& strDomain, const std::string&
strConfigurableElementPath
, std::string& strError);
151
bool split(const std::string& strDomain, const std::string&
strConfigurableElementPath
, std::string& strError);
Completed in 388 milliseconds