Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A 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()
H A Dsocket.cpp114 int Socket::WriteV(const iovec *vec, unsigned int len) in WriteV() function in OHOS::HiviewDFX::Socket
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
H A Dsocket.h40 int WriteV(const iovec *vec, unsigned int len);
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/
H A Dlibhilog.map62 "OHOS::HiviewDFX::Socket::WriteV(iovec const*, unsigned int)";
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp163 return m_communicationSocket->WriteV(vec, vec_num); in WriteQueryResponse()