Searched refs:UeventdConfiguration (Results 1 – 3 of 3) sorted by relevance
28 struct UeventdConfiguration { struct37 UeventdConfiguration ParseConfig(const std::vector<std::string>& configs); argument
206 UeventdConfiguration ParseConfig(const std::vector<std::string>& configs) { in ParseConfig()208 UeventdConfiguration ueventd_configuration; in ParseConfig()
57 void TestUeventdFile(const std::string& content, const UeventdConfiguration& expected) { in TestUeventdFile()