Home
last modified time | relevance | path

Searched refs:contextIds (Results 1 – 8 of 8) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_network_defs.h345 int32_t *contextIds; member
Dhril_network_parcel.h184 std::vector<int32_t> contextIds {};
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c1831 int32_t contextIds[] = { 7, 8, 9 }; in ProcessPhyChnlCfgNotify() local
1833 configInfo.contextIds = contextIds; in ProcessPhyChnlCfgNotify()
1847 int32_t contextIds[] = { 7, 8, 9 }; in ReqGetPhysicalChannelConfig() local
1849 configInfo.contextIds = contextIds; in ReqGetPhysicalChannelConfig()
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp428 … phyChnlCfg.contextIds.push_back(hrilChannelConfigList->channelConfigs[i].contextIds[j]); in GetPhysicalChannelConfigResponse()
429 … TELEPHONY_LOGI("contextIds:%{public}d---contextId:%{private}d", j, phyChnlCfg.contextIds[j]); in GetPhysicalChannelConfigResponse()
600 phyChnlCfg.contextIds.push_back(hrilChannelConfigList->channelConfigs[i].contextIds[j]); in NetworkPhyChnlCfgUpdated()
/base/telephony/core_service/services/network_search/src/
Dnetwork_register.cpp258 std::vector<int32_t> &cids = channelConfigInfos_[i].contextIds; in NotifyNrFrequencyChanged()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_callback_test.cpp407 TELEPHONY_LOGI("contextIds[%{public}d]:%{public}d", j, phyChnlCfg.contextIds[j]); in NetworkPhyChnlCfgUpdated()
755 TELEPHONY_LOGI("contextIds[%{public}d]:%{public}d", j, phyChnlCfg.contextIds[j]); in GetPhysicalChannelConfigResponse()
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp795 … phyChnlCfg.contextIds.push_back(channelConfigInfoList.channelConfigInfos[i].contextIds[j]); in BuildChannelConfigInfoList()
/base/telephony/ril_adapter/test/unittest/
Dril_callback_test.cpp351 … cout << "[phyChnlCfg] -->[contextIds] : " << j << " " << phyChnlCfg.contextIds[j] << endl; in NetworkPhyChnlCfgUpdated()
687 … cout << "[phyChnlCfg] -->[contextIds] : " << j << " " << phyChnlCfg.contextIds[j] << endl; in GetPhysicalChannelConfigResponse()