/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_sim_defs.h | 383 void (*SimCloseLogicalChannel)(const ReqDataInfo *requestInfo, int32_t channelId); member
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 117 .SimCloseLogicalChannel = ReqSimCloseLogicalChannel,
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_operator_privilege_controller.cpp | 381 telRilManager_->SimCloseLogicalChannel(slotId_, state_->currentChannelId, closeEvent); in ProcessTransmitLogicalChannelDone()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sim.h | 60 …int32_t SimCloseLogicalChannel(int32_t channelId, const AppExecFwk::InnerEvent::Pointer &response);
|
H A D | tel_ril_manager.h | 274 int32_t SimCloseLogicalChannel(
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_sim_test.cpp | 413 int32_t ret = g_rilInterface->SimCloseLogicalChannel( 472 int32_t ret = g_rilInterface->SimCloseLogicalChannel(
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sim.cpp | 437 int32_t TelRilSim::SimCloseLogicalChannel(int32_t channelId, const AppExecFwk::InnerEvent::Pointer … in SimCloseLogicalChannel() function in OHOS::Telephony::TelRilSim 439 …return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SimCloseLogicalChannel, c… in SimCloseLogicalChannel()
|
H A D | tel_ril_manager.cpp | 904 int32_t TelRilManager::SimCloseLogicalChannel( in SimCloseLogicalChannel() function in OHOS::Telephony::TelRilManager 907 …chedule(response, "TelRilSim", GetTelRilSim(slotId), &TelRilSim::SimCloseLogicalChannel, channelId… in SimCloseLogicalChannel()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_sim.h | 52 int32_t SimCloseLogicalChannel(int32_t serialId, int32_t channelId);
|
H A D | hril_manager.h | 164 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId);
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 564 int32_t RilImpl::SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) in SimCloseLogicalChannel() function in OHOS::HDI::Ril::V1_3::RilImpl 566 … return TaskSchedule(&Telephony::HRilManager::SimCloseLogicalChannel, slotId, serialId, channelId); in SimCloseLogicalChannel()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | interface_i_ril_v10.md | 92 | [SimCloseLogicalChannel](#simcloselogicalchannel) ([in] int slotId, [in] int serialId, [in] int c… 2382 ### SimCloseLogicalChannel() 2385 IRil::SimCloseLogicalChannel ([in] int slotId, [in] int serialId, [in] int channelId )
|
H A D | interface_i_ril_v11.md | 94 | [SimCloseLogicalChannel](#simcloselogicalchannel) ([in] int slotId, [in] int serialId, [in] int c… 2514 ### SimCloseLogicalChannel() 2517 IRil::SimCloseLogicalChannel ([in] int slotId, [in] int serialId, [in] int channelId )
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 122 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) override;
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sim.cpp | 318 int32_t HRilSim::SimCloseLogicalChannel(int32_t serialId, int32_t channelId) in SimCloseLogicalChannel() function in OHOS::Telephony::HRilSim 321 …serialId, HREQ_SIM_CLOSE_LOGICAL_CHANNEL, simFuncs_, &HRilSimReq::SimCloseLogicalChannel, channelI… in SimCloseLogicalChannel()
|
H A D | hril_manager.cpp | 797 int32_t HRilManager::SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) in SimCloseLogicalChannel() function in OHOS::Telephony::HRilManager 799 …return TaskSchedule(MODULE_HRIL_SIM, hrilSim_[slotId], &HRilSim::SimCloseLogicalChannel, serialId,… in SimCloseLogicalChannel()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 252 virtual int32_t SimCloseLogicalChannel(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | ril_service.h.txt | 190 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) override;
|
H A D | ril_service.cpp.txt | 408 int32_t RilService::SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId)
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | ril_service.h.txt | 184 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) override;
|
H A D | iril.h.txt | 330 virtual int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) = 0;
|
H A D | ril_service.cpp.txt | 393 int32_t RilService::SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId)
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/ |
H A D | ril_service.h.txt | 199 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) override;
|
H A D | ril_proxy.h.txt | 240 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) override;
|
H A D | ril_service.cpp.txt | 429 int32_t RilService::SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId)
|