Home
last modified time | relevance | path

Searched refs:paymentType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_ce_proxy.cpp99 void NciCeProxy::NotifyDefaultPaymentType(int paymentType) in NotifyDefaultPaymentType() argument
102 nciCeInterface_->NotifyDefaultPaymentType(paymentType); in NotifyDefaultPaymentType()
H A Dnci_ce_proxy.h77 void NotifyDefaultPaymentType(int paymentType) override;
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/
H A Dnci_ce_proxy_test.cpp129 int paymentType = static_cast<int>(KITS::DefaultPaymentType::TYPE_ESE); variable
130 nciCeProxy->NotifyDefaultPaymentType(paymentType);
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_ce_impl_default.h34 void NotifyDefaultPaymentType(int paymentType) override;
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_ce_interface.h109 virtual void NotifyDefaultPaymentType(int paymentType) = 0;
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_ce_impl_default.cpp66 void NciCeImplDefault::NotifyDefaultPaymentType(int paymentType) in NotifyDefaultPaymentType() argument
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp687 void CeService::NotifyDefaultPaymentType(int paymentType) in NotifyDefaultPaymentType() argument
689 InfoLog("NotifyDefaultPaymentType: %{public}d", paymentType); in NotifyDefaultPaymentType()
694 nciCeProxy_.lock()->NotifyDefaultPaymentType(paymentType); in NotifyDefaultPaymentType()
H A Dce_service.h102 void NotifyDefaultPaymentType(int paymentType);