/ohos5.0/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_notify_test.cpp | 45 const BatteryPluggedType pluggedType = BatteryPluggedType::PLUGGED_TYPE_NONE; in SetUp() local 180 const BatteryPluggedType pluggedType = BatteryPluggedType::PLUGGED_TYPE_NONE; variable 194 const BatteryPluggedType pluggedType = BatteryPluggedType::PLUGGED_TYPE_AC; variable 208 const BatteryPluggedType pluggedType = BatteryPluggedType::PLUGGED_TYPE_USB; variable 222 const BatteryPluggedType pluggedType = BatteryPluggedType::PLUGGED_TYPE_WIRELESS; variable 236 const BatteryPluggedType pluggedType = BatteryPluggedType::PLUGGED_TYPE_BUTT; variable
|
H A D | battery_srv_proxy_mock_test.cpp | 100 BatteryPluggedType pluggedType = g_proxy->GetPluggedType(); variable
|
H A D | battery_service_test.cpp | 266 BatteryPluggedType pluggedType = g_service->GetPluggedType(); variable
|
/ohos5.0/base/powermgr/battery_manager/test/systemtest/src/ |
H A D | battery_sttest.cpp | 616 auto pluggedType = BatterySrvClient.GetPluggedType(); variable 621 auto pluggedType = BatterySrvClient.GetPluggedType(); variable 646 auto pluggedType = BatterySrvClient.GetPluggedType(); variable 651 auto pluggedType = BatterySrvClient.GetPluggedType(); variable 676 auto pluggedType = BatterySrvClient.GetPluggedType(); variable 681 auto pluggedType = BatterySrvClient.GetPluggedType(); variable 707 auto pluggedType = BatterySrvClient.GetPluggedType(); variable 712 auto pluggedType = BatterySrvClient.GetPluggedType(); variable
|
/ohos5.0/base/powermgr/battery_statistics/test/unittest/include/servicetest/ |
H A D | stats_service_subscriber_test.h | 37 void SetPluggedType(const BatteryPluggedType pluggedType) in SetPluggedType()
|
/ohos5.0/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_subscriber.cpp | 47 int pluggedType = data.GetWant().GetIntParam( in OnReceiveEvent() local
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/battery/ |
H A D | _battery_info_v10.md | 120 ### pluggedType subsection
|
H A D | _battery_info_v11.md | 120 ### pluggedType subsection
|
H A D | _battery_info_v12.md | 120 ### pluggedType subsection
|
H A D | _battery_info_v20.md | 121 ### pluggedType subsection
|
/ohos5.0/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_service.cpp | 337 bool BatteryService::IsNowPlugged(BatteryPluggedType pluggedType) in IsNowPlugged() 346 bool BatteryService::IsPlugged(BatteryPluggedType pluggedType) in IsPlugged() 354 bool BatteryService::IsUnplugged(BatteryPluggedType pluggedType) in IsUnplugged() 373 void BatteryService::WakeupDevice(BatteryPluggedType pluggedType) in WakeupDevice() 552 V2_0::BatteryPluggedType pluggedType = V2_0::BatteryPluggedType(0); in GetPluggedType() local
|
H A D | battery_dump.cpp | 77 BatteryPluggedType pluggedType = service->GetPluggedType(); in GetBatteryInfo() local
|
H A D | battery_notify.cpp | 186 int32_t pluggedType = static_cast<int32_t>(info.GetPluggedType()); in PublishChangedEvent() local
|
/ohos5.0/base/powermgr/battery_lite/services/src/ |
H A D | battery_manage_feature.c | 79 BatteryPluggedType pluggedType = PLUGGED_TYPE_BUTT; in PluggedTypeImpl() local
|
/ohos5.0/base/powermgr/battery_lite/services/include/ |
H A D | ibattery.h | 38 BatteryPluggedType pluggedType; member
|
/ohos5.0/base/powermgr/battery_manager/frameworks/native/test/unittest/src/ |
H A D | battery_client_test.cpp | 307 auto pluggedType = BatterySrvClient.GetPluggedType(); variable 316 auto pluggedType = BatterySrvClient.GetPluggedType(); variable
|
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | battery_info.cpp | 75 int32_t pluggedType = (int32_t)g_battClient.GetPluggedType(); in GetPluggedType() local 469 napi_value pluggedType = nullptr; in CreateEventBatteryChangedKey() local 513 napi_value pluggedType = nullptr; in CreateEventBatteryChangedCode() local
|
/ohos5.0/base/powermgr/battery_lite/frameworks/js/builtin/src/ |
H A D | battery_module.cpp | 95 int32_t pluggedType = 0; in GetPluggedType() local
|
/ohos5.0/base/powermgr/battery_manager/test/benchmarktest/ |
H A D | battery_benchmark_test.cpp | 101 auto pluggedType = g_batterySrvClient.GetPluggedType(); in BENCHMARK_F() local
|
/ohos5.0/base/powermgr/power_manager/services/native/src/shutdown/ |
H A D | shutdown_controller.cpp | 83 const auto pluggedType = batterySvcClient.GetPluggedType(); in IsNeedWritePoweroffChargeFlag() local
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | battery_interface_impl.cpp | 138 int32_t BatteryInterfaceImpl::GetPluggedType(BatteryPluggedType& pluggedType) in GetPluggedType()
|
/ohos5.0/base/powermgr/battery_manager/services/zidl/src/ |
H A D | battery_srv_proxy.cpp | 124 uint32_t pluggedType = static_cast<uint32_t>(BatteryPluggedType::PLUGGED_TYPE_BUTT); in GetPluggedType() local
|
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/ |
H A D | battery_info.h | 254 void SetPluggedType(const BatteryPluggedType pluggedType) in SetPluggedType()
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/ |
H A D | hdi_service_test.cpp | 904 int32_t pluggedType = PowerSupplyProvider::PLUGGED_TYPE_NONE; variable
|
/ohos5.0/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_type.h | 216 int32_t pluggedType; member
|