Home
last modified time | relevance | path

Searched refs:hceSession_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_cmd_death_recipient.cpp26 : hceSession_(hceSession), callerToken_(callerToken) {} in HceCmdDeathRecipient()
29 if (hceSession_ == nullptr) { in OnRemoteDied()
30 ErrorLog("HceCmdDeathRecipient hceSession_ is nullptr!"); in OnRemoteDied()
34 KITS::ErrorCode ret = hceSession_->UnRegAllCallback(callerToken_); in OnRemoteDied()
36 hceSession_->RemoveHceDeathRecipient(remote); in OnRemoteDied()
H A Dhce_cmd_death_recipient.h32 sptr<HCE::HceSessionStub> hceSession_ = nullptr; member in OHOS::NFC::HceCmdDeathRecipient

Completed in 1 milliseconds