Home
last modified time | relevance | path

Searched refs:RilInitOps (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril.h68 const HRilOps *RilInitOps(const struct HRilReport *reportOps);
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-tel-guide.md9 Modem厂商库初始化是指在厂商库里实现const HRilOps \*RilInitOps(const struct HRilReport \*reportOps)函数,在该函数里处理三个重要的功…
26 | const HRilOps \*RilInitOps(const struct HRilReport \* reportOps) | …
32 1. RilInitOps接口中设置RIL Adapter传入的事件回调函数指针。
130 3. 执行hdc_std shell hilog,根据日志查看函数RilInitOps()是否正确执行完成。如下调测验证日志供参考:
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-tel-guide.md7 Initializing a modem vendor library means to implement **const HRilOps \*RilInitOps\(const struct H…
21 | const HRilOps \*RilInitOps(const struct HRilReport \* reportOps) | …
25 1. Set the event callback function pointers passed by RIL Adapter through **RilInitOps**.
123 …d shell hilog** command to view the debug log, and check whether the **RilInitOps\(\)** function i…
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c375 const HRilOps *RilInitOps(const struct HRilReport *reportOps) in RilInitOps() function