Searched refs:dispatchFn (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | NFLogListenerTest.cpp | 104 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const Slice) {}; in TEST_F() local 105 subscribe(kType, dispatchFn); in TEST_F() 110 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const Slice) {}; in TEST_F() local 111 subscribe(kType, dispatchFn); in TEST_F() 118 const auto dispatchFn = [&invocations, kType](const nlmsghdr&, const nfgenmsg& nfmsg, in TEST_F() local 123 subscribe(kType, dispatchFn); in TEST_F() 131 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const Slice) { in TEST_F() local 135 subscribe(kType, dispatchFn); in TEST_F()
|