Home
last modified time | relevance | path

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

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