Searched defs:Cmd (Results 1 – 4 of 4) sorted by relevance
63 struct Cmd { struct68 int32_t result = -1;69 int32_t lockoutDuration = -1;70 int32_t remainAttempts = -1;73 int32_t tipType = -1;74 std::vector<uint8_t> tipInfo;76 ExtraInfo extraInfo;
34 enum class Cmd { enum
25 using Cmd = IMissionListener::MissionListenerCmd; typedef
85 RTGMsg& Cmd(uint32_t var) in Cmd() function in ffrt::RTGCtrl::RTGMsg