/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/battery/ |
H A D | interface_i_battery_interface_v10.md | 32 | [GetTechnology](#gettechnology) ([out] String technology) | 获取电池的技术型号。 | 309 ### GetTechnology() 312 IBatteryInterface::GetTechnology ([out] String technology)
|
H A D | interface_i_battery_interface_v11.md | 30 | [GetTechnology](#gettechnology) ([out] String technology) | 获取电池的技术型号。 | 308 ### GetTechnology() 311 IBatteryInterface::GetTechnology ([out] String technology)
|
H A D | interface_i_battery_interface_v12.md | 30 | [GetTechnology](#gettechnology) ([out] String technology) | 获取电池的技术型号。 | 363 ### GetTechnology() 366 IBatteryInterface::GetTechnology ([out] String technology)
|
H A D | interface_i_battery_interface_v20.md | 30 | [GetTechnology](#gettechnology) ([out] String technology) | 获取电池的技术型号。 | 363 ### GetTechnology() 366 IBatteryInterface::GetTechnology ([out] String technology)
|
/ohos5.0/base/powermgr/battery_lite/interfaces/kits/js/ |
H A D | @system.battery.d.ts | 134 export interface GetTechnology { 205 static Technology(options?: GetTechnology): void;
|
/ohos5.0/base/powermgr/battery_lite/services/src/ |
H A D | battery_device.c | 156 .GetTechnology = GetTechnologyImpl, 206 g_device.GetTechnology = g_batteryFeatureHandle->GetTechnology; in GetBatteryDeviceMethods()
|
H A D | battery_manage_feature.c | 104 technology = g_batteryDevice->GetTechnology(); in TechnologyImpl()
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdi_fuzzer/ |
H A D | batteryhdi_fuzz.cpp | 109 void GetTechnology([[maybe_unused]] const uint8_t *data, [[maybe_unused]] size_t size) 112 g_batteryInterface->GetTechnology(str); 179 &GetTechnology,
|
/ohos5.0/base/powermgr/battery_manager/test/benchmarktest/ |
H A D | battery_benchmark_test.cpp | 150 BENCHMARK_F(BatteryBenchmarkTest, GetTechnology)(benchmark::State& st) in BENCHMARK_F() argument 153 auto technology = g_batterySrvClient.GetTechnology(); in BENCHMARK_F() 157 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetTechnology)
|
/ohos5.0/base/powermgr/battery_manager/frameworks/native/src/ |
H A D | battery_srv_client.cpp | 131 std::string BatterySrvClient::GetTechnology() in GetTechnology() function in OHOS::PowerMgr::BatterySrvClient 135 return proxy->GetTechnology(); in GetTechnology()
|
/ohos5.0/base/powermgr/battery_lite/frameworks/js/builtin/src/ |
H A D | battery_module.cpp | 125 JSIValue BatteryModule::GetTechnology(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetTechnology() function in OHOS::ACELite::BatteryModule 165 JSI::SetModuleAPI(exports, "Technology", BatteryModule::GetTechnology); in InitBatteryModule()
|
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/ |
H A D | battery_info.h | 389 const std::string& GetTechnology() const in GetTechnology() function 420 (technology_ == info.GetTechnology()) &&
|
H A D | ibattery_srv.h | 35 virtual std::string GetTechnology() = 0;
|
H A D | battery_srv_client.h | 63 std::string GetTechnology();
|
/ohos5.0/base/powermgr/battery_lite/services/include/ |
H A D | battery_device.h | 53 char* (*GetTechnology)(void); member
|
H A D | ibattery.h | 51 char* (*GetTechnology)(); member
|
/ohos5.0/base/powermgr/battery_lite/frameworks/js/builtin/include/ |
H A D | battery_module.h | 33 static JSIValue GetTechnology(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
|
/ohos5.0/base/powermgr/battery_manager/services/zidl/include/ |
H A D | battery_srv_proxy.h | 45 virtual std::string GetTechnology() override;
|
/ohos5.0/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_service.cpp | 231 batteryInfo_.SetTechnology(GetTechnology()); in InitBatteryInfo() 247 … batteryInfo_.GetTechnology().c_str(), batteryInfo_.GetNowCurrent(), batteryInfo_.GetTotalEnergy(), in HandleBatteryInfo() 586 std::string BatteryService::GetTechnology() in GetTechnology() function in OHOS::PowerMgr::BatteryService 595 iBatteryInterface_->GetTechnology(technology); in GetTechnology()
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/ |
H A D | battery_interface_impl.h | 50 int32_t GetTechnology(std::string& technology) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_0/cpp_target/battery/v1_0/ |
H A D | battery_interface_service.h.txt | 50 int32_t GetTechnology(std::string& technology) override;
|
H A D | battery_interface_service.cpp.txt | 80 int32_t BatteryInterfaceService::GetTechnology(std::string& technology)
|
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_srv_proxy_mock_test.cpp | 125 std::string technology = g_proxy->GetTechnology();
|
/ohos5.0/base/powermgr/battery_manager/test/systemtest/src/ |
H A D | battery_sttest.cpp | 583 std::string tempTechnology = BatterySrvClient.GetTechnology(); 586 auto technology = BatterySrvClient.GetTechnology(); 593 auto technology = BatterySrvClient.GetTechnology();
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_1/cpp_target/battery/v1_1/ |
H A D | battery_interface_service.h.txt | 50 int32_t GetTechnology(std::string& technology) override;
|