Home
last modified time | relevance | path

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

/system/netd/server/
DNFLogListenerTest.cpp103 constexpr uint16_t kType = 38; in TEST_F() local
105 subscribe(kType, dispatchFn); in TEST_F()
109 constexpr uint16_t kType = 38; in TEST_F() local
111 subscribe(kType, dispatchFn); in TEST_F()
117 constexpr uint16_t kType = 38; in TEST_F() local
118 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 …]