Home
last modified time | relevance | path

Searched refs:closeChannel (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/secureelement/
H A Dinterface_i_secure_element_interface.md25 | [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 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;
/ohos5.0/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,
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.h28 void (*closeChannel)(int64_t channelId); member
/ohos5.0/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.cpp206 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 Dchannel_manager.c90 GetSoftBusInstance()->closeChannel(channelId); in CloseChannel()
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
H A Dse_vendor_adaptions_mock_test.cpp131 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 Dsecure_element_interface_service.cpp.txt57 int32_t SecureElementInterfaceService::closeChannel(uint8_t channelNumber,
H A Dsecure_element_interface_service.h.txt43 …int32_t closeChannel(uint8_t channelNumber, OHOS::HDI::SecureElement::V1_0::SecureElementStatus& s…
H A Disecure_element_interface.h.txt88 virtual int32_t closeChannel(uint8_t channelNumber,
H A Dsecure_element_interface_proxy.h.txt83 …int32_t closeChannel(uint8_t channelNumber, OHOS::HDI::SecureElement::V1_0::SecureElementStatus& s…
H A Dsecure_element_interface_proxy.cpp.txt191 int32_t OHOS::HDI::SecureElement::V1_0::SecureElementInterfaceProxy::closeChannel(uint8_t channelNu…
/ohos5.0/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.cpp322 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 Dse_vendor_adaptions.h60 int32_t closeChannel(uint8_t channelNumber,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/secure_element_v1_0/dump_ast_target/
H A Ddump.txt31 [mini, lite, full] closeChannel(
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_impl_test/
H A Dse_impl_test.cpp176 int ret = seImpl->closeChannel(channelNumber, status);
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/
H A Dse_vendor_adaptions_test.cpp117 int ret = seVendorAdaptions->closeChannel(channelNumber, status);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.c228 .closeChannel = CloseSoftBusChannel,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/secure_element_v1_0/foo/secure_element/v1_0/
H A DISecureElementInterface.idl87 closeChannel([in] unsigned char channelNumber, [out] enum SecureElementStatus status);
/ohos5.0/drivers/interface/secure_element/sim_secure_element/v1_0/
H A DISecureElementInterface.idl95 closeChannel([in] unsigned char channelNumber, [out] enum SecureElementStatus status);
/ohos5.0/drivers/interface/secure_element/v1_0/
H A DISecureElementInterface.idl87 closeChannel([in] unsigned char channelNumber, [out] enum SecureElementStatus status);

12