Home
last modified time | relevance | path

Searched refs:oldPid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c291 const pid_t oldPid = threadContext->callerPid; in CallIpcCallback() local
311 threadContext->callerPid = oldPid; in CallIpcCallback()
493 const pid_t oldPid = threadContext->callerPid; in IpcJoinThreadLoop() local
515 threadContext->callerPid = oldPid; in IpcJoinThreadLoop()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_process.h54 const pid_t oldPid = GetCallerPid(); in ProcessTransaction() local
112 SetCallerPid(oldPid); in ProcessTransaction()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c216 const pid_t oldPid = threadContext->callerPid; in HandleTransaction() local
243 threadContext->callerPid = oldPid; in HandleTransaction()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c375 const pid_t oldPid = threadContext->callerPid; in ProcessTransaction() local
401 threadContext->callerPid = oldPid; in ProcessTransaction()