Lines Matching defs:status
37 static void EventCallback(unsigned char event, unsigned char status) in EventCallback()
76 int32_t NfcImpl::Open(const sptr<INfcCallback> &callbackObj, NfcStatus &status) in Open()
95 int32_t NfcImpl::CoreInitialized(const std::vector<uint8_t> &data, NfcStatus &status) in CoreInitialized()
110 int32_t NfcImpl::Prediscover(NfcStatus &status) in Prediscover()
121 int32_t NfcImpl::Write(const std::vector<uint8_t> &data, NfcStatus &status) in Write()
136 int32_t NfcImpl::ControlGranted(NfcStatus &status) in ControlGranted()
147 int32_t NfcImpl::PowerCycle(NfcStatus &status) in PowerCycle()
158 int32_t NfcImpl::Close(NfcStatus &status) in Close()
174 int32_t NfcImpl::Ioctl(NfcCommand cmd, const std::vector<uint8_t> &data, NfcStatus &status) in Ioctl()
190 std::vector<uint8_t> &response, NfcStatus &status) in IoctlWithResponse()
205 int32_t NfcImpl::GetVendorConfig(NfcVendorConfig &config, NfcStatus &status) in GetVendorConfig()
216 int32_t NfcImpl::DoFactoryReset(NfcStatus &status) in DoFactoryReset()
227 int32_t NfcImpl::Shutdown(NfcStatus &status) in Shutdown()
241 NfcStatus status = NfcStatus::FAILED; in OnRemoteDied() local