Searched refs:contextIds (Results 1 – 8 of 8) sorted by relevance
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_network_defs.h | 345 int32_t *contextIds; member
|
D | hril_network_parcel.h | 184 std::vector<int32_t> contextIds {};
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_network.c | 1831 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/ |
D | hril_network.cpp | 428 … 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/ |
D | network_register.cpp | 258 std::vector<int32_t> &cids = channelConfigInfos_[i].contextIds; in NotifyNrFrequencyChanged()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | ril_callback_test.cpp | 407 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/ |
D | tel_ril_network.cpp | 795 … phyChnlCfg.contextIds.push_back(channelConfigInfoList.channelConfigInfos[i].contextIds[j]); in BuildChannelConfigInfoList()
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_callback_test.cpp | 351 … cout << "[phyChnlCfg] -->[contextIds] : " << j << " " << phyChnlCfg.contextIds[j] << endl; in NetworkPhyChnlCfgUpdated() 687 … cout << "[phyChnlCfg] -->[contextIds] : " << j << " " << phyChnlCfg.contextIds[j] << endl; in GetPhysicalChannelConfigResponse()
|