Lines Matching refs:kPrefix
94 const char kPrefix[] = "test:prefix"; in TEST_F() local
110 char prefix[sizeof(kPrefix)]; in TEST_F()
128 memcpy(msg.prefix, kPrefix, sizeof(kPrefix)); in TEST_F()
132 onWakeupEvent(kPrefix, kUid, -1, -1, std::vector<uint8_t>(), "", "", -1, -1, kTsNs)); in TEST_F()
137 const char kPrefix[] = "test:prefix"; in TEST_F() local
160 char prefix[sizeof(kPrefix)]; in TEST_F()
172 memcpy(msg.prefix, kPrefix, sizeof(kPrefix)); in TEST_F()
207 EXPECT_CALL(mEventListener, onWakeupEvent(kPrefix, kUid, kEthertype, kIpNextHeader, kMacAddr, in TEST_F()
213 const char kPrefix[] = "test:prefix"; in TEST_F() local
231 char prefix[sizeof(kPrefix)]; in TEST_F()
254 memcpy(msg.prefix, kPrefix, sizeof(kPrefix)); in TEST_F()
285 const char kPrefix[] = "test:prefix"; in TEST_F() local
294 EXPECT_OK(mController.addInterface(kPrefix, kIfName, kMark, kMask)); in TEST_F()
298 const char kPrefix[] = "test:prefix"; in TEST_F() local
307 EXPECT_OK(mController.delInterface(kPrefix, kIfName, kMark, kMask)); in TEST_F()