Home
last modified time | relevance | path

Searched refs:GetDBinderCallingPidUid (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_invoker.h246 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() function in OHOS::IPC_SINGLE::BinderInvoker
427 if (!GetDBinderCallingPidUid(handle, isReply, pid, uid)) { in TranslateDBinderStub()