Home
last modified time | relevance | path

Searched refs:ril (Results 1 – 14 of 14) sorted by relevance

/base/telephony/ril_adapter/
DREADME_zh.md14 ![](figures/zh-cn_architecture-of-the-ril-adapter-module.png "RIL-Adapter模块架构图")
42 ril\_adapter不对外暴露接口,可通过driver\_peripheral调用。
DREADME.md14 ![](figures/en-us_architecture-of-the-ril-adapter-module.png)
/base/telephony/cellular_data/
DREADME_zh.md15 蜂窝数据模块作为电话子系统可裁剪部件,依赖于core\_service核心服务、ril\_adapter。 具有蜂窝数据激活、蜂窝数据异常检测与恢复、蜂窝数据状态管理、蜂窝数据开关管理、蜂窝数据漫游…
45 - 软件上,需要与以下服务配合使用:Telephony核心服务(core\_service)、RIL适配(ril\_adapter)。
DREADME.md15 … depends on the telephony core service \(core\_service\) and RIL Adapter \(ril\_adapter\). The mod…
/base/telephony/core_service/services/sim/include/
Dsim_sms_controller.h51 std::shared_ptr<Telephony::ITelRilManager> ril, std::shared_ptr<SimFileManager> fileMgr);
Dsim_file_manager.h75 const std::shared_ptr<Telephony::ITelRilManager> &ril,
Dicc_file_controller.h56 void SetRilManager(std::shared_ptr<ITelRilManager> ril);
Dicc_file.h75 void SetRilAndFileController(const std::shared_ptr<Telephony::ITelRilManager> &ril,
/base/telephony/core_service/services/sim/src/
Dsim_sms_controller.cpp252 std::shared_ptr<Telephony::ITelRilManager> ril, std::shared_ptr<SimFileManager> fileMgr) in SetRilAndFileManager() argument
254 telRilManager_ = ril; in SetRilAndFileManager()
Dsim_file_manager.cpp498 const std::shared_ptr<ITelRilManager> &ril, const std::shared_ptr<SimStateManager> &simState) in CreateInstance() argument
505 if (ril == nullptr) { in CreateInstance()
509 …std::shared_ptr<SimFileManager> manager = std::make_shared<SimFileManager>(eventLoop, ril, simStat… in CreateInstance()
Dicc_file.cpp473 void IccFile::SetRilAndFileController(const std::shared_ptr<Telephony::ITelRilManager> &ril, in SetRilAndFileController() argument
476 telRilManager_ = ril; in SetRilAndFileController()
Dicc_file_controller.cpp598 void IccFileController::SetRilManager(std::shared_ptr<Telephony::ITelRilManager> ril) in SetRilManager() argument
600 telRilManager_ = ril; in SetRilManager()
/base/telephony/core_service/
DREADME_zh.md64 - 软件约束:需要与以下服务配合使用:HDF(drivers\_interface,drivers\_peripheral),RIL适配(ril\_adapter),状态注册服务(state\_…
DREADME.md65 - Software constraints: This module must work with the RIL Adapter service \(ril\_adapter\) and s…