Home
last modified time | relevance | path

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

/openbmc/sdbusplus/test/vtable/
H A Dvtable_c.c5 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 Dvtable.cpp7 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 Dmain.c532 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()