Home
last modified time | relevance | path

Searched defs:hdr (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
Dlog_ioctl.h79 MsgHeader hdr = { 0 }; in RequestMsgHead() local
/base/hiviewdfx/hilog/services/hilogd/include/
Dservice_controller.h100 void ServiceController::RequestHandler(const MsgHeader& hdr, std::function<void(const T& rqst)> han… in RequestHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
Dsocket_server.cpp78 int SocketServer::RecvMsg(struct msghdr *hdr, int flags) in RecvMsg()
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp84 int ServiceController::GetMsgHeader(MsgHeader& hdr) in GetMsgHeader()
98 int ServiceController::GetRqst(const MsgHeader& hdr, char* rqst, int expectedLen) in GetRqst()
807 MsgHeader hdr; in CommunicationLoop() local
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
Dlog_ioctl.cpp55 int LogIoctl::ReceiveMsgHeaer(MsgHeader& hdr) in ReceiveMsgHeaer()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
Ddlp_fuse_test.cpp896 uint32_t* hdr = reinterpret_cast<uint32_t*>(readBuf); variable