Lines Matching refs:g_device
31 static IBattery g_device;
201 g_device.GetSoc = g_batteryFeatureHandle->GetSoc;
202 g_device.GetChargingStatus = g_batteryFeatureHandle->GetChargingStatus;
203 g_device.GetHealthStatus = g_batteryFeatureHandle->GetHealthStatus;
204 g_device.GetPluggedType = g_batteryFeatureHandle->GetPluggedType;
205 g_device.GetVoltage = g_batteryFeatureHandle->GetVoltage;
206 g_device.GetTechnology = g_batteryFeatureHandle->GetTechnology;
207 g_device.GetTemperature = g_batteryFeatureHandle->GetTemperature;
208 g_device.TurnOnLed = g_batteryFeatureHandle->TurnOnLed;
209 g_device.TurnOffLed = g_batteryFeatureHandle->TurnOffLed;
210 g_device.SetLedColor = g_batteryFeatureHandle->SetLedColor;
211 g_device.GetLedColor = g_batteryFeatureHandle->GetLedColor;
212 g_device.ShutDown = g_batteryFeatureHandle->ShutDown;
213 g_device.UpdateBatInfo = g_batteryFeatureHandle->UpdateBatInfo;
214 return &g_device;