Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_socket_test.cpp26 bool (*callback_fn)(int); member
29 : callback_fn(callback_func), sock_path(socket_path) {} in ConnectData()
34 bool (*callback_fn)(int) = pdata->callback_fn; in ConnectFn() local
53 else if (callback_fn != NULL && !callback_fn(fd)) { in ConnectFn()
63 bool (*callback_fn)(int fd), const char* sock_path) { in RunTest()
77 ConnectData connect_data(callback_fn, sock_path); in RunTest()