Home
last modified time | relevance | path

Searched refs:HRilNetworkReq (Results 1 – 7 of 7) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril.h64 const HRilNetworkReq *networkOps;
Dhril_vendor_network_defs.h843 } HRilNetworkReq; typedef
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp68 …return RequestVendor(serialId, HREQ_NETWORK_GET_SIGNAL_STRENGTH, networkFuncs_, &HRilNetworkReq::G… in GetSignalStrength()
73 …return RequestVendor(serialId, HREQ_NETWORK_GET_CS_REG_STATUS, networkFuncs_, &HRilNetworkReq::Get… in GetCsRegStatus()
78 …return RequestVendor(serialId, HREQ_NETWORK_GET_PS_REG_STATUS, networkFuncs_, &HRilNetworkReq::Get… in GetPsRegStatus()
83 …return RequestVendor(serialId, HREQ_NETWORK_GET_OPERATOR_INFO, networkFuncs_, &HRilNetworkReq::Get… in GetOperatorInfo()
89 &HRilNetworkReq::GetNeighboringCellInfoList); in GetNeighboringCellInfoList()
95 … serialId, HREQ_NETWORK_GET_CURRENT_CELL_INFO, networkFuncs_, &HRilNetworkReq::GetCurrentCellInfo); in GetCurrentCellInfo()
101 &HRilNetworkReq::GetNetworkSearchInformation); in GetNetworkSearchInformation()
107 &HRilNetworkReq::GetNetworkSelectionMode); in GetNetworkSelectionMode()
118 &HRilNetworkReq::SetNetworkSelectionMode, &setNetworkModeInfo); in SetNetworkSelectionMode()
124 &HRilNetworkReq::SetPreferredNetwork, &preferredNetworkType); in SetPreferredNetwork()
[all …]
Dhril_manager.cpp134 void HRilManager::RegisterNetworkFuncs(int32_t slotId, const HRilNetworkReq *networkFuncs) in RegisterNetworkFuncs()
/base/telephony/ril_adapter/services/hril/include/
Dhril_network.h100 void RegisterNetworkFuncs(const HRilNetworkReq *networkFuncs);
127 const HRilNetworkReq *networkFuncs_ = nullptr;
Dhril_manager.h52 void RegisterNetworkFuncs(int32_t slotId, const HRilNetworkReq *networkFuncs);
/base/telephony/ril_adapter/services/vendor/src/
Dvendor_adapter.c142 static const HRilNetworkReq g_networkReqOps = {