Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_lite/services/include/
H A Dbattery_device.h53 char* (*GetTechnology)(void); member
H A Dibattery.h51 char* (*GetTechnology)(); member
/ohos5.0/base/powermgr/battery_manager/frameworks/native/src/
H A Dbattery_srv_client.cpp131 std::string BatterySrvClient::GetTechnology() in GetTechnology() function in OHOS::PowerMgr::BatterySrvClient
/ohos5.0/base/powermgr/battery_lite/frameworks/js/builtin/src/
H A Dbattery_module.cpp125 JSIValue BatteryModule::GetTechnology(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetTechnology() function in OHOS::ACELite::BatteryModule
/ohos5.0/base/powermgr/battery_manager/test/benchmarktest/
H A Dbattery_benchmark_test.cpp150 BENCHMARK_F(BatteryBenchmarkTest, GetTechnology)(benchmark::State& st) in BENCHMARK_F() argument
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp174 int32_t BatteryInterfaceImpl::GetTechnology(std::string& technology) in GetTechnology() function in OHOS::HDI::Battery::V2_0::BatteryInterfaceImpl
/ohos5.0/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_proxy.cpp179 std::string BatterySrvProxy::GetTechnology() in GetTechnology() function in OHOS::PowerMgr::BatterySrvProxy
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h389 const std::string& GetTechnology() const in GetTechnology() function
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp586 std::string BatteryService::GetTechnology() in GetTechnology() function in OHOS::PowerMgr::BatteryService
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp96 static napi_value GetTechnology(napi_env env, napi_callback_info info) in GetTechnology() function