Home
last modified time | relevance | path

Searched refs:socketInit (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
H A Dlog_ioctl.cpp33 socketInit = socket.Init(); in LogIoctl()
34 if (socketInit != SeqPacketSocketResult::CREATE_AND_CONNECTED) { in LogIoctl()
44 if (socketInit != SeqPacketSocketResult::CREATE_AND_CONNECTED) { in SendMsgHeader()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
H A Dlog_ioctl.h44 int socketInit = -1; variable