Home
last modified time | relevance | path

Searched refs:isReply (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_invoker.h244 …bool TranslateDBinderStub(int handle, MessageParcel &parcel, bool isReply, size_t &totalDBinderBuf…
246 bool GetDBinderCallingPidUid(int handle, bool isReply, pid_t &pid, uid_t &uid);
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp369 bool BinderInvoker::GetDBinderCallingPidUid(int handle, bool isReply, pid_t &pid, uid_t &uid) in GetDBinderCallingPidUid() argument
372 if (!isReply) { in GetDBinderCallingPidUid()
397 bool BinderInvoker::TranslateDBinderStub(int handle, MessageParcel &parcel, bool isReply, size_t &t… in TranslateDBinderStub() argument
427 if (!GetDBinderCallingPidUid(handle, isReply, pid, uid)) { in TranslateDBinderStub()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c721 static void TransOnExchangeUdpInfo(AuthHandle authHandle, int32_t isReply, int64_t seq, const cJSON… in TransOnExchangeUdpInfo() argument
723 if (isReply) { in TransOnExchangeUdpInfo()