Searched refs:TestFdType (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/vr/libpdx_uds/ |
D | remote_method_tests.cpp | 80 struct TestFdType { struct 84 TestFdType() {} in TestFdType() argument 85 TestFdType(int a, LocalHandle fd) : a(a), fd(std::move(fd)) {} in TestFdType() function 88 PDX_SERIALIZABLE_MEMBERS(TestFdType, a, fd); 172 TestFdType(int, const std::string&, int)); 287 TestFdType GetTestFdType(int a, const std::string& path, int mode) { in GetTestFdType() 288 Status<TestFdType> status = in GetTestFdType() 484 TestFdType OnGetTestFdType(Message& message, int a, const std::string& path, in OnGetTestFdType() 486 TestFdType return_value(a, LocalHandle(path, mode)); in OnGetTestFdType() 734 TestFdType result = client->GetTestFdType(10, "/dev/zero", O_RDONLY); in TEST_F()
|