提交 fe8c6177 编写于 作者: L liubb_0516

Add L0 read remote object

Signed-off-by: Nliubb_0516 <liubeibei8@huawei.com>
上级 d7c5f405
...@@ -262,8 +262,11 @@ bool WriteFileDescriptor(IpcIo *io, uint32_t fd) ...@@ -262,8 +262,11 @@ bool WriteFileDescriptor(IpcIo *io, uint32_t fd)
bool ReadRemoteObject(IpcIo *io, SvcIdentity *svc) bool ReadRemoteObject(IpcIo *io, SvcIdentity *svc)
{ {
(void)io; (void)io;
(void)svc; if (svc == NULL) {
return false; return false;
}
OnFirstStrongRef(svc->handle);
return true;
} }
int32_t ReadFileDescriptor(IpcIo *io) int32_t ReadFileDescriptor(IpcIo *io)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册