Searched refs:PersistStopRqst (Results 1 – 4 of 4) sorted by relevance
78 void HandlePersistStopRqst(const PersistStopRqst &rqst);
134 struct PersistStopRqst { struct
634 void ServiceController::HandlePersistStopRqst(const PersistStopRqst &rqst) in HandlePersistStopRqst()886 RequestHandler<PersistStopRqst>(hdr, [this](const PersistStopRqst& rqst) { in CommunicationLoop()
375 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()