Home
last modified time | relevance | path

Searched refs:GetTechnology (Results 1 – 25 of 67) sorted by relevance

123

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/battery/
H A Dinterface_i_battery_interface_v10.md32 | [GetTechnology](#gettechnology) ([out] String technology) | 获取电池的技术型号。 |
309 ### GetTechnology()
312 IBatteryInterface::GetTechnology ([out] String technology)
H A Dinterface_i_battery_interface_v11.md30 | [GetTechnology](#gettechnology) ([out] String technology) | 获取电池的技术型号。 |
308 ### GetTechnology()
311 IBatteryInterface::GetTechnology ([out] String technology)
H A Dinterface_i_battery_interface_v12.md30 | [GetTechnology](#gettechnology) ([out] String technology) | 获取电池的技术型号。 |
363 ### GetTechnology()
366 IBatteryInterface::GetTechnology ([out] String technology)
H A Dinterface_i_battery_interface_v20.md30 | [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.ts134 export interface GetTechnology {
205 static Technology(options?: GetTechnology): void;
/ohos5.0/base/powermgr/battery_lite/services/src/
H A Dbattery_device.c156 .GetTechnology = GetTechnologyImpl,
206 g_device.GetTechnology = g_batteryFeatureHandle->GetTechnology; in GetBatteryDeviceMethods()
H A Dbattery_manage_feature.c104 technology = g_batteryDevice->GetTechnology(); in TechnologyImpl()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdi_fuzzer/
H A Dbatteryhdi_fuzz.cpp109 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 Dbattery_benchmark_test.cpp150 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 Dbattery_srv_client.cpp131 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 Dbattery_module.cpp125 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 Dbattery_info.h389 const std::string& GetTechnology() const in GetTechnology() function
420 (technology_ == info.GetTechnology()) &&
H A Dibattery_srv.h35 virtual std::string GetTechnology() = 0;
H A Dbattery_srv_client.h63 std::string GetTechnology();
/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_lite/frameworks/js/builtin/include/
H A Dbattery_module.h33 static JSIValue GetTechnology(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
/ohos5.0/base/powermgr/battery_manager/services/zidl/include/
H A Dbattery_srv_proxy.h45 virtual std::string GetTechnology() override;
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp231 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 Dbattery_interface_impl.h50 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 Dbattery_interface_service.h.txt50 int32_t GetTechnology(std::string& technology) override;
H A Dbattery_interface_service.cpp.txt80 int32_t BatteryInterfaceService::GetTechnology(std::string& technology)
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_srv_proxy_mock_test.cpp125 std::string technology = g_proxy->GetTechnology();
/ohos5.0/base/powermgr/battery_manager/test/systemtest/src/
H A Dbattery_sttest.cpp583 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 Dbattery_interface_service.h.txt50 int32_t GetTechnology(std::string& technology) override;

123