/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_battery_info_wrapper.cpp | 27 bool ArkBatteryInfoWrapper::IsCharging() in IsCharging() function in OHOS::ArkWeb::ArkBatteryInfoWrapper 29 return ctocpp_->IsCharging(); in IsCharging()
|
H A D | ark_battery_info_wrapper.h | 33 bool IsCharging() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_battery_info_impl.cpp | 29 bool ArkBatteryInfoImpl::IsCharging() in IsCharging() function in OHOS::ArkWeb::ArkBatteryInfoImpl 31 return real_->IsCharging(); in IsCharging()
|
H A D | ark_battery_info_impl.h | 31 bool IsCharging() override;
|
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | system_battery.cpp | 66 NAPI_CALL(env, napi_create_uint32(env, batteryInfo_.IsCharging(), &charging)); in CreateResponse() 144 batteryInfo_.GetLevel(), batteryInfo_.IsCharging()); in SuccessCallback() 213 uint32_t SystemBattery::BatteryInfo::IsCharging() const in IsCharging() function in SystemBattery::BatteryInfo
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/ |
H A D | battery_status.h | 40 static bool IsCharging();
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | battery_status_mock.cpp | 52 bool BatteryStatus::IsCharging() in IsCharging() function in OHOS::FileManagement::CloudSync::BatteryStatus
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/ischarging_fuzzer/ |
H A D | ischarging_fuzzer.cpp | 36 batter.IsCharging(); in IsChargingFuzzTest()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | battery_mgr_client_adapter.h | 29 virtual bool IsCharging() = 0;
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/tasks/ |
H A D | periodic_check_task.cpp | 35 if (ScreenStatus::IsScreenOn() || !BatteryStatus::IsCharging() in RunTaskForBundle()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_battery_mgr_client_adapter.h | 32 virtual bool IsCharging() = 0;
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/ |
H A D | battery_status.cpp | 94 bool BatteryStatus::IsCharging() in IsCharging() function in OHOS::FileManagement::CloudSync::BatteryStatus
|
/ohos5.0/base/web/webview/ohos_adapter/battery_mgr_adapter/include/ |
H A D | battery_mgr_client_adapter_impl.h | 37 bool IsCharging() override;
|
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/include/ |
H A D | system_battery.h | 60 uint32_t IsCharging() const;
|
/ohos5.0/base/web/webview/ohos_adapter/battery_mgr_adapter/src/ |
H A D | battery_mgr_client_adapter_impl.cpp | 28 bool WebBatteryInfoImpl::IsCharging() in IsCharging() function in OHOS::NWeb::WebBatteryInfoImpl
|
/ohos5.0/base/powermgr/battery_manager/services/native/include/ |
H A D | battery_service.h | 111 bool IsCharging(BatteryChargeState chargeState);
|
/ohos5.0/base/web/webview/test/unittest/battery_mgr_adapter_impl/ |
H A D | battery_mgr_adapter_test.cpp | 216 EXPECT_TRUE(info.IsCharging());
|
/ohos5.0/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_service.cpp | 362 bool BatteryService::IsCharging(BatteryChargeState chargeState) in IsCharging() function in OHOS::PowerMgr::BatteryService 393 (!IsCharging(chargeState))) { in HandleCapacity() 404 if (IsCharging(chargeState) && g_lowCapacityShutdownHandle != nullptr) { in HandleCapacity()
|