/drivers/peripheral/secure_element/hdi_service/ |
H A D | se_impl.cpp | 70 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 D | se_impl.h | 44 int32_t closeChannel(uint8_t channelNumber, SecureElementStatus& status) override;
|
/drivers/peripheral/secure_element/sim_hdi_service/ |
H A D | secure_element_interface_service.cpp | 61 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 D | secure_element_interface_service.h | 46 int32_t closeChannel(uint8_t channelNumber,
|
/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | isecure_element_vendor.h | 43 virtual int32_t closeChannel(uint8_t channelNumber, SecureElementStatus& status) = 0;
|
H A D | se_vendor_adaptions.h | 43 int32_t closeChannel(uint8_t channelNumber, SecureElementStatus& status) override;
|
H A D | se_vendor_adaptions.cpp | 195 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 D | se_vendor_adaptions_mock_test.cpp | 119 * @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 D | se_impl_test.cpp | 168 * @tc.desc: Test SeImplTest closeChannel. 176 int ret = seImpl->closeChannel(channelNumber, status); in HWTEST_F()
|
/drivers/peripheral/secure_element/vendor_sim_adaptor/ |
H A D | se_vendor_adaptions.h | 60 int32_t closeChannel(uint8_t channelNumber,
|
H A D | se_vendor_adaptions.cpp | 326 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 D | se_vendor_adaptions_test.cpp | 109 * @tc.desc: Test SeVendorAdaptionsTest closeChannel. 117 int ret = seVendorAdaptions->closeChannel(channelNumber, status); in HWTEST_F()
|