Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Drpc_process_skeleton.h120 int32_t AttachProxySession(HandleSessionList *handleSession);
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c262 int32_t AttachProxySession(HandleSessionList *handleSession) in AttachProxySession() function
H A Ddbinder_invoker.c652 if (AttachProxySession(sessionObject) != ERR_NONE) { in UpdateClientSession()