/drivers/peripheral/secure_element/hdi_service/ |
H A D | se_impl.cpp | 58 int32_t SeImpl::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response, in openLogicalChannel() function in OHOS::HDI::SecureElement::SeImpl 61 return adaptor_.openLogicalChannel(aid, p2, response, channelNumber, status); in openLogicalChannel()
|
H A D | se_impl.h | 38 int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response,
|
/drivers/peripheral/secure_element/sim_hdi_service/ |
H A D | secure_element_interface_service.cpp | 48 int32_t SecureElementInterfaceService::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openLogicalChannel() function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementInterfaceService 52 return adaptor_.openLogicalChannel(aid, p2, response, channelNumber, status); in openLogicalChannel()
|
H A D | secure_element_interface_service.h | 39 int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response,
|
/drivers/peripheral/secure_element/test/unittest/se_impl_test/ |
H A D | se_impl_test.cpp | 102 * @tc.desc: Test SeImplTest openLogicalChannel. 113 int ret = seImpl->openLogicalChannel(aid, p2, response, channelNumber, status); in HWTEST_F() 119 * @tc.desc: Test SeImplTest openLogicalChannel. 130 int ret = seImpl->openLogicalChannel(aid, p2, response, channelNumber, status); in HWTEST_F()
|
/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | isecure_element_vendor.h | 37 virtual int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response,
|
H A D | se_vendor_adaptions.h | 37 int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response,
|
H A D | se_vendor_adaptions.cpp | 109 int32_t SeVendorAdaptions::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2,
in openLogicalChannel() function in OHOS::HDI::SecureElement::SeVendorAdaptions 129 HDF_LOGE("openLogicalChannel failed ret %{public}u", ret);
in openLogicalChannel() 132 HDF_LOGI("openLogicalChannel: g_openedChannelCount = %{public}d, Uninit", g_openedChannelCount);
in openLogicalChannel() 148 HDF_LOGE("openLogicalChannel err, channelCreated = %{public}d", channelCreated);
in openLogicalChannel() 150 HDF_LOGI("openLogicalChannel [%{public}d] succ, now has %{public}d channel inuse",
in openLogicalChannel()
|
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/ |
H A D | se_vendor_adaptions_mock_test.cpp | 82 * @tc.desc: Test SeVendorAdaptionsTest openLogicalChannel. 95 int ret = seVendorAdaptions->openLogicalChannel(aid, p2, response, channelNumber, status); in HWTEST_F()
|
/drivers/peripheral/secure_element/vendor_sim_adaptor/ |
H A D | se_vendor_adaptions.h | 54 int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response,
|
H A D | se_vendor_adaptions.cpp | 246 int32_t SimSeVendorAdaptions::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2,
in openLogicalChannel() function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SimSeVendorAdaptions 262 HDF_LOGE("openLogicalChannel failed ret %{public}u, tmpStatus = %{public}d", ret, tmpStatus);
in openLogicalChannel() 264 HDF_LOGI("openLogicalChannel: g_openedChannelCount = %{public}d, Uninit", g_openedChannelCount);
in openLogicalChannel() 285 HDF_LOGE("openLogicalChannel err, channelCreated = %{public}d", channelCreated);
in openLogicalChannel()
|
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/ |
H A D | se_vendor_adaptions_test.cpp | 76 * @tc.desc: Test SeVendorAdaptionsTest openLogicalChannel. 87 int ret = seVendorAdaptions->openLogicalChannel(aid, p2, response, channelNumber, status); in HWTEST_F()
|