Searched defs:AllParamsPF (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/parameter-framework/upstream/test/functional-tests/ |
H A D | Handle.cpp | 56 struct AllParamsPF : public ParameterFramework struct 58 AllParamsPF() : ParameterFramework{getConfig()} { REQUIRE_NOTHROW(start()); } in AllParamsPF() function 60 string getBasicParams() in getBasicParams() 97 Config getConfig() in getConfig() 110 void checkStructure(const string &path, const string &expected) in checkStructure() 118 static string canonicalizeXML(const string &xml) in canonicalizeXML() 153 static void checkEq(const string &result, const string &expected) in checkEq() 182 static void checkXMLEq(const string &result, const string &expected) in checkXMLEq() 187 static string node(string tag, string name, string content, string attributes = "", in node() 197 static string nodeDesc(string tag, string name, string content, string attributes = "", in nodeDesc() [all …]
|