Home
last modified time | relevance | path

Searched refs:NfcControllerDeathRecipient (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_death_recipient.cpp22 NfcControllerDeathRecipient::NfcControllerDeathRecipient( in NfcControllerDeathRecipient() function in OHOS::NFC::NfcControllerDeathRecipient
29 void NfcControllerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
32 ErrorLog("NfcControllerDeathRecipient nfcConctrolService_ is nullptr!"); in OnRemoteDied()
H A Dnfc_controller_stub.cpp132 std::unique_ptr<NfcControllerDeathRecipient> recipient in HandleRegisterCallBack()
133 = std::make_unique<NfcControllerDeathRecipient>(this, IPCSkeleton::GetCallingTokenID()); in HandleRegisterCallBack()
/foundation/communication/nfc/services/include/
H A Dnfc_controller_death_recipient.h24 class NfcControllerDeathRecipient : public IRemoteObject::DeathRecipient { class
26 explicit NfcControllerDeathRecipient(sptr<NfcControllerStub> nfcConctrolService,
28 ~NfcControllerDeathRecipient() = default;
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_death_recipient_test.cpp63 std::shared_ptr<NfcControllerDeathRecipient> nfcControllerDeathRecipient = in HWTEST_F()
64 std::make_shared<NfcControllerDeathRecipient>(nfcConctrolService, callerToken); in HWTEST_F()

Completed in 3 milliseconds