Home
last modified time | relevance | path

Searched defs:MappingPF (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp546 struct MappingPF : public ParameterFramework struct
548 MappingPF() : ParameterFramework{getConfig()} { REQUIRE_NOTHROW(start()); } in MappingPF() argument
550 struct TestVector
558 list<TestVector> testVectors = {
575 Config getConfig() in getConfig()