Home
last modified time | relevance | path

Searched refs:PersistClearRqst (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h162 struct PersistClearRqst { struct
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp922 RequestHandler<PersistClearRqst>(hdr, [this](const PersistClearRqst& rqst) { in CommunicationLoop()
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp941 PersistClearRqst rqst = { 0 }; in ClearPersistLog()
943 …int ret = ioctl.Request<PersistClearRqst, PersistClearRsp>(rqst, [&rqst](const PersistClearRsp& rs… in ClearPersistLog()