Searched refs:makeInterfaceSharedQuotaCommands (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/netd/server/ |
H A D | BandwidthControllerTest.cpp | 319 const std::vector<std::string> makeInterfaceSharedQuotaCommands(const std::string& iface, in makeInterfaceSharedQuotaCommands() function 363 std::vector<std::string> expected = makeInterfaceSharedQuotaCommands(iface, 1, 123456, true); in TEST_F() 379 std::vector<std::string> expected = makeInterfaceSharedQuotaCommands(iface, 1, kOldQuota, true); in TEST_F() 405 auto expected = makeInterfaceSharedQuotaCommands(iface, 1, kQuota, first); in TEST_F()
|