Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Drpc_process_skeleton.h117 int32_t AttachStubSession(HandleSessionList *handleSession);
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c232 int32_t AttachStubSession(HandleSessionList *handleSession) in AttachStubSession() function
H A Ddbinder_invoker.c541 if (AttachStubSession(stubSession) != ERR_NONE) { in OnReceiveNewConnection()