Searched refs:TestUeventdFile (Results 1 – 1 of 1) sorted by relevance
/system/core/init/ |
D | ueventd_parser_test.cpp | 59 void TestUeventdFile(const std::string& content, const UeventdConfiguration& expected) { in TestUeventdFile() function 73 TestUeventdFile("", {}); in TEST() 98 TestUeventdFile(ueventd_file, {subsystems, {}, {}, {}, {}}); in TEST() 124 TestUeventdFile(ueventd_file, {{}, sysfs_permissions, permissions, {}, {}}); in TEST() 140 TestUeventdFile(ueventd_file, {{}, {}, {}, firmware_directories, {}}); in TEST() 168 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, external_firmware_handlers}); in TEST() 185 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, external_firmware_handlers}); in TEST() 194 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, {}, false, 8 * 1024 * 1024}); in TEST() 204 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, {}, false, 0, true}); in TEST() 212 TestUeventdFile(ueventd_file2, {{}, {}, {}, {}, {}, true, 0, false}); in TEST() [all …]
|