Searched refs:TestUeventdFile (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/core/init/ |
H A D | ueventd_parser_test.cpp | 82 TestUeventdFile("", {}); in TEST() 107 TestUeventdFile(ueventd_file, {subsystems, {}, {}, {}, {}}); in TEST() 133 TestUeventdFile(ueventd_file, {{}, sysfs_permissions, permissions, {}, {}}); in TEST() 149 TestUeventdFile(ueventd_file, {{}, {}, {}, firmware_directories, {}}); in TEST() 195 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, external_firmware_handlers}); in TEST() 212 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, external_firmware_handlers}); in TEST() 221 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, {}, false, 8 * 1024 * 1024}); in TEST() 231 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, {}, false, 0, true}); in TEST() 239 TestUeventdFile(ueventd_file2, {{}, {}, {}, {}, {}, true, 0, false}); in TEST() 313 TestUeventdFile(ueventd_file, in TEST() [all …]
|