Home
last modified time | relevance | path

Searched refs:ChargingTime (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_battery_info_wrapper.cpp37 int ArkBatteryInfoWrapper::ChargingTime() in ChargingTime() function in OHOS::ArkWeb::ArkBatteryInfoWrapper
39 return ctocpp_->ChargingTime(); in ChargingTime()
H A Dark_battery_info_wrapper.h37 int ChargingTime() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_battery_info_impl.cpp39 int ArkBatteryInfoImpl::ChargingTime() in ChargingTime() function in OHOS::ArkWeb::ArkBatteryInfoImpl
41 return real_->ChargingTime(); in ChargingTime()
H A Dark_battery_info_impl.h35 int ChargingTime() override;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/chargingtime_fuzzer/
H A Dchargingtime_fuzzer.cpp36 batter.ChargingTime(); in ChargingTimeFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dbattery_mgr_client_adapter.h33 virtual int ChargingTime() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_battery_mgr_client_adapter.h38 virtual int ChargingTime() = 0;
/ohos5.0/base/web/webview/ohos_adapter/battery_mgr_adapter/include/
H A Dbattery_mgr_client_adapter_impl.h41 int ChargingTime() override;
/ohos5.0/base/web/webview/ohos_adapter/battery_mgr_adapter/src/
H A Dbattery_mgr_client_adapter_impl.cpp38 int WebBatteryInfoImpl::ChargingTime() in ChargingTime() function in OHOS::NWeb::WebBatteryInfoImpl
/ohos5.0/base/web/webview/test/unittest/battery_mgr_adapter_impl/
H A Dbattery_mgr_adapter_test.cpp218 EXPECT_EQ(info.ChargingTime(), chargingTime);