Home
last modified time | relevance | path

Searched refs:GetSendBufferReadCursor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbuffer_object_unittest.cpp66 EXPECT_EQ(object.GetSendBufferReadCursor(), 0);
103 EXPECT_EQ(object.GetSendBufferReadCursor(), 0);
368 EXPECT_EQ(object.GetSendBufferReadCursor(), 1);
380 EXPECT_EQ(object.GetSendBufferReadCursor(), -1);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dbuffer_object.h56 ssize_t GetSendBufferReadCursor() const;
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dbuffer_object.cpp206 ssize_t BufferObject::GetSendBufferReadCursor() const in GetSendBufferReadCursor() function in OHOS::BufferObject
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/bufferobject_fuzzer/
H A Dbufferobject_fuzzer.cpp152 ssize_t ret = object.GetSendBufferReadCursor(); in GetSendBufferReadCursorTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h314 ssize_t readCursor = sessionBuff->GetSendBufferReadCursor(); in MoveTransData2Buffer()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp363 ssize_t readCursor = sessionBuff->GetSendBufferReadCursor(); in SendData()