未验证 提交 bcb3a31b 编写于 作者: 陈卓 提交者: Gitee

update ipc/native/src/mock/source/binder_invoker.cpp.

Signed-off-by: N陈卓 <chenzhuo50@huawei.com>
上级 8dcbb6fd
......@@ -455,7 +455,7 @@ void BinderInvoker::OnTransaction(const uint8_t *buffer)
data->InjectOffsets(tr->data.ptr.offsets, tr->offsets_size / sizeof(binder_size_t));
}
uint32_t &newflags = const_cast<uint32_t &>(tr->flags);
int isServerTraced = HitraceInvoker::TraceServerReceieve(static_cast<uint32_t>(tr->target.handle), tr->code, *data, newflags);
int isServerTraced = HitraceInvoker::TraceServerReceieve(static_cast<uint64_t>(tr->target.handle), tr->code, *data, newflags);
const pid_t oldPid = callerPid_;
const auto oldUid = static_cast<const uid_t>(callerUid_);
const uint64_t oldToken = callerTokenID_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册