Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
H A Dlog_ioctl.h53 int RequestMsgHead(const T1& rqst);
67 int LogIoctl::RequestMsgHead(const T1& rqst) in RequestMsgHead() function
103 int ret = RequestMsgHead<T1, T2>(rqst); in Request()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
H A Dlog_ioctl.cpp304 int ret = RequestMsgHead<OutputRqst, OutputRsp>(rqst); in RequestOutput()
332 int ret = RequestMsgHead<StatsQueryRqst, StatsQueryRsp>(rqst); in RequestStatsQuery()