Searched refs:NfcControllerStub (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | nfc_controller_stub.cpp | 32 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 D | nfc_controller_stub.h | 32 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 D | nfc_controller_death_recipient.cpp | 23 sptr<NfcControllerStub> nfcConctrolService, Security::AccessToken::AccessTokenID callerToken) in NfcControllerDeathRecipient()
|
H A D | nfc_controller_impl.h | 24 class NfcControllerImpl final : public NfcControllerStub {
|
H A D | nfc_controller_impl.cpp | 27 : NfcControllerStub(), nfcService_(nfcService)
in NfcControllerImpl()
|
/foundation/communication/nfc/services/include/ |
H A D | nfc_controller_death_recipient.h | 26 explicit NfcControllerDeathRecipient(sptr<NfcControllerStub> nfcConctrolService,
32 sptr<NfcControllerStub> nfcConctrolService_ = nullptr;
|
/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | nfc_controller_death_recipient_test.cpp | 60 sptr<NfcControllerStub> nfcConctrolService = nullptr; in HWTEST_F()
|
Completed in 3 milliseconds