Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbuffer_object_unittest.cpp64 object.SetSendBufferReadCursor(1);
80 object.SetSendBufferReadCursor(BUFFER_READ_CURSOR_TEST);
101 object.SetSendBufferReadCursor(BUFFER_READ_CURSOR_TEST);
117 object.SetSendBufferReadCursor(0);
367 object.SetSendBufferReadCursor(1);
379 object.SetSendBufferReadCursor(-1);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dbuffer_object.h57 void SetSendBufferReadCursor(ssize_t newReadCursor);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dbuffer_object.cpp211 void BufferObject::SetSendBufferReadCursor(ssize_t newReadCursor) in SetSendBufferReadCursor() function in OHOS::BufferObject
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/bufferobject_fuzzer/
H A Dbufferobject_fuzzer.cpp166 object.SetSendBufferReadCursor(cursor); in SetSendBufferReadCursorTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h331 sessionBuff->SetSendBufferReadCursor(readCursor); in MoveTransData2Buffer()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp389 sessionBuff->SetSendBufferReadCursor(readCursor); in SendData()