Searched refs:RemoteHandle (Results 1 – 20 of 20) sorted by relevance
17 Status<FileReference>(const RemoteHandle& handle));
16 virtual Status<FileReference> PushFileHandle(const RemoteHandle& handle) = 0;
124 using RemoteHandle = FileHandle<FileHandleMode::Remote>; variable
51 const RemoteHandle& handle));
117 const RemoteHandle& handle) = 0;
163 Status<FileReference> PushFileHandle(const RemoteHandle& handle) override {303 Status<FileReference> PushFileHandle(const RemoteHandle& handle) override {
160 Status<FileReference> PushFileHandle(const RemoteHandle& handle) override;181 Status<void> Reply(const RemoteHandle& handle);
259 Status<FileReference> PushFileHandle(const RemoteHandle& handle) override;
31 using android::pdx::RemoteHandle;908 EXPECT_TRUE((IsConvertible<LocalHandle, RemoteHandle>::value)); in TEST()913 TestTemplateType<RemoteHandle>>::value)); in TEST()916 EXPECT_FALSE((IsConvertible<TestTemplateType<RemoteHandle>, in TEST()926 EXPECT_TRUE(HasSerializableMembers<TestTemplateType<RemoteHandle>>::value); in TEST()932 TestTemplateType<RemoteHandle>>>::value); in TEST()941 EXPECT_TRUE(HasSerializableMembers<TestTemplateType<RemoteHandle>>::value); in TEST()
262 Status<FileReference> SendPayload::PushFileHandle(const RemoteHandle& handle) { in PushFileHandle()
716 const RemoteHandle& handle) { in PushFileHandle()
21 using android::pdx::RemoteHandle;452 RemoteHandle handle{123}; in TEST_F()459 RemoteHandle handle{-EIO}; in TEST_F()594 RemoteHandle handle{kFakeFd}; in TEST_F()596 PushFileHandle(message_.get(), Matcher<const RemoteHandle&>( in TEST_F()
243 Status<FileReference> Transaction::PushFileHandle(const RemoteHandle& handle) { in PushFileHandle()
172 Status<FileReference> Message::PushFileHandle(const RemoteHandle& handle) { in PushFileHandle()317 Status<void> Message::Reply(const RemoteHandle& handle) { in Reply()
21 using android::pdx::RemoteHandle;528 EXPECT_EQ(3, transaction_.PushFileHandle(RemoteHandle{3}).get()); in TEST_F()
92 RemoteHandle r_handle = {}; in LLVMFuzzerTestOneInput()
236 const RemoteHandle& handle) { in PushFileHandle()
70 const RemoteHandle& handle) override;
72 Status<FileReference> PushFileHandle(const RemoteHandle& handle) override;
173 struct IsConvertible<LocalHandle, RemoteHandle> : std::true_type {};