Home
last modified time | relevance | path

Searched refs:bufPtr (Results 1 - 2 of 2) sorted by relevance

/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()
/base/update/updater/services/flashd/daemon/
H A Ddaemon.cpp297 uint8_t *bufPtr, const int size) in ServerCommand()
299 return Send(sessionId, channelId, command, (uint8_t *)bufPtr, size) > 0; in ServerCommand()
296 ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uint8_t *bufPtr, const int size) ServerCommand() argument

Completed in 2 milliseconds