Home
last modified time | relevance | path

Searched refs:ReportResponse (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_manager.h242 …void ReportResponse(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo …
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp267 ReportResponse(subModules, slotId, reportInfo, response, responseLen); in OnReport()
278 void HRilManager::ReportResponse(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, in ReportResponse() function in OHOS::Telephony::HRilManager