Lines Matching full:otbr
183 otbr::Netif netif; in TEST()
207 otbr::Netif netif; in TEST()
230 otbr::Netif netif; in TEST()
251 otbr::Netif netif; in TEST()
261 otbr::Netif netif; in TEST()
284 otbr::Netif netif; in TEST()
303 otbr::Netif netif; in TEST()
336 otbr::Netif netif; in TEST()
339 otbr::Ip6AddressInfo testArray1[] = { in TEST()
344 std::vector<otbr::Ip6AddressInfo> testVec1(testArray1, in TEST()
345 … testArray1 + sizeof(testArray1) / sizeof(otbr::Ip6AddressInfo)); in TEST()
353 otbr::Ip6AddressInfo testArray2[] = { in TEST()
359 std::vector<otbr::Ip6AddressInfo> testVec2(testArray2, in TEST()
360 … testArray2 + sizeof(testArray2) / sizeof(otbr::Ip6AddressInfo)); in TEST()
369 std::vector<otbr::Ip6AddressInfo> testVec3; in TEST()
380 otbr::Netif netif; in TEST()
383 otbr::Ip6Address kDefaultMulAddr1 = { in TEST()
389 otbr::Ip6Address kMulAddr1 = { in TEST()
391 otbr::Ip6Address kMulAddr2 = { in TEST()
396 otbr::Ip6Address testArray1[] = { in TEST()
399 …std::vector<otbr::Ip6Address> testVec1(testArray1, testArray1 + sizeof(testArray1) / sizeof(otbr::… in TEST()
408 otbr::Ip6Address testArray2[] = {kMulAddr1, kMulAddr2}; in TEST()
409 …std::vector<otbr::Ip6Address> testVec2(testArray2, testArray2 + sizeof(testArray2) / sizeof(otbr::… in TEST()
419 otbr::Ip6Address testArray3[] = {kDefaultMulAddr1}; in TEST()
420 …std::vector<otbr::Ip6Address> testVec3(testArray3, testArray3 + sizeof(testArray3) / sizeof(otbr::… in TEST()
428 std::vector<otbr::Ip6Address> empty; in TEST()
441 otbr::Netif netif; in TEST()
469 otbr::Netif netif; in TEST()
474 std::vector<otbr::Ip6AddressInfo> addrs = { in TEST()
508 // Udp payload: "Hello Otbr Netif!" in TEST()
519 EXPECT_EQ(udpPayload, "Hello Otbr Netif!"); in TEST()
529 const char *hello = "Hello Otbr Netif!"; in TEST()
545 otbr::Netif netif; in TEST()
551 std::vector<otbr::Ip6AddressInfo> addrs = { in TEST()
582 otbr::MainloopContext context; in TEST()