Searched refs:technology (Results 1 – 20 of 20) sorted by relevance
/drivers/interface/battery/v1_0/ |
D | IBatteryInterface.idl | 166 * @brief Obtains the battery technology of the current device. 168 * @param technology Battery technology of the current device. 174 GetTechnology([out] String technology);
|
D | Types.idl | 137 /** Battery technology */ 138 String technology;
|
/drivers/peripheral/battery/interfaces/hdi_service/src/ |
D | battery_interface_impl.cpp | 180 int32_t BatteryInterfaceImpl::GetTechnology(std::string& technology) in GetTechnology() argument 182 return provider_->ParseTechnology(technology); in GetTechnology() 226 info.technology = batteryInfo.technology_; in GetBatteryInfo()
|
D | battery_thread.cpp | 185 event.technology = batteryInfo->technology_; in UpdateBatteryInfo()
|
D | power_supply_provider.cpp | 855 int32_t PowerSupplyProvider::ParseTechnology(std::string& technology) const in ParseTechnology() 863 technology.assign(buf, strlen(buf)); in ParseTechnology()
|
/drivers/interface/battery/v1_1/ |
D | IBatteryInterface.idl | 166 * @brief Obtains the battery technology of the current device. 168 * @param technology Battery technology of the current device. 174 GetTechnology([out] String technology);
|
D | Types.idl | 137 /** Battery technology */ 138 String technology;
|
/drivers/interface/battery/v1_2/ |
D | IBatteryInterface.idl | 166 * @brief Obtains the battery technology of the current device. 168 * @param technology Battery technology of the current device. 174 GetTechnology([out] String technology);
|
D | Types.idl | 137 /** Battery technology */ 138 String technology;
|
/drivers/peripheral/battery/interfaces/hdi_service/include/ |
D | battery_interface_impl.h | 50 int32_t GetTechnology(std::string& technology) override;
|
D | power_supply_provider.h | 91 int32_t ParseTechnology(std::string& technology) const;
|
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/ |
D | hdi_service_test.cpp | 994 std::string technology = "invalid"; variable 996 giver_->ParseTechnology(technology); 999 …TTERY_HILOGI(LABEL_TEST, "HdiService009::technology=%{public}s, ty=%{public}s", technology.c_str(), 1001 ASSERT_TRUE(technology == sysfsTechnology); 1004 giver_->ParseTechnology(technology); 1005 BATTERY_HILOGI(LABEL_TEST, "HdiService009::technology=%{public}s.", technology.c_str()); 1006 ASSERT_TRUE(technology == "Li");
|
/drivers/peripheral/usb/hdi_service/include/ |
D | usbd_type.h | 219 const char *technology; member
|
/drivers/interface/ril/v1_1/ |
D | Types.idl | 952 * Radio access technology. For details, see {@link RilRadioTech}. 1044 * Radio access technology. For details, see {@link RilRadioTech}. 1145 * @brief Defines the radio access technology of the CS domain. 1185 * Radio access technology type. For details, see {@link RilRadioTech}. 1190 * String corresponding to the radio access technology type 1195 * Radio access technology ID 2048 * Radio protocol technology: 2062 int technology; 2248 * Radio access technology type. For details, see {@link RilRadioTech}. 2286 * Radio access technology type. For details, see {@link RilRadioTech}. [all …]
|
D | IRilCallback.idl | 693 * @brief Callback for reporting the change of the radio access technology. 697 * @param voiceRadioTechnology New radio access technology of the CS domain. 776 * @brief Callback for the response of querying the radio access technology of the CS domain. 780 …* @param VoiceRadioTechnology Voice radio access technology. For details, see {@link VoiceRadioTec…
|
D | IRil.idl | 658 * @brief Sets the initial default network access technology (APN). 840 * @brief Obtains the radio access technology of the CS domain.
|
/drivers/interface/ril/v1_0/ |
D | Types.idl | 912 * Radio access technology. For details, see {@link RilRadioTech}. 1004 * Radio access technology. For details, see {@link RilRadioTech}. 1105 * @brief Defines the radio access technology of the CS domain. 1145 * Radio access technology type. For details, see {@link RilRadioTech}. 1150 * String corresponding to the radio access technology type 1155 * Radio access technology ID 2008 * Radio protocol technology: 2022 int technology; 2208 * Radio access technology type. For details, see {@link RilRadioTech}. 2246 * Radio access technology type. For details, see {@link RilRadioTech}. [all …]
|
D | IRilCallback.idl | 647 * @brief Callback for reporting the change of the radio access technology. 651 * @param voiceRadioTechnology New radio access technology of the CS domain. 718 * @brief Callback for the response of querying the radio access technology of the CS domain. 722 …* @param VoiceRadioTechnology Voice radio access technology. For details, see {@link VoiceRadioTec…
|
D | IRil.idl | 628 * @brief Sets the initial default network access technology (APN). 796 * @brief Obtains the radio access technology of the CS domain.
|
/drivers/interface/location/lpfence/geofence/v1_0/ |
D | GeofenceTypes.idl | 90 * @brief Enumeration of mobile communication technology generations.
|