Home
last modified time | relevance | path

Searched refs:StatsQueryRqst (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
H A Dservice_controller.h84 void HandleStatsQueryRqst(const StatsQueryRqst& rqst);
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
H A Dlog_ioctl.h40 int RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const StatsQueryRsp& rsp)> handle);
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
H A Dlog_ioctl.cpp329 int LogIoctl::RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const StatsQueryRsp& rsp)> handle) in RequestStatsQuery()
332 int ret = RequestMsgHead<StatsQueryRqst, StatsQueryRsp>(rqst); in RequestStatsQuery()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h187 struct StatsQueryRqst { struct
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp770 void ServiceController::HandleStatsQueryRqst(const StatsQueryRqst& rqst) in HandleStatsQueryRqst()
910 RequestHandler<StatsQueryRqst>(hdr, [this](const StatsQueryRqst& rqst) { in CommunicationLoop()
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp391 void ToStatsQueryRqst(StatsQueryRqst& rqst) in ToStatsQueryRqst()
744 StatsQueryRqst rqst = { 0 }; in StatsInfoQueryHandler()

Completed in 6 milliseconds