Searched refs:kType (Results 1 – 1 of 1) sorted by relevance
103 constexpr uint16_t kType = 38; in TEST_F() local105 subscribe(kType, dispatchFn); in TEST_F()109 constexpr uint16_t kType = 38; in TEST_F() local111 subscribe(kType, dispatchFn); in TEST_F()117 constexpr uint16_t kType = 38; in TEST_F() local118 const auto dispatchFn = [&invocations, kType](const nlmsghdr&, const nfgenmsg& nfmsg, in TEST_F()120 EXPECT_EQ(kType, ntohs(nfmsg.res_id)); in TEST_F()123 subscribe(kType, dispatchFn); in TEST_F()124 sendEmptyMsg(kType); in TEST_F()129 constexpr uint16_t kType = 38; in TEST_F() local[all …]