OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAsXML
(Results
1 - 4
of
4
) sorted by null
/external/parameter-framework/upstream/test/functional-tests/include/
ElementHandle.hpp
104
void
setAsXML
(const std::string &settings) { mayFailSet(&EH::
setAsXML
, settings); }
/external/parameter-framework/upstream/test/functional-tests/
Handle.cpp
426
CHECK_NOTHROW(basicParams.
setAsXML
(testSettings));
430
CHECK_NOTHROW(basicParams.
setAsXML
(rawTestSettings));
518
REQUIRE_NOTHROW(root.
setAsXML
(rootXMLSettings));
539
REQUIRE_NOTHROW(basicParams.
setAsXML
(basicXMLSettings));
/external/parameter-framework/upstream/parameter/include/
ElementHandle.h
145
bool
setAsXML
(const std::string &xmlValue, std::string &error);
/external/parameter-framework/upstream/parameter/
ElementHandle.cpp
175
bool ElementHandle::
setAsXML
(const std::string &xmlValue, std::string &error)
Completed in 301 milliseconds