Home
last modified time | relevance | path

Searched defs:TestData (Results 1 – 2 of 2) sorted by relevance

/system/netd/tests/
Dbinder_test.cpp323 const struct TestData { in TEST_F() struct
324 const std::string family; in TEST_F()
325 const std::string deviceName; in TEST_F()
326 const std::string localAddress; in TEST_F()
327 const std::string remoteAddress; in TEST_F()
328 int32_t iKey; in TEST_F()
329 int32_t oKey; in TEST_F()
330 int32_t ifId; in TEST_F()
961 static const struct TestData { in TEST_F() struct
962 const char *addrString; in TEST_F()
[all …]
/system/bt/service/test/
Dparcelable_unittest.cc46 bool TestData(IN& in) { in TestData() function