Home
last modified time | relevance | path

Searched defs:sessionObject (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/ipc/ipc/native/src/mock/include/
Ddbinder_base_invoker.h231 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/
Dipc_proxy_inner.c163 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/
Ddbinder_databus_invoker.cpp231 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/
Dipc_proxy_inner.c41 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/
Dipc_binder_databus_invoker_unittest.cpp455 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/
Ddbinder_invoker.c154 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/
Ddbinder_service.c827 … SessionInfo *sessionObject = QuerySessionObject((uintptr_t)(dBinderServiceStub->svc.cookie)); in MakeRemoteBinder() local