Searched refs:CurrentCellInfoVendor (Results 1 – 4 of 4) sorted by relevance
/base/telephony/ril_adapter/services/hril/include/ |
D | hril_network.h | 113 …void FillCellInfoType(HDI::Ril::V1_1::CurrentCellInfo &cellInfo, const CurrentCellInfoVendor *hril… 115 … HDI::Ril::V1_1::CurrentCellInfo_1_1 &cellInfo, const CurrentCellInfoVendor *hrilCellInfoVendor); 116 …void FillCurrentCellInfo(HDI::Ril::V1_1::CurrentCellInfo &cellInfo, const CurrentCellInfoVendor *c… 118 HDI::Ril::V1_1::CurrentCellInfo_1_1 &cellInfo, const CurrentCellInfoVendor *cellInfoVendor);
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_network.c | 1184 static void ParseGetGsmCellInfoLine(char *line, CurrentCellInfoVendor *response) in ParseGetGsmCellInfoLine() 1205 static void ParseGetLteCellInfoLine(char *line, CurrentCellInfoVendor *response) in ParseGetLteCellInfoLine() 1225 static void ParseGetWcdmaCellInfoLine(char *line, CurrentCellInfoVendor *response) in ParseGetWcdmaCellInfoLine() 1249 static void ParseGetCdmaCellInfoLine(char *line, CurrentCellInfoVendor *response) in ParseGetCdmaCellInfoLine() 1274 static void ParseGetTdscdmaCellInfoLine(char *line, CurrentCellInfoVendor *response) in ParseGetTdscdmaCellInfoLine() 1298 static void ParseGetNrCellInfoLine(char *line, CurrentCellInfoVendor *response) in ParseGetNrCellInfoLine() 1309 … ParseGetCurrentCellInfoResponseLineSwitch(const char *str, const CurrentCellInfoVendor *hrilRespo… in ParseGetCurrentCellInfoResponseLineSwitch() 1312 CurrentCellInfoVendor *response = (CurrentCellInfoVendor *)hrilResponse; in ParseGetCurrentCellInfoResponseLineSwitch() 1343 static int32_t ParseGetCurrentCellInfoResponseLine(char *line, CurrentCellInfoVendor *response) in ParseGetCurrentCellInfoResponseLine() 1371 (void)memset_s(response, sizeof(CurrentCellInfoVendor), 0, sizeof(CurrentCellInfoVendor)); in ParseGetCurrentCellInfoResponseLine() [all …]
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_network_defs.h | 806 } CurrentCellInfoVendor; typedef 819 CurrentCellInfoVendor *currentCellInfo;
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_network.cpp | 799 HDI::Ril::V1_1::CurrentCellInfo &cellInfo, const CurrentCellInfoVendor *hrilCellInfoVendor) in FillCellInfoType() 835 HDI::Ril::V1_1::CurrentCellInfo_1_1 &cellInfo, const CurrentCellInfoVendor *hrilCellInfoVendor) in FillCellInformationType() 885 HDI::Ril::V1_1::CurrentCellInfo &cellInfo, const CurrentCellInfoVendor *cellInfoVendor) in FillCurrentCellInfo() 936 HDI::Ril::V1_1::CurrentCellInfo_1_1 &cellInfo, const CurrentCellInfoVendor *cellInfoVendor) in FillCurrentCellInformation() 989 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; in BuildCurrentCellList() 1008 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; in BuildCurrentCellInfoList()
|