Home
last modified time | relevance | path

Searched refs:PersistStopRqst (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dservice_controller.h78 void HandlePersistStopRqst(const PersistStopRqst &rqst);
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h134 struct PersistStopRqst { struct
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp634 void ServiceController::HandlePersistStopRqst(const PersistStopRqst &rqst) in HandlePersistStopRqst()
886 RequestHandler<PersistStopRqst>(hdr, [this](const PersistStopRqst& rqst) { in CommunicationLoop()
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp375 void ToPersistStopRqst(PersistStopRqst& rqst) in ToPersistStopRqst()
886 PersistStopRqst rqst = { 0 }; in PersistTaskStop()
889 …int ret = ioctl.Request<PersistStopRqst, PersistStopRsp>(rqst, [&rqst](const PersistStopRsp& rsp)… in PersistTaskStop()