Home
last modified time | relevance | path

Searched refs:TestUeventdFile (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dueventd_parser_test.cpp67 void TestUeventdFile(const std::string& content, const UeventdConfiguration& expected) { in TestUeventdFile() function
84 TestUeventdFile("", {}); in TEST()
109 TestUeventdFile(ueventd_file, {subsystems, {}, {}, {}, {}, {}}); in TEST()
135 TestUeventdFile(ueventd_file, {{}, sysfs_permissions, permissions, {}, {}, {}}); in TEST()
151 TestUeventdFile(ueventd_file, {{}, {}, {}, firmware_directories, {}, {}}); in TEST()
217 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, external_firmware_handlers, {}}); in TEST()
235 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, external_firmware_handlers, {}}); in TEST()
249 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, {}, parallel_restorecon_dirs}); in TEST()
258 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, {}, {}, false, 8 * 1024 * 1024}); in TEST()
268 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, {}, {}, false, 0, true}); in TEST()
[all …]