Searched refs:HandleSessionList (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/ |
H A D | rpc_process_skeleton.h | 89 } HandleSessionList; typedef 117 int32_t AttachStubSession(HandleSessionList *handleSession); 118 void DetachStubSession(HandleSessionList *handleSession); 119 HandleSessionList *QueryStubSession(uint32_t handle); 120 int32_t AttachProxySession(HandleSessionList *handleSession); 121 void DetachProxySession(HandleSessionList *handleSession); 122 HandleSessionList *QueryProxySession(uint32_t handle); 123 HandleSessionList *QueryProxySessionBySessionId(uint32_t sessionId);
|
H A D | dbinder_invoker.h | 34 void UpdateClientSession(int32_t handle, HandleSessionList *sessionObject,
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/ |
H A D | rpc_process_skeleton.c | 42 static HandleSessionList g_stubSessionList; 44 static HandleSessionList g_proxySessionList; 232 int32_t AttachStubSession(HandleSessionList *handleSession) in AttachStubSession() 240 void DetachStubSession(HandleSessionList *handleSession) in DetachStubSession() 247 HandleSessionList *QueryStubSession(uint32_t handle) in QueryStubSession() 249 HandleSessionList *node = NULL; in QueryStubSession() 262 int32_t AttachProxySession(HandleSessionList *handleSession) in AttachProxySession() 270 void DetachProxySession(HandleSessionList *handleSession) in DetachProxySession() 277 HandleSessionList *QueryProxySession(uint32_t handle) in QueryProxySession() 279 HandleSessionList *node = NULL; in QueryProxySession() [all …]
|
H A D | dbinder_invoker.c | 51 static HandleSessionList *GetSessionObject(uint32_t handle, uint32_t sessionId) in GetSessionObject() 154 static int32_t MoveTransData2Buffer(HandleSessionList *sessionObject, dbinder_transaction_data *tra… in MoveTransData2Buffer() 180 static HandleSessionList *WriteTransaction(int32_t cmd, MessageOption option, int32_t handle, in WriteTransaction() 183 HandleSessionList *sessionObject = GetSessionObject(handle, sessionId); in WriteTransaction() 227 static int32_t OnSendMessage(HandleSessionList *sessionOfPeer) in OnSendMessage() 316 HandleSessionList *sessionOfPeer, IpcIo *reply, uintptr_t *buffer) in SendOrWaitForCompletion() 346 HandleSessionList *sessionObject = WriteTransaction(BC_REPLY, option, 0, GetCallerSessionId(), in SendReply() 534 HandleSessionList *stubSession = (HandleSessionList *)malloc(sizeof(HandleSessionList)); in OnReceiveNewConnection() 556 HandleSessionList *handleSession = QueryStubSession(handle); in OnDatabusSessionClosed() 628 void UpdateClientSession(int32_t handle, HandleSessionList *sessionObject, in UpdateClientSession() [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/ |
H A D | ipc_proxy_inner.c | 160 HandleSessionList *sessionObject = (HandleSessionList *)malloc(sizeof(HandleSessionList)); in GetSessionFromDBinderService() 207 HandleSessionList *sessionObject = QueryProxySession(svc->handle); in UpdateProto()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/ |
H A D | ipc_proxy_inner.c | 41 HandleSessionList *sessionObject = (HandleSessionList *)calloc(1, sizeof(HandleSessionList)); in UpdateDatabusClientSession() 247 HandleSessionList *sessionObject = QueryProxySession(svc->handle); in UpdateProto()
|
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/client/ |
H A D | RpcClientTest.cpp | 337 HandleSessionList *session = QueryProxySession(sid.handle);
|