Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/socket/
Dhilog_input_socket_client.cpp49 …ret = WriteV(vec, 3); // 3 : written size of vect… in WriteLogMessage()
52 ret = WriteV(vec, 3); // 3 : written size of vector in WriteLogMessage()
Dsocket.cpp114 int Socket::WriteV(const iovec *vec, unsigned int len) in WriteV() function in OHOS::HiviewDFX::Socket
/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
Dsocket.h40 int WriteV(const iovec *vec, unsigned int len);
/base/hiviewdfx/hilog/interfaces/native/innerkits/
Dlibhilog.map61 "OHOS::HiviewDFX::Socket::WriteV(iovec const*, unsigned int)";
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp151 return m_communicationSocket->WriteV(vec, vec_num); in WriteQueryResponse()