Home
last modified time | relevance | path

Searched refs:LogRemoveRqst (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
H A Dservice_controller.h87 void HandleLogRemoveRqst(const LogRemoveRqst& rqst);
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h267 struct LogRemoveRqst { struct
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp401 void ToLogRemoveRqst(LogRemoveRqst& rqst) in ToLogRemoveRqst()
729 LogRemoveRqst rqst = { 0 }; in RemoveHandler()
732 int ret = ioctl.Request<LogRemoveRqst, LogRemoveRsp>(rqst, [&rqst](const LogRemoveRsp& rsp) { in RemoveHandler()
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp811 void ServiceController::HandleLogRemoveRqst(const LogRemoveRqst& rqst) in HandleLogRemoveRqst()
940 RequestHandler<LogRemoveRqst>(hdr, [this](const LogRemoveRqst& rqst) { in CommunicationLoop()

Completed in 5 milliseconds