Home
last modified time | relevance | path

Searched defs:PhysicalChannelConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_physical_channel_config_v10.md1 # PhysicalChannelConfig chapter
H A D_physical_channel_config_v11.md1 # PhysicalChannelConfig chapter
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_network_parcel.h156 struct PhysicalChannelConfig { struct
158 CellConnectionStatus cellConnStatus = CellConnectionStatus::SERVING_CELL_UNKNOWN;
161 TelRilRadioTech ratType = TelRilRadioTech::RADIO_TECHNOLOGY_UNKNOWN;
164 int32_t cellBandwidthDownlinkKhz = 0;
167 int32_t cellBandwidthUplinkKhz = 0;
170 int32_t freqRange = 0;
173 int32_t downlinkChannelNum = 0;
199 std::vector<PhysicalChannelConfig> channelConfigInfos {}; argument