Searched defs:DstbMissionInfo (Results 1 – 1 of 1) sorted by relevance
29 struct DstbMissionInfo : public Parcelable { struct30 int32_t id = -1;31 int32_t runingState = -1;32 int32_t userId = 0;33 int32_t missionStackId = -1;57 static DstbMissionInfo* Unmarshalling(Parcel& parcel); argument