Home
last modified time | relevance | path

Searched refs:SimCloseLogicalChannel (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h383 void (*SimCloseLogicalChannel)(const ReqDataInfo *requestInfo, int32_t channelId); member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c117 .SimCloseLogicalChannel = ReqSimCloseLogicalChannel,
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_privilege_controller.cpp381 telRilManager_->SimCloseLogicalChannel(slotId_, state_->currentChannelId, closeEvent); in ProcessTransmitLogicalChannelDone()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sim.h60 …int32_t SimCloseLogicalChannel(int32_t channelId, const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h274 int32_t SimCloseLogicalChannel(
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sim_test.cpp413 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 Dtel_ril_sim.cpp437 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 Dtel_ril_manager.cpp904 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 Dhril_sim.h52 int32_t SimCloseLogicalChannel(int32_t serialId, int32_t channelId);
H A Dhril_manager.h164 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId);
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp564 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 Dinterface_i_ril_v10.md92 | [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 Dinterface_i_ril_v11.md94 | [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 Dril_impl.h122 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) override;
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sim.cpp318 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 Dhril_manager.cpp797 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 Di_tel_ril_manager.h252 virtual int32_t SimCloseLogicalChannel(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt190 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) override;
H A Dril_service.cpp.txt408 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 Dril_service.h.txt184 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) override;
H A Diril.h.txt330 virtual int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) = 0;
H A Dril_service.cpp.txt393 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 Dril_service.h.txt199 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) override;
H A Dril_proxy.h.txt240 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) override;
H A Dril_service.cpp.txt429 int32_t RilService::SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId)

12