Home
last modified time | relevance | path

Searched refs:OnNotifyOps (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-tel-guide.md271 | void OnNotifyOps(const char \*s, const char \*smsPdu) | 接口功能:对Modem…
276 1. 在Modem设备节点读取线程g_reader里调用OnNotifyOps()解析具体的Modem上报事件,判断命令类型,并调用OnXxxReport()把解析得到的各模块事件上报给hril业务…
280 void OnNotifyOps(const char *s, const char *smsPdu)
362 4. 另开一个终端窗口,执行hdc_std shell hilog,通过日志查看函数OnNotifyOps()是否正确执行完成。如下调测验证日志供参考:
371 …01-01 00:08:01.334 143 512 D 02b01/Rilvendor: [OnNotifyOps-(vendor_report.c:126)] enter to [^O…
372 …01-01 00:08:01.335 143 512 W 02b01/Rilvendor: [OnNotifyOps-(vendor_report.c:167)] enter to is…
379 …01-01 00:08:01.336 143 512 D 02b01/Rilvendor: [OnNotifyOps-(vendor_report.c:126)] enter to [^C…
471 …当该线程通过调用OnNotifyOps()解析到Modem上报的数据是以"+CRING"、"RING"等字符开头时,表示有来电事件,然后通过OnCallReport(reportInfo, NUL…
475 void OnNotifyOps(const char *s, const char *smsPdu)
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-tel-guide.md259 | void OnNotifyOps(const char \*s, const char \*smsPdu) | Distributes…
263 1. Call **OnNotifyOps\(\)** in the g\_reader thread of the modem device node to parse reported mod…
267 void OnNotifyOps(const char *s, const char *smsPdu)
350 …*hdc\_std shell hilog** command. Then, view the log to check whether **OnNotifyOps\(\)** is succes…
359 …01-01 00:08:01.334 143 512 D 02b01/Rilvendor: [OnNotifyOps-(vendor_report.c:126)] enter to [^O…
360 …01-01 00:08:01.335 143 512 W 02b01/Rilvendor: [OnNotifyOps-(vendor_report.c:167)] enter to is…
367 …01-01 00:08:01.336 143 512 D 02b01/Rilvendor: [OnNotifyOps-(vendor_report.c:126)] enter to [^C…
465 …The **g\_reader** thread calls **OnNotifyOps\(\)** to parse the reported information. If the parse…
469 void OnNotifyOps(const char *s, const char *smsPdu)
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/
H A Dvendor_report.h36 void OnNotifyOps(const char *s, const char *smsPdu);
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c364 int32_t ret = ATStartReadLoop(g_fd, OnNotifyOps); in EventListeners()
H A Dvendor_report.c209 void OnNotifyOps(const char *s, const char *smsPdu) in OnNotifyOps() function