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_network_parcel.h82 std::vector<int32_t> contextIds; member
Dhril_vendor_network_defs.h135 int32_t *contextIds; member
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp387 … phyChnlCfg.contextIds.push_back(hrilChannelConfigList->channelConfigs[i].contextIds[j]); in GetPhysicalChannelConfigResponse()
388 … TELEPHONY_LOGI("contextIds:%{public}d---contextId:%{private}d", j, phyChnlCfg.contextIds[j]); in GetPhysicalChannelConfigResponse()
521 phyChnlCfg.contextIds.push_back(hrilChannelConfigList->channelConfigs[i].contextIds[j]); in NetworkPhyChnlCfgUpdated()
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c1838 int32_t contextIds[] = { 7, 8, 9 }; in ProcessPhyChnlCfgNotify() local
1840 configInfo.contextIds = contextIds; in ProcessPhyChnlCfgNotify()
1854 int32_t contextIds[] = { 7, 8, 9 }; in ReqGetPhysicalChannelConfig() local
1856 configInfo.contextIds = contextIds; in ReqGetPhysicalChannelConfig()
/base/telephony/core_service/services/network_search/src/
Dnetwork_register.cpp246 std::vector<int32_t> &cids = channelConfigInfos_[i].contextIds; in NotifyNrFrequencyChanged()
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp611 … 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()
601 … cout << "[phyChnlCfg] -->[contextIds] : " << j << " " << phyChnlCfg.contextIds[j] << endl; in GetPhysicalChannelConfigResponse()
/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()
669 TELEPHONY_LOGI("contextIds[%{public}d]:%{public}d", j, phyChnlCfg.contextIds[j]); in GetPhysicalChannelConfigResponse()