Lines Matching refs:sd_device_monitor_start

42         assert_se(sd_device_monitor_start(monitor_server, NULL, NULL) >= 0);  in test_receive_device_fail()
47 assert_se(sd_device_monitor_start(monitor_client, monitor_handler, (void *) syspath) >= 0); in test_receive_device_fail()
64 assert_se(sd_device_monitor_start(monitor_server, NULL, NULL) >= 0); in test_send_receive_one()
69 assert_se(sd_device_monitor_start(monitor_client, monitor_handler, (void *) syspath) >= 0); in test_send_receive_one()
101 assert_se(sd_device_monitor_start(monitor_server, NULL, NULL) >= 0); in test_subsystem_filter()
107 assert_se(sd_device_monitor_start(monitor_client, monitor_handler, (void *) syspath) >= 0); in test_subsystem_filter()
138 assert_se(sd_device_monitor_start(monitor_server, NULL, NULL) >= 0); in test_tag_filter()
144 assert_se(sd_device_monitor_start(monitor_client, monitor_handler, (void *) syspath) >= 0); in test_tag_filter()
176 assert_se(sd_device_monitor_start(monitor_server, NULL, NULL) >= 0); in test_sysattr_filter()
185 assert_se(sd_device_monitor_start(monitor_client, monitor_handler, (void *) syspath) >= 0); in test_sysattr_filter()
221 assert_se(sd_device_monitor_start(monitor_server, NULL, NULL) >= 0); in test_parent_filter()
230 assert_se(sd_device_monitor_start(monitor_client, monitor_handler, (void *) syspath) >= 0); in test_parent_filter()
258 assert_se(sd_device_monitor_start(monitor_server, NULL, NULL) >= 0); in test_sd_device_monitor_filter_remove()
263 assert_se(sd_device_monitor_start(monitor_client, monitor_handler, (void *) syspath) >= 0); in test_sd_device_monitor_filter_remove()