Searched defs:UpdateDeviceIdleTempAllowlistRecord (Results 1 – 4 of 4) sorted by relevance
44 struct UpdateDeviceIdleTempAllowlistRecord { struct45 int changing_uid;46 bool adding;47 long duration_ms;48 int type;49 int reason_code;50 char reason[256];51 int calling_uid;
39 struct UpdateDeviceIdleTempAllowlistRecord { struct40 int changing_uid;41 bool adding;42 long duration_ms;43 int type;44 int reason_code;45 char reason[256];46 int calling_uid;
64 struct UpdateDeviceIdleTempAllowlistRecord { struct75 struct UpdateDeviceIdleTempAllowlistRecord, 4096, argument
45 unsafe impl OnItem for UpdateDeviceIdleTempAllowlistRecord { implementation