Lines Matching refs:comm
451 const auto comm = "public"s; variable
453 const auto str = comm + "@" + host;
458 REQUIRE(sc.read_community == comm);
459 REQUIRE(sc.write_community == comm);
462 const auto comm = "public@bla"s; variable
464 const auto str = comm + "@" + host;
469 REQUIRE(sc.read_community == comm);
470 REQUIRE(sc.write_community == comm);
473 const auto comm = ""s; variable
475 const auto str = comm + "@" + host;
480 REQUIRE(sc.read_community == comm);
481 REQUIRE(sc.write_community == comm);
492 const auto comm = "public"s; variable
495 const auto str = trans + "::" + comm + "@" + host + ":" + port;
500 REQUIRE(sc.read_community == comm);
501 REQUIRE(sc.write_community == comm);
505 const auto comm = "public"s; variable
508 const auto str = trans + "::" + comm + "@" + host + ":" + port;
513 REQUIRE(sc.read_community == comm);
514 REQUIRE(sc.write_community == comm);
518 const auto comm = "public"s; variable
521 const auto str = trans + "::" + comm + "@[" + host + "]:" + port;
526 REQUIRE(sc.read_community == comm);
527 REQUIRE(sc.write_community == comm);