Lines Matching refs:status
43 int32_t SeImpl::init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status)
45 return adaptor_.init(clientCallback, status);
59 uint8_t& channelNumber, SecureElementStatus& status)
61 return adaptor_.openLogicalChannel(aid, p2, response, channelNumber, status);
65 SecureElementStatus& status)
67 return adaptor_.openBasicChannel(aid, p2, response, status);
70 int32_t SeImpl::closeChannel(uint8_t channelNumber, SecureElementStatus& status)
72 return adaptor_.closeChannel(channelNumber, status);
76 SecureElementStatus& status)
78 return adaptor_.transmit(command, response, status);
81 int32_t SeImpl::reset(SecureElementStatus& status)
83 return adaptor_.reset(status);