Searched refs:WebBatteryInfoImpl (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/web/webview/ohos_adapter/battery_mgr_adapter/src/ |
H A D | battery_mgr_client_adapter_impl.cpp | 23 double WebBatteryInfoImpl::GetLevel() in GetLevel() 28 bool WebBatteryInfoImpl::IsCharging() in IsCharging() 33 int WebBatteryInfoImpl::DisChargingTime() in DisChargingTime() 38 int WebBatteryInfoImpl::ChargingTime() in ChargingTime() 68 std::shared_ptr<WebBatteryInfoImpl> batterinfo = in OnReceiveEvent() 69 std::make_shared<WebBatteryInfoImpl>(changeLevel, ischanging, -1, -1); in OnReceiveEvent() 126 return std::make_shared<WebBatteryInfoImpl>(changeLevel, ischanging, -1, -1); in RequestBatteryInfo()
|
/ohos5.0/base/web/webview/ohos_adapter/battery_mgr_adapter/include/ |
H A D | battery_mgr_client_adapter_impl.h | 28 class WebBatteryInfoImpl final : public WebBatteryInfo { 30 WebBatteryInfoImpl(double level, bool isCharging, int disChargingTime, int chargingTime) in WebBatteryInfoImpl() function 33 ~WebBatteryInfoImpl() override = default;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/chargingtime_fuzzer/ |
H A D | chargingtime_fuzzer.cpp | 35 WebBatteryInfoImpl batter(level, isCharging, disChargingTime, chargingTime); in ChargingTimeFuzzTest()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/discharging_fuzzer/ |
H A D | discharging_fuzzer.cpp | 35 WebBatteryInfoImpl batter(level, isCharging, disChargingTime, chargingTime); in DisChargingFuzzTest()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/getlevel_fuzzer/ |
H A D | getlevel_fuzzer.cpp | 35 WebBatteryInfoImpl batter(level, isCharging, disChargingTime, chargingTime); in GetLevelFuzzTest()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/ischarging_fuzzer/ |
H A D | ischarging_fuzzer.cpp | 35 WebBatteryInfoImpl batter(level, isCharging, disChargingTime, chargingTime); in IsChargingFuzzTest()
|
/ohos5.0/base/web/webview/test/unittest/battery_mgr_adapter_impl/ |
H A D | battery_mgr_adapter_test.cpp | 214 WebBatteryInfoImpl info(level, isCharging, disChargingTime, chargingTime);
|