Searched refs:getCustomizedTableByName (Results 1 – 4 of 4) sorted by relevance
76 std::vector<std::string> getCustomizedTableByName(const size_t netid, const char* hostname);
1541 std::vector<std::string> hosts = getCustomizedTableByName(netid, name); in getCustomHosts()
1604 std::vector<std::string> getCustomizedTableByName(const size_t netid, const char* hostname) { in getCustomizedTableByName() function
1507 EXPECT_THAT(getCustomizedTableByName(TEST_NETID, hostnameV4V6), in TEST_F()1511 ASSERT_TRUE(getCustomizedTableByName(TEST_NETID, "not.in.cust.table").empty()); in TEST_F()1514 ASSERT_TRUE(getCustomizedTableByName(TEST_NETID + 1, hostnameV4V6).empty()); in TEST_F()1518 EXPECT_THAT(getCustomizedTableByName(TEST_NETID + 1, hostnameV4V6), in TEST_F()