Home
last modified time | relevance | path

Searched refs:CePaymentServicesParcelable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dce_payment_services_parcelable.cpp22 CePaymentServicesParcelable::CePaymentServicesParcelable() in CePaymentServicesParcelable() function in OHOS::NFC::KITS::CePaymentServicesParcelable
25 CePaymentServicesParcelable::~CePaymentServicesParcelable() in ~CePaymentServicesParcelable()
29 bool CePaymentServicesParcelable::Marshalling(Parcel &parcel) const in Marshalling()
43 CePaymentServicesParcelable *CePaymentServicesParcelable::Unmarshalling(Parcel &parcel) in Unmarshalling()
62 CePaymentServicesParcelable *paymentService = new (std::nothrow) CePaymentServicesParcelable(); in Unmarshalling()
H A Dce_payment_services_parcelable.h24 struct CePaymentServicesParcelable : public Parcelable { struct
25 CePaymentServicesParcelable();
26 ~CePaymentServicesParcelable();
28 static CePaymentServicesParcelable *Unmarshalling(Parcel &parcel);
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_session_proxy.cpp108 std::shared_ptr<KITS::CePaymentServicesParcelable> paymentServices( in GetPaymentServices()
109 reply.ReadParcelable<KITS::CePaymentServicesParcelable>()); in GetPaymentServices()
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session_stub.cpp140 KITS::CePaymentServicesParcelable paymentServiceMsg; in HandleGetPaymentServices()