Searched refs:contextIds (Results 1 - 9 of 9) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_network_parcel.h | 188 std::vector<int32_t> contextIds {};
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_network_defs.h | 345 int32_t *contextIds; member
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 1870 int32_t contextIds[] = { 7, 8, 9 }; in ProcessPhyChnlCfgNotify() local 1872 configInfo.contextIds = contextIds; in ProcessPhyChnlCfgNotify() 1886 int32_t contextIds[] = { 7, 8, 9 }; in ReqGetPhysicalChannelConfig() local 1888 configInfo.contextIds = contextIds; in ReqGetPhysicalChannelConfig()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 967 int32_t contextIds[] = { 1, 1, 1 }; in HWTEST_F() local 969 configInfo.contextIds = contextIds; in HWTEST_F() 1056 int32_t contextIds[] = { 1, 1, 1 }; in HWTEST_F() local 1058 configInfo.contextIds = contextIds; in HWTEST_F()
|
H A D | ril_callback_test.cpp | 429 TELEPHONY_LOGI("contextIds[%{public}d]:%{public}d", j, phyChnlCfg.contextIds[j]); in NetworkPhyChnlCfgUpdated() 919 TELEPHONY_LOGI("contextIds[%{public}d]:%{public}d", j, phyChnlCfg.contextIds[j]); in GetPhysicalChannelConfigResponse()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 549 phyChnlCfg.contextIds.push_back(hrilChannelConfigList->channelConfigs[i].contextIds[j]); in GetPhysicalChannelConfigResponse() 550 TELEPHONY_LOGI("contextIds:%{public}d---contextId:%{private}d", j, phyChnlCfg.contextIds[j]); in GetPhysicalChannelConfigResponse() 758 phyChnlCfg.contextIds.push_back(hrilChannelConfigList->channelConfigs[i].contextIds[j]); in NetworkPhyChnlCfgUpdated()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_register.cpp | 259 std::vector<int32_t> &cids = channelConfigInfos_[i].contextIds; in NotifyNrFrequencyChanged()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 367 cout << "[phyChnlCfg] -->[contextIds] : " << j << " " << phyChnlCfg.contextIds[j] << endl;
in NetworkPhyChnlCfgUpdated() 839 cout << "[phyChnlCfg] -->[contextIds] : " << j << " " << phyChnlCfg.contextIds[j] << endl;
in GetPhysicalChannelConfigResponse()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_network.cpp | 1080 phyChnlCfg.contextIds.push_back(channelConfigInfoList.channelConfigInfos[i].contextIds[j]); in BuildChannelConfigInfoList()
|
Completed in 21 milliseconds