Searched refs:ril (Results 1 – 14 of 14) sorted by relevance
14 ![](figures/zh-cn_architecture-of-the-ril-adapter-module.png "RIL-Adapter模块架构图")42 ril\_adapter不对外暴露接口,可通过driver\_peripheral调用。
14 ![](figures/en-us_architecture-of-the-ril-adapter-module.png)
15 蜂窝数据模块作为电话子系统可裁剪部件,依赖于core\_service核心服务、ril\_adapter。 具有蜂窝数据激活、蜂窝数据异常检测与恢复、蜂窝数据状态管理、蜂窝数据开关管理、蜂窝数据漫游…45 - 软件上,需要与以下服务配合使用:Telephony核心服务(core\_service)、RIL适配(ril\_adapter)。
15 … depends on the telephony core service \(core\_service\) and RIL Adapter \(ril\_adapter\). The mod…
51 std::shared_ptr<Telephony::ITelRilManager> ril, std::shared_ptr<SimFileManager> fileMgr);
75 const std::shared_ptr<Telephony::ITelRilManager> &ril,
56 void SetRilManager(std::shared_ptr<ITelRilManager> ril);
75 void SetRilAndFileController(const std::shared_ptr<Telephony::ITelRilManager> &ril,
252 std::shared_ptr<Telephony::ITelRilManager> ril, std::shared_ptr<SimFileManager> fileMgr) in SetRilAndFileManager() argument254 telRilManager_ = ril; in SetRilAndFileManager()
498 const std::shared_ptr<ITelRilManager> &ril, const std::shared_ptr<SimStateManager> &simState) in CreateInstance() argument505 if (ril == nullptr) { in CreateInstance()509 …std::shared_ptr<SimFileManager> manager = std::make_shared<SimFileManager>(eventLoop, ril, simStat… in CreateInstance()
473 void IccFile::SetRilAndFileController(const std::shared_ptr<Telephony::ITelRilManager> &ril, in SetRilAndFileController() argument476 telRilManager_ = ril; in SetRilAndFileController()
598 void IccFileController::SetRilManager(std::shared_ptr<Telephony::ITelRilManager> ril) in SetRilManager() argument600 telRilManager_ = ril; in SetRilManager()
64 - 软件约束:需要与以下服务配合使用:HDF(drivers\_interface,drivers\_peripheral),RIL适配(ril\_adapter),状态注册服务(state\_…
65 - Software constraints: This module must work with the RIL Adapter service \(ril\_adapter\) and s…