Home
last modified time | relevance | path

Searched refs:SimCloseLogicalChannel (Results 1 - 17 of 17) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h383 void (*SimCloseLogicalChannel)(const ReqDataInfo *requestInfo, int32_t channelId); member
/base/telephony/core_service/services/sim/src/
H A Dicc_operator_privilege_controller.cpp381 telRilManager_->SimCloseLogicalChannel(slotId_, state_->currentChannelId, closeEvent); in ProcessTransmitLogicalChannelDone()
H A Desim_file.cpp327 telRilManager_->SimCloseLogicalChannel(slotId_, currentChannelId_, response); in ProcessEsimCloseChannel()
/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(
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c117 .SimCloseLogicalChannel = ReqSimCloseLogicalChannel,
/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 &response) in SimCloseLogicalChannel() function in OHOS::Telephony::TelRilSim
439 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SimCloseLogicalChannel, channelId); in SimCloseLogicalChannel()
H A Dtel_ril_manager.cpp915 int32_t TelRilManager::SimCloseLogicalChannel( in SimCloseLogicalChannel() function in OHOS::Telephony::TelRilManager
918 return TaskSchedule(response, "TelRilSim", GetTelRilSim(slotId), &TelRilSim::SimCloseLogicalChannel, channelId); in SimCloseLogicalChannel()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sim_test.cpp413 int32_t ret = g_rilInterface->SimCloseLogicalChannel( in HWTEST_F()
472 int32_t ret = g_rilInterface->SimCloseLogicalChannel( in HWTEST_F()
H A Dzero_branch_test.cpp187 EXPECT_NE(HDF_SUCCESS, manager->SimCloseLogicalChannel(0, 0, 0)); in TestSimInterface()
/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.h163 int32_t SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId);
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h252 virtual int32_t SimCloseLogicalChannel(
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp793 int32_t HRilManager::SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) in SimCloseLogicalChannel() function in OHOS::Telephony::HRilManager
795 return TaskSchedule(MODULE_HRIL_SIM, hrilSim_[slotId], &HRilSim::SimCloseLogicalChannel, serialId, channelId); in SimCloseLogicalChannel()
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, channelId); in SimCloseLogicalChannel()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp1154 int32_t ret = g_rilInterface->SimCloseLogicalChannel(slotId, GetSerialId(), channelId); in SimCloseLogicalChannelTest()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp472 telRilManager_->SimCloseLogicalChannel(slotId, 0, event); in OnRequestCloseLGSimIOTest()

Completed in 32 milliseconds