Home
last modified time | relevance | path

Searched defs:GetVoltage (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/powermgr/battery_lite/services/include/
H A Dbattery_device.h52 int32_t (*GetVoltage)(void); member
H A Dibattery.h50 int32_t (*GetVoltage)(); member
/ohos5.0/base/powermgr/battery_manager/frameworks/native/src/
H A Dbattery_srv_client.cpp117 int32_t BatterySrvClient::GetVoltage() in GetVoltage() function in OHOS::PowerMgr::BatterySrvClient
/ohos5.0/base/powermgr/battery_lite/frameworks/js/builtin/src/
H A Dbattery_module.cpp109 JSIValue BatteryModule::GetVoltage(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetVoltage() function in OHOS::ACELite::BatteryModule
/ohos5.0/base/powermgr/battery_manager/test/benchmarktest/
H A Dbattery_benchmark_test.cpp116 BENCHMARK_F(BatteryBenchmarkTest, GetVoltage)(benchmark::State& st) in BENCHMARK_F() argument
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp116 int32_t BatteryInterfaceImpl::GetVoltage(int32_t& voltage) in GetVoltage() function in OHOS::HDI::Battery::V2_0::BatteryInterfaceImpl
/ohos5.0/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_proxy.cpp129 int32_t BatterySrvProxy::GetVoltage() in GetVoltage() function in OHOS::PowerMgr::BatterySrvProxy
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h324 const int32_t& GetVoltage() const in GetVoltage() function
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp561 int32_t BatteryService::GetVoltage() in GetVoltage() function in OHOS::PowerMgr::BatteryService
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp84 static napi_value GetVoltage(napi_env env, napi_callback_info info) in GetVoltage() function