Home
last modified time | relevance | path

Searched refs:StatsQueryRqst (Results 1 – 7 of 7) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
Dservice_controller.h81 void HandleStatsQueryRqst(const StatsQueryRqst& rqst);
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
Dlog_ioctl.h40 …int RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const StatsQueryRsp& rsp)> han…
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
Dlog_ioctl.cpp329 int LogIoctl::RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const StatsQueryRsp& … in RequestStatsQuery()
332 int ret = RequestMsgHead<StatsQueryRqst, StatsQueryRsp>(rqst); in RequestStatsQuery()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h166 struct StatsQueryRqst { struct
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp718 void ServiceController::HandleStatsQueryRqst(const StatsQueryRqst& rqst) in HandleStatsQueryRqst()
857 RequestHandler<StatsQueryRqst>(hdr, [this](const StatsQueryRqst& rqst) { in CommunicationLoop()
/base/hiviewdfx/hilog/interfaces/native/innerkits/
Dlibhilog.map73 …"OHOS::HiviewDFX::LogIoctl::RequestStatsQuery(StatsQueryRqst const&, std::__h::function<int (Stats…
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp381 void ToStatsQueryRqst(StatsQueryRqst& rqst) in ToStatsQueryRqst()
733 StatsQueryRqst rqst = { 0 }; in StatsInfoQueryHandler()