Home
last modified time | relevance | path

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

/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller.h110 class NfcServiceDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::NFC::KITS::final
112 explicit NfcServiceDeathRecipient(NfcController &client) : client_(client) {} in NfcServiceDeathRecipient() function in OHOS::NFC::KITS::final::NfcServiceDeathRecipient
113 ~NfcServiceDeathRecipient() override = default;
H A Dnfc_controller.cpp50 deathRecipient_ = new (std::nothrow) NfcServiceDeathRecipient(*this); in NfcController()

Completed in 1 milliseconds