/base/powermgr/battery_lite/services/src/ |
D | battery_manage_feature.c | 99 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/ |
D | batterymgr_interfaces_test.cpp | 119 char *technology = GetBatTechnology(); variable 120 EXPECT_EQ (strcmp(technology, "Ternary_Lithium"), 0) 121 << "GetBatTechnology ret = " << technology << endl;
|
/base/powermgr/battery_manager/frameworks/native/src/ |
D | battery_srv_client.cpp | 137 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/ |
D | radio_protocol_controller.cpp | 52 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/ |
D | battery_client_test.cpp | 251 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/ |
D | battery_info.cpp | 93 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/ |
D | battery_module.cpp | 128 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.ts | 60 const technology: string; constant
|
/base/powermgr/battery_manager/services/native/test/unittest/src/ |
D | battery_srv_proxy_mock_test.cpp | 125 std::string technology = g_proxy->GetTechnology(); variable 126 EXPECT_TRUE(technology == INVALID_STRING_VALUE);
|
/base/powermgr/battery_manager/services/native/src/ |
D | battery_dump.cpp | 86 std::string technology = service->GetTechnology(); in GetBatteryInfo() local 87 dprintf(fd, "technology: %s \n", technology.c_str()); in GetBatteryInfo()
|
D | battery_service.cpp | 199 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/ |
D | battery_sttest.cpp | 582 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.ts | 127 technology: string; property
|
/base/powermgr/battery_lite/test/ |
D | battery_test.js | 64 console.log('success get battery Technology:' + data.technology);
|
/base/powermgr/battery_manager/interfaces/innerkits/native/include/ |
D | battery_info.h | 270 void SetTechnology(const std::string& technology) in SetTechnology() argument 272 technology_ = technology; in SetTechnology()
|
/base/location/ |
D | README.en.md | 34 …ident base station in reference to the neighboring base stations. This technology provides only a … 38 …technology depends on the distribution of fixed WLAN access points \(APs\) and Bluetooth devices a…
|
/base/powermgr/battery_manager/services/zidl/src/ |
D | battery_srv_proxy.cpp | 190 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/ |
D | hril_sim.cpp | 218 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/ |
D | hril_vendor_sim_defs.h | 133 int32_t technology; member
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | telephony_types.h | 243 int32_t technology; member
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_sim.cpp | 421 protocol.technology = radioProtocol.technology; in SetRadioProtocol() 504 protocol->technology = radioProtocol.technology; in BuildRadioProtocol()
|
/base/security/device_security_level/ |
D | README.md | 7 The OpenHarmony distributed technology can converge resources from different devices to form a Supe…
|
/base/telephony/core_service/services/tel_ril/test/ |
D | tel_ril_test.cpp | 939 int32_t technology; in OnRequestSetRadioProtocolTest() local 947 std::cin >> technology; in OnRequestSetRadioProtocolTest() 956 protocol.technology = technology; in OnRequestSetRadioProtocolTest()
|
/base/telephony/core_service/ |
D | README.md | 98 …adioTech: RadioTechnology}>): void; | Obtains the current radio access technology of the SIM card …
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_callback_test.cpp | 209 … << " -->[phase] : " << radioProtocol.phase << " -->[technology] : " << radioProtocol.technology in SetRadioProtocolResponse()
|