Home
last modified time | relevance | path

Searched refs:GetSessionBuff (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_session_object.h58 std::shared_ptr<BufferObject> GetSessionBuff();
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_session_object.cpp50 std::shared_ptr<BufferObject> DBinderSessionObject::GetSessionBuff() in GetSessionBuff() function in OHOS::DBinderSessionObject
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Ddbinder_session_object_unittest.cpp129 auto buff = object.GetSessionBuff();
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h295 std::shared_ptr<BufferObject> sessionBuff = sessionObject->GetSessionBuff(); in MoveTransData2Buffer()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp344 std::shared_ptr<BufferObject> sessionBuff = sessionOfPeer->GetSessionBuff(); in OnSendMessage()