Searched refs:kType (Results 1 – 1 of 1) sorted by relevance
107 constexpr uint16_t kType = 38; in TEST_F() local109 subscribe(kType, dispatchFn); in TEST_F()113 constexpr uint16_t kType = 38; in TEST_F() local115 subscribe(kType, dispatchFn); in TEST_F()121 constexpr uint16_t kType = 38; in TEST_F() local122 const auto dispatchFn = [&invocations, kType](const nlmsghdr&, const nfgenmsg& nfmsg, in TEST_F()124 EXPECT_EQ(kType, ntohs(nfmsg.res_id)); in TEST_F()127 subscribe(kType, dispatchFn); in TEST_F()128 sendEmptyMsg(kType); in TEST_F()133 constexpr uint16_t kType = 38; in TEST_F() local[all …]