Searched defs:CmReportSGInfo (Results 1 – 1 of 1) sorted by relevance
23 struct CmReportSGInfo { struct24 char action[CM_MAX_ACTION_LEN];25 uint32_t uid;26 int32_t result;27 char *name;28 bool isSetGrantUid;29 uint32_t grantUid;53 void CmReportSGRecord(const struct CmReportSGInfo *info); argument