Home
last modified time | relevance | path

Searched refs:NfcControllerStub (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_stub.cpp32 int NfcControllerStub::OnRemoteRequest(uint32_t code, /* [in] */ in OnRemoteRequest()
37 InfoLog("NfcControllerStub OnRemoteRequest occur, code is %{public}d", code); in OnRemoteRequest()
39 ErrorLog("NfcControllerStub OnRemoteRequest GetDescriptor failed"); in OnRemoteRequest()
74 int NfcControllerStub::HandleGetState(MessageParcel& data, MessageParcel& reply) in HandleGetState()
81 int NfcControllerStub::HandleTurnOn(MessageParcel& data, MessageParcel& reply) in HandleTurnOn()
95 int NfcControllerStub::HandleTurnOff(MessageParcel& data, MessageParcel& reply) in HandleTurnOff()
109 int NfcControllerStub::HandleIsNfcOpen(MessageParcel& data, MessageParcel& reply) in HandleIsNfcOpen()
117 int NfcControllerStub::HandleRegisterCallBack(MessageParcel &data, MessageParcel &reply) in HandleRegisterCallBack()
160 void NfcControllerStub::RemoveNfcDeathRecipient(const wptr<IRemoteObject> &remote) in RemoveNfcDeathRecipient()
175 int NfcControllerStub
[all...]
H A Dnfc_controller_stub.h32 class NfcControllerStub : public OHOS::IRemoteStub<OHOS::NFC::INfcControllerService> { class
39 NfcControllerStub() {} in NfcControllerStub() function in OHOS::NFC::NfcControllerStub
40 virtual ~NfcControllerStub() {} in ~NfcControllerStub()
H A Dnfc_controller_death_recipient.cpp23 sptr<NfcControllerStub> nfcConctrolService, Security::AccessToken::AccessTokenID callerToken) in NfcControllerDeathRecipient()
H A Dnfc_controller_impl.h24 class NfcControllerImpl final : public NfcControllerStub {
H A Dnfc_controller_impl.cpp27 : NfcControllerStub(), nfcService_(nfcService) in NfcControllerImpl()
/foundation/communication/nfc/services/include/
H A Dnfc_controller_death_recipient.h26 explicit NfcControllerDeathRecipient(sptr<NfcControllerStub> nfcConctrolService,
32 sptr<NfcControllerStub> nfcConctrolService_ = nullptr;
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_death_recipient_test.cpp60 sptr<NfcControllerStub> nfcConctrolService = nullptr; in HWTEST_F()

Completed in 3 milliseconds