Home
last modified time | relevance | path

Searched refs:contextIds (Results 1 - 9 of 9) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_network_parcel.h188 std::vector<int32_t> contextIds {};
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h345 int32_t *contextIds; member
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c1870 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 Dzero_branch_test.cpp967 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 Dril_callback_test.cpp429 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 Dhril_network.cpp549 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 Dnetwork_register.cpp259 std::vector<int32_t> &cids = channelConfigInfos_[i].contextIds; in NotifyNrFrequencyChanged()
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp367 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 Dtel_ril_network.cpp1080 phyChnlCfg.contextIds.push_back(channelConfigInfoList.channelConfigInfos[i].contextIds[j]); in BuildChannelConfigInfoList()

Completed in 21 milliseconds