Home
last modified time | relevance | path

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

/drivers/peripheral/secure_element/hdi_service/
H A Dse_impl.cpp58 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 Dse_impl.h38 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 Dsecure_element_interface_service.cpp48 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 Dsecure_element_interface_service.h39 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 Dse_impl_test.cpp102 * @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 Disecure_element_vendor.h37 virtual int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response,
H A Dse_vendor_adaptions.h37 int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response,
H A Dse_vendor_adaptions.cpp109 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 Dse_vendor_adaptions_mock_test.cpp82 * @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 Dse_vendor_adaptions.h54 int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response,
H A Dse_vendor_adaptions.cpp246 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 Dse_vendor_adaptions_test.cpp76 * @tc.desc: Test SeVendorAdaptionsTest openLogicalChannel.
87 int ret = seVendorAdaptions->openLogicalChannel(aid, p2, response, channelNumber, status); in HWTEST_F()

Completed in 5 milliseconds