Home
last modified time | relevance | path

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

/base/powermgr/battery_lite/services/include/
Dbattery_device.h53 char* (*GetTechnology)(void); member
Dibattery.h51 char* (*GetTechnology)(); member
/base/powermgr/battery_lite/interfaces/kits/js/
D@system.battery.d.ts134 export interface GetTechnology { interface
/base/powermgr/battery_manager/frameworks/native/src/
Dbattery_srv_client.cpp131 std::string BatterySrvClient::GetTechnology() in GetTechnology() function in OHOS::PowerMgr::BatterySrvClient
/base/powermgr/battery_lite/frameworks/js/builtin/src/
Dbattery_module.cpp125 JSIValue BatteryModule::GetTechnology(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetTechnology() function in OHOS::ACELite::BatteryModule
/base/powermgr/battery_manager/test/benchmarktest/
Dbattery_benchmark_test.cpp150 BENCHMARK_F(BatteryBenchmarkTest, GetTechnology)(benchmark::State& st) in BENCHMARK_F() argument
/base/powermgr/battery_manager/services/zidl/src/
Dbattery_srv_proxy.cpp179 std::string BatterySrvProxy::GetTechnology() in GetTechnology() function in OHOS::PowerMgr::BatterySrvProxy
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
Dbattery_info.h389 const std::string& GetTechnology() const in GetTechnology() function
/base/powermgr/battery_manager/services/native/src/
Dbattery_service.cpp586 std::string BatteryService::GetTechnology() in GetTechnology() function in OHOS::PowerMgr::BatteryService
/base/powermgr/battery_manager/frameworks/napi/src/
Dbattery_info.cpp96 static napi_value GetTechnology(napi_env env, napi_callback_info info) in GetTechnology() function