Home
last modified time | relevance | path

Searched refs:TripleInt (Results 1 – 1 of 1) sorted by relevance

/system/netd/tests/
Dbinder_test.cpp2953 using TripleInt = std::array<int, 3>; typedef
2955 TripleInt readProcFileToTripleInt(const std::string& path) { in readProcFileToTripleInt()
2963 void updateAndCheckTcpBuffer(sp<INetd>& netd, TripleInt& rmemValues, TripleInt& wmemValues) { in updateAndCheckTcpBuffer()
2970 TripleInt newRmemValues = readProcFileToTripleInt(TCP_RMEM_PROC_FILE); in updateAndCheckTcpBuffer()
2971 TripleInt newWmemValues = readProcFileToTripleInt(TCP_WMEM_PROC_FILE); in updateAndCheckTcpBuffer()
2983 TripleInt rmemValue = readProcFileToTripleInt(TCP_RMEM_PROC_FILE); in TEST_F()
2984 TripleInt testRmemValue{rmemValue[0] + 42, rmemValue[1] + 42, rmemValue[2] + 42}; in TEST_F()
2985 TripleInt wmemValue = readProcFileToTripleInt(TCP_WMEM_PROC_FILE); in TEST_F()
2986 TripleInt testWmemValue{wmemValue[0] + 42, wmemValue[1] + 42, wmemValue[2] + 42}; in TEST_F()