diff --git a/ipc/native/src/mock/source/binder_invoker.cpp b/ipc/native/src/mock/source/binder_invoker.cpp index ddec9c6d6a489f45cbf38ff09bc5ef637fef427f..ece525c164d3d16a2007b6f772a1e1453d017dc8 100644 --- a/ipc/native/src/mock/source/binder_invoker.cpp +++ b/ipc/native/src/mock/source/binder_invoker.cpp @@ -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(tr->flags); - int isServerTraced = HitraceInvoker::TraceServerReceieve(static_cast(tr->target.handle), tr->code, *data, newflags); + int isServerTraced = HitraceInvoker::TraceServerReceieve(static_cast(tr->target.handle), tr->code, *data, newflags); const pid_t oldPid = callerPid_; const auto oldUid = static_cast(callerUid_); const uint64_t oldToken = callerTokenID_;