Home
last modified time | relevance | path

Searched defs:isCharging (Results 1 – 7 of 7) sorted by relevance

/base/web/webview/ohos_adapter/battery_mgr_adapter/include/
Dbattery_mgr_client_adapter_impl.h30 WebBatteryInfoImpl(double level, bool isCharging, int disChargingTime, int chargingTime) in WebBatteryInfoImpl()
/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/chargingtime_fuzzer/
Dchargingtime_fuzzer.cpp32 bool isCharging = 0; in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/ischarging_fuzzer/
Discharging_fuzzer.cpp32 bool isCharging = 0; in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/discharging_fuzzer/
Ddischarging_fuzzer.cpp32 bool isCharging = 0; in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/getlevel_fuzzer/
Dgetlevel_fuzzer.cpp32 bool isCharging = 0; in DoSomethingInterestingWithMyAPI() local
/base/telephony/core_service/services/network_search/src/
Ddevice_state_handler.cpp67 void DeviceStateHandler::ProcessChargingState(bool isCharging) in ProcessChargingState()
/base/web/webview/test/unittest/battery_mgr_adapter_impl/
Dbattery_mgr_adapter_test.cpp201 bool isCharging = true; variable