Searched refs:contextIds (Results 1 – 8 of 8) sorted by relevance
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_network_parcel.h | 82 std::vector<int32_t> contextIds; member
|
D | hril_vendor_network_defs.h | 135 int32_t *contextIds; member
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_network.cpp | 387 … 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/ |
D | at_network.c | 1838 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/ |
D | network_register.cpp | 246 std::vector<int32_t> &cids = channelConfigInfos_[i].contextIds; in NotifyNrFrequencyChanged()
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_network.cpp | 611 … 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() 601 … cout << "[phyChnlCfg] -->[contextIds] : " << j << " " << phyChnlCfg.contextIds[j] << endl; in GetPhysicalChannelConfigResponse()
|
/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() 669 TELEPHONY_LOGI("contextIds[%{public}d]:%{public}d", j, phyChnlCfg.contextIds[j]); in GetPhysicalChannelConfigResponse()
|