Searched defs:sessionObject (Results 1 – 7 of 7) sorted by relevance
| /foundation/communication/ipc/ipc/native/src/mock/include/ |
| D | dbinder_base_invoker.h | 231 uint32_t socketId, std::shared_ptr<T> sessionObject) in IRemoteObjectTranslate() 373 bool DBinderBaseInvoker<T>::ProcessRawData(std::shared_ptr<T> sessionObject, MessageParcel &data, u… in ProcessRawData() 403 …rBaseInvoker<T>::MoveMessageParcel2TransData(MessageParcel &data, std::shared_ptr<T> sessionObject, in MoveMessageParcel2TransData() 442 …binder_transaction_data> DBinderBaseInvoker<T>::ProcessNormalData(std::shared_ptr<T> sessionObject, in ProcessNormalData() 487 bool DBinderBaseInvoker<T>::MoveTransData2Buffer(std::shared_ptr<T> sessionObject, in MoveTransData2Buffer() 530 std::shared_ptr<T> sessionObject = GetSessionObject(handle, socketId); in WriteTransaction() local 564 std::shared_ptr<T> sessionObject) in HandleReply() 642 std::shared_ptr<T> sessionObject, int userWaitTime) in WaitForReply() 752 std::shared_ptr<T> sessionObject = WriteTransaction(BC_REPLY, flags, 0, in SendReply() local 880 std::shared_ptr<T> sessionObject = QueryClientSessionObject(listenFd); in ProcessTransaction() local
|
| /foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/ |
| D | ipc_proxy_inner.c | 163 HandleSessionList *sessionObject = (HandleSessionList *)malloc(sizeof(HandleSessionList)); in GetSessionFromDBinderService() local 210 HandleSessionList *sessionObject = QueryProxySession(svc->handle); in UpdateProto() local
|
| /foundation/communication/ipc/ipc/native/src/mock/source/ |
| D | dbinder_databus_invoker.cpp | 231 std::shared_ptr<DBinderSessionObject> sessionObject = in OnReceiveNewConnection() local 466 std::shared_ptr<DBinderSessionObject> sessionObject = in UnFlattenSession() local 494 …tabusInvoker::UpdateClientSession(uint32_t handle, std::shared_ptr<DBinderSessionObject> sessionOb… in UpdateClientSession() 672 std::shared_ptr<DBinderSessionObject> sessionObject) in SetTokenId() 693 std::shared_ptr<DBinderSessionObject> sessionObject = QueryClientSessionObject(listenFd); in CheckAndSetCallerInfo() local 788 const std::shared_ptr<DBinderSessionObject> sessionObject) in ConnectRemoteObject2Session() 831 uint64_t &stubIndex, std::shared_ptr<DBinderSessionObject> sessionObject) in CreateServerSessionObject()
|
| /foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/ |
| D | ipc_proxy_inner.c | 41 HandleSessionList *sessionObject = (HandleSessionList *)calloc(1, sizeof(HandleSessionList)); in UpdateDatabusClientSession() local 247 HandleSessionList *sessionObject = QueryProxySession(svc->handle); in UpdateProto() local
|
| /foundation/communication/ipc/ipc/native/test/unittest/common/ |
| D | ipc_binder_databus_invoker_unittest.cpp | 455 std::shared_ptr<DBinderSessionObject> sessionObject = nullptr; variable 471 std::shared_ptr<DBinderSessionObject> sessionObject = nullptr; variable 962 std::shared_ptr<DBinderSessionObject> sessionObject = variable 985 std::shared_ptr<DBinderSessionObject> sessionObject = variable 1005 std::shared_ptr<DBinderSessionObject> sessionObject = variable 1180 std::shared_ptr<DBinderSessionObject> sessionObject = nullptr; variable 1197 const std::shared_ptr<DBinderSessionObject> sessionObject = nullptr; variable
|
| /foundation/communication/ipc/ipc/native/c/rpc/src/ |
| D | dbinder_invoker.c | 154 static int32_t MoveTransData2Buffer(HandleSessionList *sessionObject, dbinder_transaction_data *tra… in MoveTransData2Buffer() 183 HandleSessionList *sessionObject = GetSessionObject(handle, sessionId); in WriteTransaction() local 346 HandleSessionList *sessionObject = WriteTransaction(BC_REPLY, option, 0, GetCallerSessionId(), in SendReply() local 628 void UpdateClientSession(int32_t handle, HandleSessionList *sessionObject, in UpdateClientSession()
|
| /foundation/communication/ipc/services/dbinder/c/src/ |
| D | dbinder_service.c | 827 … SessionInfo *sessionObject = QuerySessionObject((uintptr_t)(dBinderServiceStub->svc.cookie)); in MakeRemoteBinder() local
|