Home | History | Annotate | Download | only in remoting

Lines Matching refs:SetupFlowGetStatusStep

15 SetupFlowGetStatusStep::SetupFlowGetStatusStep()
20 SetupFlowGetStatusStep::~SetupFlowGetStatusStep() {
25 void SetupFlowGetStatusStep::HandleMessage(const std::string& message,
29 void SetupFlowGetStatusStep::Cancel() {
34 void SetupFlowGetStatusStep::OnRemotingHostInfo(
43 void SetupFlowGetStatusStep::DoStart() {
56 void SetupFlowGetStatusStep::LaunchServiceProcess() {
58 &SetupFlowGetStatusStep::OnServiceProcessLaunched);
62 void SetupFlowGetStatusStep::OnServiceProcessLaunched() {
71 void SetupFlowGetStatusStep::RequestStatus() {
91 FinishStep(new SetupFlowGetStatusStep());