Home
last modified time | relevance | path

Searched refs:strBuff (Results 1 – 3 of 3) sorted by relevance

/base/powermgr/battery_lite/frameworks/native/src/mini/
Dbattery_freamwork.c94 char *strBuff = NULL; in GetBatTechnology() local
97 strBuff = intf->GetBatTechnologyFunc((IUnknown *)intf); in GetBatTechnology()
99 return strBuff; in GetBatTechnology()
/base/powermgr/battery_lite/frameworks/native/src/small/
Dbattery_freamwork.c136 char **strBuff = (char **)owner; in BatteryCallbackBuff() local
137 *strBuff = (char *)IpcIoPopString(reply, &len); in BatteryCallbackBuff()
138 if (*strBuff == NULL || len == 0) { in BatteryCallbackBuff()
296 char *strBuff = NULL; in GetBatTechnology() local
299 strBuff = intf->GetBatTechnologyFunc((IUnknown *)intf); in GetBatTechnology()
301 return strBuff; in GetBatTechnology()
/base/powermgr/battery_lite/services/src/small/
Dbattery_feature_impl.c119 char *strBuff = TechnologyImpl((IUnknown *)iProxy); in TechnologyInvoke() local
120 IpcIoPushString(reply, strBuff); in TechnologyInvoke()