Lines Matching defs:TestConfig
65 struct TestConfig { in TEST_F() struct
66 const uid_t uid; in TEST_F()
67 const uint32_t enabledRules; in TEST_F()
68 const uint32_t uidRules; in TEST_F()
69 const int expectedResult; in TEST_F()
70 std::string toString() const { in TEST_F()
149 struct TestConfig { in TEST_F() struct
150 const uint32_t enabledRules; // Settings in configuration map. in TEST_F()
151 const bool dataSaverEnabled; // Settings in data saver enabled map. in TEST_F()
152 const uint32_t uidRules; // Settings in uid owner map. in TEST_F()
153 const int blocked; // Whether the UID is expected to be networking blocked or not. in TEST_F()
154 std::string toString() const { in TEST_F()