Home
last modified time | relevance | path

Searched defs:getDataFunc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_base.h159 std::function<std::shared_ptr<T>(std::shared_ptr<TelRilRequest>)> getDataFunc) in Response()
166 std::function<T(std::shared_ptr<TelRilRequest>)> getDataFunc) in Response()
182 std::function<T(std::shared_ptr<TelRilRequest>)> getDataFunc) in SendHandlerEvent()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_modem.cpp32 auto getDataFunc = [&responseInfo](std::shared_ptr<TelRilRequest> telRilRequest) { in SetRadioStateResponse() local
43 auto getDataFunc = [state](std::shared_ptr<TelRilRequest> telRilRequest) { in GetRadioStateResponse() local
H A Dtel_ril_network.cpp225 auto getDataFunc = [&csRegStatusInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetCsRegStatusResponse() local
237 auto getDataFunc = [&psRegStatusInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPsRegStatusResponse() local
249 auto getDataFunc = [&operatorInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetOperatorInfoResponse() local
261 auto getDataFunc = [&availableNetworkList, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetNetworkSearchInformationResponse() local
273 auto getDataFunc = [&setNetworkModeInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetNetworkSelectionModeResponse() local
335 auto getDataFunc = [&preferredNetworkTypeInfo](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPreferredNetworkResponse() local
347 … auto getDataFunc = [&channelConfigInfoList, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPhysicalChannelConfigResponse() local
378 auto getDataFunc = [mode](std::shared_ptr<TelRilRequest> telRilRequest) { in GetNrOptionModeResponse() local
H A Dtel_ril_data.cpp69 …auto getDataFunc = [&iSetupDataCallResultInfo, this](std::shared_ptr<TelRilRequest> telRilRequest)… in ActivatePdpContextResponse() local
91 auto getDataFunc = [&iDataCallResultList, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPdpContextListResponse() local
H A Dtel_ril_sms.cpp429 auto getDataFunc = [&result, this](std::shared_ptr<TelRilRequest> telRilRequest) { in ResponseSendSms() local