Searched refs:subModules (Results 1 - 2 of 2) sorted by relevance
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 250 void HRilManager::OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *reportInfo, in OnReport() argument 257 if (slotId < 0 || static_cast<uint32_t>(slotId) >= subModules.size()) { in OnReport() 258 TELEPHONY_LOGE("OnReport subModules out of bounds!!!"); in OnReport() 263 ReportResponse(subModules, slotId, reportInfo, response, responseLen); in OnReport() 266 ReportNotification(subModules, slotId, reportInfo, response, responseLen); in OnReport() 274 void HRilManager::ReportResponse(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, in ReportResponse() argument 298 subModules[slotId]->template ProcessResponse<T>(requestId, responseInfo, response, responseLen); in ReportResponse() 302 void HRilManager::ReportNotification(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, in ReportNotification() argument 322 subModules[slotId]->template ProcessNotify<T>(notifyType, reportInfo, response, responseLen); in ReportNotification()
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_manager.h | 240 void OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *reportInfo, 243 void ReportResponse(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *reportInfo, 246 void ReportNotification(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *reportInfo,
|
Completed in 4 milliseconds