Home
last modified time | relevance | path

Searched refs:setHexOutputFormat (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/
DBitParameter.cpp107 REQUIRE_NOTHROW(setHexOutputFormat(true));
DEnumParameter.cpp120 REQUIRE_NOTHROW(setHexOutputFormat(true));
DInteger.cpp135 REQUIRE_NOTHROW(setHexOutputFormat(true));
DHandle.cpp421 setHexOutputFormat(true); in __anon47ac73710202()
/external/parameter-framework/upstream/test/functional-tests/include/
DParameterFramework.hpp117 void setHexOutputFormat(bool enable) { setOutputRawFormat(enable); } in setHexOutputFormat() function in parameterFramework::ParameterFramework