Home
last modified time | relevance | path

Searched refs:technology (Results 1 – 25 of 28) sorted by relevance

12

/base/powermgr/battery_lite/services/src/
Dbattery_manage_feature.c99 char* technology = NULL; in TechnologyImpl() local
102 return technology; in TechnologyImpl()
104 technology = g_batteryDevice->GetTechnology(); in TechnologyImpl()
105 return technology; in TechnologyImpl()
/base/powermgr/battery_lite/test/Interface_test/test/unittest/src/
Dbatterymgr_interfaces_test.cpp119 char *technology = GetBatTechnology(); variable
120 EXPECT_EQ (strcmp(technology, "Ternary_Lithium"), 0)
121 << "GetBatTechnology ret = " << technology << endl;
/base/powermgr/battery_manager/frameworks/native/src/
Dbattery_srv_client.cpp137 std::string technology; in GetTechnology() local
138 RETURN_IF_WITH_RET(Connect() != ERR_OK, technology); in GetTechnology()
139 technology = proxy_->GetTechnology(); in GetTechnology()
140 return technology; in GetTechnology()
/base/telephony/core_service/services/sim/src/
Dradio_protocol_controller.cpp52 protocol.technology = 0xFFFFFFFF; in Init()
62 return static_cast<int32_t>(radioProtocol_[slotId].technology); in GetRadioProtocolTech()
278 radioProtocol.technology = radioProtocol_[i].technology; in BuildRadioProtocolForCommunication()
286 newRadioProtocol_[i].technology = radioProtocol_[slotCount_ - 1 - i].technology; in BuildRadioProtocolForCommunication()
338 radioProtocol_[slotId].technology = radioProtocol->technology; in UpdateRadioProtocol()
/base/powermgr/battery_manager/frameworks/native/test/unittest/src/
Dbattery_client_test.cpp251 auto technology = BatterySrvClient.GetTechnology(); variable
252 BATTERY_HILOGI(LABEL_TEST, "BatteryClientTest::technology=%{public}s", technology.c_str());
253 GTEST_LOG_(INFO) << "BatteryClient::BatteryClient007 executing, technology=" << technology;
254 ASSERT_TRUE(technology == "H2");
258 auto technology = BatterySrvClient.GetTechnology(); variable
259 BATTERY_HILOGI(LABEL_TEST, "BatteryClientTest::technology=%{public}s", technology.c_str());
260 GTEST_LOG_(INFO) << "BatteryClient::BatteryClient007 executing, technology=" << technology;
261 ASSERT_TRUE(technology == "Li-poly");
/base/powermgr/battery_manager/frameworks/js/napi/
Dbattery_info.cpp93 auto technology = g_battClient.GetTechnology(); in GetTechnology() local
94 const char* technologyStr = technology.c_str(); in GetTechnology()
376 napi_value technology = nullptr; in CreateEventBatteryChangedKey() local
386 …i_create_string_utf8(env, BatteryInfo::COMMON_EVENT_KEY_TECHNOLOGY, NAPI_AUTO_LENGTH, &technology); in CreateEventBatteryChangedKey()
397 DECLARE_NAPI_STATIC_PROPERTY("EXTRA_TECHNOLOGY", technology), in CreateEventBatteryChangedKey()
424 napi_value technology = nullptr; in CreateEventBatteryChangedCode() local
437 napi_create_int32(env, (int32_t)BatteryInfo::COMMON_EVENT_CODE_TECHNOLOGY, &technology); in CreateEventBatteryChangedCode()
451 DECLARE_NAPI_STATIC_PROPERTY("EXTRA_TECHNOLOGY", technology), in CreateEventBatteryChangedCode()
/base/powermgr/battery_lite/frameworks/js/builtin/src/
Dbattery_module.cpp128 char *technology = NULL; in GetTechnology() local
133 technology = GetBatTechnologyImpl(); in GetTechnology()
135 JSI::SetStringProperty(result, "technology", technology); in GetTechnology()
/base/powermgr/battery_manager/interfaces/kits/js/
D@ohos.batteryInfo.d.ts60 const technology: string; constant
/base/powermgr/battery_manager/services/native/test/unittest/src/
Dbattery_srv_proxy_mock_test.cpp125 std::string technology = g_proxy->GetTechnology(); variable
126 EXPECT_TRUE(technology == INVALID_STRING_VALUE);
/base/powermgr/battery_manager/services/native/src/
Dbattery_dump.cpp86 std::string technology = service->GetTechnology(); in GetBatteryInfo() local
87 dprintf(fd, "technology: %s \n", technology.c_str()); in GetBatteryInfo()
Dbattery_service.cpp199 batteryInfo_.SetTechnology(event.technology); in ConvertingEvent()
495 std::string technology; in GetTechnology() local
496 iBatteryInterface_->GetTechnology(technology); in GetTechnology()
497 return technology; in GetTechnology()
/base/powermgr/battery_manager/test/systemtest/src/
Dbattery_sttest.cpp582 auto technology = BatterySrvClient.GetTechnology(); variable
583 GTEST_LOG_(INFO) << "BatteryST017 executing, technology=" << technology;
585 ASSERT_TRUE(technology == "H2");
589 auto technology = BatterySrvClient.GetTechnology(); variable
590 BATTERY_HILOGD(LABEL_TEST, "BatteryST017::technology=%{public}s", technology.c_str());
591 GTEST_LOG_(INFO) << "BatteryST017 executing, technology=" << technology;
592 ASSERT_TRUE(technology == "Li-poly");
/base/powermgr/battery_lite/interfaces/kits/js/
D@system.battery.d.ts127 technology: string; property
/base/powermgr/battery_lite/test/
Dbattery_test.js64 console.log('success get battery Technology:' + data.technology);
/base/powermgr/battery_manager/interfaces/innerkits/native/include/
Dbattery_info.h270 void SetTechnology(const std::string& technology) in SetTechnology() argument
272 technology_ = technology; in SetTechnology()
/base/location/
DREADME.en.md34 …ident base station in reference to the neighboring base stations. This technology provides only a …
38technology depends on the distribution of fixed WLAN access points \(APs\) and Bluetooth devices a…
/base/powermgr/battery_manager/services/zidl/src/
Dbattery_srv_proxy.cpp190 std::u16string technology = Str8ToStr16(INVALID_STRING_VALUE); in GetTechnology() local
191 READ_PARCEL_WITH_RET(reply, String16, technology, INVALID_STRING_VALUE); in GetTechnology()
192 return Str16ToStr8(technology); in GetTechnology()
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp218 hrilRadioProtocol.technology = radioProtocol.technology; in SetRadioProtocol()
223 …Id(), serialId, hrilRadioProtocol.sessionId, hrilRadioProtocol.phase, hrilRadioProtocol.technology, in SetRadioProtocol()
439 …tId(), responseInfo.serial, radioProtocol.sessionId, radioProtocol.phase, radioProtocol.technology, in GetRadioProtocolResponse()
458 …tId(), responseInfo.serial, radioProtocol.sessionId, radioProtocol.phase, radioProtocol.technology, in SetRadioProtocolResponse()
613 … radioProtocol.technology, radioProtocol.modemId, static_cast<int32_t>(radioProtocol.status)); in SimRadioProtocolUpdated()
741 radioProtocol.technology = ConvertRadioProtocolTech(hrilRadioProtocol->technology); in BuildRadioProtocol()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_sim_defs.h133 int32_t technology; member
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h243 int32_t technology; member
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp421 protocol.technology = radioProtocol.technology; in SetRadioProtocol()
504 protocol->technology = radioProtocol.technology; in BuildRadioProtocol()
/base/security/device_security_level/
DREADME.md7 The OpenHarmony distributed technology can converge resources from different devices to form a Supe…
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp939 int32_t technology; in OnRequestSetRadioProtocolTest() local
947 std::cin >> technology; in OnRequestSetRadioProtocolTest()
956 protocol.technology = technology; in OnRequestSetRadioProtocolTest()
/base/telephony/core_service/
DREADME.md98 …adioTech: RadioTechnology}>): void; | Obtains the current radio access technology of the SIM card …
/base/telephony/ril_adapter/test/unittest/
Dril_callback_test.cpp209 … << " -->[phase] : " << radioProtocol.phase << " -->[technology] : " << radioProtocol.technology in SetRadioProtocolResponse()

12