Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp64 …return RequestVendor(serialId, HREQ_NETWORK_GET_SIGNAL_STRENGTH, networkFuncs_, &HRilNetworkReq::G… in GetSignalStrength()
69 …return RequestVendor(serialId, HREQ_NETWORK_GET_CS_REG_STATUS, networkFuncs_, &HRilNetworkReq::Get… in GetCsRegStatus()
74 …return RequestVendor(serialId, HREQ_NETWORK_GET_PS_REG_STATUS, networkFuncs_, &HRilNetworkReq::Get… in GetPsRegStatus()
79 …return RequestVendor(serialId, HREQ_NETWORK_GET_OPERATOR_INFO, networkFuncs_, &HRilNetworkReq::Get… in GetOperatorInfo()
85 &HRilNetworkReq::GetNeighboringCellInfoList); in GetNeighboringCellInfoList()
91 … serialId, HREQ_NETWORK_GET_CURRENT_CELL_INFO, networkFuncs_, &HRilNetworkReq::GetCurrentCellInfo); in GetCurrentCellInfo()
97 &HRilNetworkReq::GetNetworkSearchInformation); in GetNetworkSearchInformation()
103 &HRilNetworkReq::GetNetworkSelectionMode); in GetNetworkSelectionMode()
114 &HRilNetworkReq::SetNetworkSelectionMode, &setNetworkModeInfo); in SetNetworkSelectionMode()
120 &HRilNetworkReq::SetPreferredNetwork, &preferredNetworkType); in SetPreferredNetwork()
[all …]
Dhril_manager.cpp132 void HRilManager::RegisterNetworkFuncs(int32_t slotId, const HRilNetworkReq *networkFuncs) in RegisterNetworkFuncs()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril.h64 const HRilNetworkReq *networkOps;
Dhril_vendor_network_defs.h301 } HRilNetworkReq; typedef
/base/telephony/ril_adapter/services/hril/include/
Dhril_network.h86 void RegisterNetworkFuncs(const HRilNetworkReq *networkFuncs);
107 const HRilNetworkReq *networkFuncs_ = nullptr;
Dhril_manager.h52 void RegisterNetworkFuncs(int32_t slotId, const HRilNetworkReq *networkFuncs);
/base/telephony/ril_adapter/services/vendor/src/
Dvendor_adapter.c139 static const HRilNetworkReq g_networkReqOps = {