Searched refs:test_handler (Results 1 – 3 of 3) sorted by relevance
/openbmc/sdbusplus/test/vtable/ |
H A D | vtable_c.c | 5 int test_handler(sd_bus_message* m, void* userdata, sd_bus_error* ret_error) in test_handler() function 43 SD_BUS_METHOD("1", "2", "3", &test_handler, 0),
|
H A D | vtable.cpp | 7 int test_handler(sd_bus_message* m, void* userdata, sd_bus_error* ret_error); 21 sdbusplus::vtable::method("1", "2", "3", &test_handler, 0),
|
/openbmc/linux/tools/testing/selftests/sgx/ |
H A D | main.c | 532 static int test_handler(long rdi, long rsi, long rdx, long ursp, long r8, long r9, in test_handler() function 550 self->run.user_handler = (__u64)test_handler; in TEST_F()
|