Searched defs:GetType (Results 1 – 3 of 3) sorted by relevance
109 ConfUiCmd GetType() const override { return cmd; } in GetType() function124 ConfUiCmd GetType() const override { return ConfUiCmd::kCliAck; } in GetType() function147 ConfUiCmd GetType() const override { return ConfUiCmd::kCliRespond; } in GetType() function174 ConfUiCmd GetType() const override { return ConfUiCmd::kStart; } in GetType() function199 ConfUiCmd GetType() const override { return ConfUiCmd::kUserInputEvent; } in GetType() function217 ConfUiCmd GetType() const override { return ConfUiCmd::kUserTouchEvent; } in GetType() function
41 ConfUiCmd GetType() const override { return msg_->GetType(); } in GetType() function59 ConfUiCmd GetType() const override { return msg_->GetType(); } in GetType() function
31 CvdFlagProxy::FlagType CvdFlagProxy::GetType() const { in GetType() function in cuttlefish::CvdFlagProxy