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