Home
last modified time | relevance | path

Searched refs:closeChannel (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/secure_element/hdi_service/
H A Dse_impl.cpp70 int32_t SeImpl::closeChannel(uint8_t channelNumber, SecureElementStatus& status) in closeChannel() function in OHOS::HDI::SecureElement::SeImpl
72 return adaptor_.closeChannel(channelNumber, status); in closeChannel()
H A Dse_impl.h44 int32_t closeChannel(uint8_t channelNumber, SecureElementStatus& status) override;
/drivers/peripheral/secure_element/sim_hdi_service/
H A Dsecure_element_interface_service.cpp61 int32_t SecureElementInterfaceService::closeChannel(uint8_t channelNumber, in closeChannel() function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementInterfaceService
64 return adaptor_.closeChannel(channelNumber, status); in closeChannel()
H A Dsecure_element_interface_service.h46 int32_t closeChannel(uint8_t channelNumber,
/drivers/peripheral/secure_element/vendor_adaptor/
H A Disecure_element_vendor.h43 virtual int32_t closeChannel(uint8_t channelNumber, SecureElementStatus& status) = 0;
H A Dse_vendor_adaptions.h43 int32_t closeChannel(uint8_t channelNumber, SecureElementStatus& status) override;
H A Dse_vendor_adaptions.cpp195 int32_t SeVendorAdaptions::closeChannel(uint8_t channelNumber, SecureElementStatus& status) in closeChannel() function in OHOS::HDI::SecureElement::SeVendorAdaptions
203 HDF_LOGE("closeChannel failed ret %{public}u", ret); in closeChannel()
206 HDF_LOGI("closeChannel: channelNumber = %{public}d", channelNumber); in closeChannel()
212 HDF_LOGI("closeChannel: g_openedChannelCount = %{public}d, Uninit", g_openedChannelCount); in closeChannel()
215 HDF_LOGI("closeChannel [%{public}d] succ, now has %{public}d channel inuse", in closeChannel()
278 // don't lock here, lock in closeChannel in OnRemoteDied()
283 closeChannel(i, status); in OnRemoteDied()
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
H A Dse_vendor_adaptions_mock_test.cpp119 * @tc.desc: Test SeVendorAdaptionsTest closeChannel.
131 int ret = seVendorAdaptions->closeChannel(channelNumber, status); in HWTEST_F()
/drivers/peripheral/secure_element/test/unittest/se_impl_test/
H A Dse_impl_test.cpp168 * @tc.desc: Test SeImplTest closeChannel.
176 int ret = seImpl->closeChannel(channelNumber, status); in HWTEST_F()
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.h60 int32_t closeChannel(uint8_t channelNumber,
H A Dse_vendor_adaptions.cpp326 int32_t SimSeVendorAdaptions::closeChannel(uint8_t channelNumber, SecureElementStatus& status) in closeChannel() function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SimSeVendorAdaptions
333 HDF_LOGE("closeChannel failed ret %{public}u, tmpStatus = %{public}d", ret, tmpStatus); in closeChannel()
336 HDF_LOGI("closeChannel: channelNumber = %{public}d", channelNumber); in closeChannel()
342 HDF_LOGI("closeChannel: g_openedChannelCount = %{public}d, Uninit", g_openedChannelCount); in closeChannel()
382 closeChannel(i, status); in OnRemoteDied()
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/
H A Dse_vendor_adaptions_test.cpp109 * @tc.desc: Test SeVendorAdaptionsTest closeChannel.
117 int ret = seVendorAdaptions->closeChannel(channelNumber, status); in HWTEST_F()

Completed in 5 milliseconds