Home
last modified time | relevance | path

Searched refs:GetBatteryInfo (Results 1 - 6 of 6) sorted by relevance

/base/powermgr/battery_manager/services/native/include/
H A Dbattery_dump.h34 bool GetBatteryInfo(int32_t fd, sptr<BatteryService> &service, const std::vector<std::u16string> &args);
/base/powermgr/battery_manager/frameworks/napi/include/
H A Dsystem_battery.h58 bool GetBatteryInfo();
/base/powermgr/battery_manager/frameworks/napi/src/
H A Dsystem_battery.cpp47 if (!batteryInfo_.GetBatteryInfo()) { in GetBatteryStats()
197 bool SystemBattery::BatteryInfo::GetBatteryInfo() in GetBatteryInfo() function in SystemBattery::BatteryInfo
/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp817 bool getBatteryInfo = batteryDump.GetBatteryInfo(fd, g_service, args); in Dump()
841 iBatteryInterface_->GetBatteryInfo(event); in MockUnplugged()
864 iBatteryInterface_->GetBatteryInfo(event); in MockCapacity()
884 iBatteryInterface_->GetBatteryInfo(event); in MockUevent()
901 iBatteryInterface_->GetBatteryInfo(event); in Reset()
H A Dbattery_dump.cpp62 bool BatteryDump::GetBatteryInfo(int32_t fd, sptr<BatteryService> &service, const std::vector<std::u16string> &args) in GetBatteryInfo() function in OHOS::PowerMgr::BatteryDump
/base/powermgr/battery_manager/test/unittest/src/
H A Dbattert_service_inner_test.cpp82 iBatteryInterface->GetBatteryInfo(event); in HWTEST_F()
446 EXPECT_FALSE(batteryDump.GetBatteryInfo(fd, g_service, args)); in HWTEST_F()

Completed in 4 milliseconds