Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h134 bool ProxyMoveDBinderSession(uint32_t handle, IPCObjectProxy *proxy);
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp414 current->ProxyMoveDBinderSession(handle, proxy); in ProxyMoveDBinderSessionTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp867 return current->ProxyMoveDBinderSession(handle_, this); in CheckHaveSession()
H A Dipc_process_skeleton.cpp586 bool IPCProcessSkeleton::ProxyMoveDBinderSession(uint32_t handle, IPCObjectProxy *proxy) in ProxyMoveDBinderSession() function in OHOS::IPC_SINGLE::IPCProcessSkeleton