/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/secureelement/ |
H A D | interface_i_secure_element_interface.md | 25 | [closeChannel](#closechannel) ([in] unsigned char channelNumber, [out] enum [SecureElementStatus]… 33 ### closeChannel() 36 ISecureElementInterface::closeChannel ([in] unsigned char channelNumber, [out] enum SecureElementSt…
|
/ohos5.0/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;
|
/ohos5.0/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,
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/soft_bus_channel/ |
H A D | soft_bus_channel.h | 28 void (*closeChannel)(int64_t channelId); member
|
/ohos5.0/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 | 206 int32_t SeVendorAdaptions::closeChannel(uint8_t channelNumber, SecureElementStatus& status) in closeChannel() function in OHOS::HDI::SecureElement::SeVendorAdaptions 294 closeChannel(i, status); in OnRemoteDied()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/ |
H A D | channel_manager.c | 90 GetSoftBusInstance()->closeChannel(channelId); in CloseChannel()
|
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/ |
H A D | se_vendor_adaptions_mock_test.cpp | 131 int ret = seVendorAdaptions->closeChannel(channelNumber, status);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/secure_element_v1_0/cpp_target/secure_element/v1_0/ |
H A D | secure_element_interface_service.cpp.txt | 57 int32_t SecureElementInterfaceService::closeChannel(uint8_t channelNumber,
|
H A D | secure_element_interface_service.h.txt | 43 …int32_t closeChannel(uint8_t channelNumber, OHOS::HDI::SecureElement::V1_0::SecureElementStatus& s…
|
H A D | isecure_element_interface.h.txt | 88 virtual int32_t closeChannel(uint8_t channelNumber,
|
H A D | secure_element_interface_proxy.h.txt | 83 …int32_t closeChannel(uint8_t channelNumber, OHOS::HDI::SecureElement::V1_0::SecureElementStatus& s…
|
H A D | secure_element_interface_proxy.cpp.txt | 191 int32_t OHOS::HDI::SecureElement::V1_0::SecureElementInterfaceProxy::closeChannel(uint8_t channelNu…
|
/ohos5.0/drivers/peripheral/secure_element/vendor_sim_adaptor/ |
H A D | se_vendor_adaptions.cpp | 322 int32_t SimSeVendorAdaptions::closeChannel(uint8_t channelNumber, SecureElementStatus& status) in closeChannel() function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SimSeVendorAdaptions 378 closeChannel(i, status); in OnRemoteDied()
|
H A D | se_vendor_adaptions.h | 60 int32_t closeChannel(uint8_t channelNumber,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/secure_element_v1_0/dump_ast_target/ |
H A D | dump.txt | 31 [mini, lite, full] closeChannel(
|
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_impl_test/ |
H A D | se_impl_test.cpp | 176 int ret = seImpl->closeChannel(channelNumber, status);
|
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/ |
H A D | se_vendor_adaptions_test.cpp | 117 int ret = seVendorAdaptions->closeChannel(channelNumber, status);
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/ |
H A D | soft_bus_channel.c | 228 .closeChannel = CloseSoftBusChannel,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/secure_element_v1_0/foo/secure_element/v1_0/ |
H A D | ISecureElementInterface.idl | 87 closeChannel([in] unsigned char channelNumber, [out] enum SecureElementStatus status);
|
/ohos5.0/drivers/interface/secure_element/sim_secure_element/v1_0/ |
H A D | ISecureElementInterface.idl | 95 closeChannel([in] unsigned char channelNumber, [out] enum SecureElementStatus status);
|
/ohos5.0/drivers/interface/secure_element/v1_0/ |
H A D | ISecureElementInterface.idl | 87 closeChannel([in] unsigned char channelNumber, [out] enum SecureElementStatus status);
|