Home
last modified time | relevance | path

Searched refs:bufPtr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.cpp177 auto bufPtr = reinterpret_cast<char *>(malloc(demoBufSize)); in CreateAndPublishEvent() local
178 if (bufPtr == nullptr) { in CreateAndPublishEvent()
181 event->data_ = bufPtr; in CreateAndPublishEvent()
/ohos5.0/base/update/updater/services/flashd/daemon/
H A Ddaemon.cpp297 uint8_t *bufPtr, const int size) in ServerCommand() argument
299 return Send(sessionId, channelId, command, (uint8_t *)bufPtr, size) > 0; in ServerCommand()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c210 uint8_t *bufPtr = BufferPtr(newPayload->buf); in PacketContinuousPayload() local
215 (void)memcpy_s(bufPtr, bufSize, BufferPtr(payloadIter->buf), bufSize); in PacketContinuousPayload()
216 bufPtr += bufSize; in PacketContinuousPayload()